I'd like to put caption in the Need for Speed Most Wanted movies of the PS2 version, they're in MPC format, which is strange because as far as I know, it's an audio format, I tried the official Musepack software but did not recognize the files.
Simple:
https://drive.google.com/file/d/0B1anABSro9UmcGo2WExuYzdLQlk/view?usp=sharing
Need for Speed Most Wanted movie files (PS2)
-
- Posts: 15
- Joined: Tue Jul 25, 2017 9:27 pm
-
- Posts: 367
- Joined: Fri Mar 10, 2017 7:23 am
Re: Need for Speed Most Wanted movie files (PS2)
MPC videos is playable with Media Player Classic that was bundled with latest K-Lite Codec Pack
EDIT: Oh, didn't realize you want to add the subtitle then encode the videos back to MPC again. The format was basically MPEG-2 video stream + EA's proprietary ADPCM audio codecs. The decoding parts was easy, any converter that using FFmpeg libraries (like X-Media Recode) can encode it to other formats, and then you can add the subtitle there. The only problem is how to encode it back to MPC again with the proper format.
EDIT: Oh, didn't realize you want to add the subtitle then encode the videos back to MPC again. The format was basically MPEG-2 video stream + EA's proprietary ADPCM audio codecs. The decoding parts was easy, any converter that using FFmpeg libraries (like X-Media Recode) can encode it to other formats, and then you can add the subtitle there. The only problem is how to encode it back to MPC again with the proper format.
-
- Posts: 15
- Joined: Tue Jul 25, 2017 9:27 pm
Re: Need for Speed Most Wanted movie files (PS2)
The recoding part is easy, the enconding is the challenge kk