2006-02-24, 08:05 AM
Hello all,
I have created a little tool to recode video-files specifically for playing on MVP.
It allows you to set up a "profile" for you MVP (including wanted video-size, FPS-rate (for NTSC/PAL conversion, wanted audio- and subtitle-language, aspect ratio and automated 5.1 audio boost). When running, it analyzes the input-file, then goes through some logic and comes up with the encoding options.
This means it can do the following:
- Re-scale (while keeping aspect ratio), even adding black bands for 16:9 movies
- NTSC/PAL conversion (and PAL/NTSC)
- Boosting of AC3 audio
- Reading from dvd images or directories (without the need for Deamon tools)
- Ability to select audio language for dvd images/directories
- Ability to overlay subtitles when correct audio language is not available (but subtitles are)
The actual command-line for mencoder gets created "on the fly", and the profile to be used can be tweaked to match your convenience.
The zip-file contains a "readme.txt" that explains the main tool.
I have also included the source-code, so other developers may use/re-use the code. It might be a nice addition to XDVD
I have tried several other options, but ended up getting frustrated with the automated transcode's inability to handle correct display of 16:9 (or more) video's to display correctly on my 4:3 TV-set.
That meant I usually reverted to transcoding the files by hand. After having done that on 15+ movies (with that looooong mencoder command-line) I decided it was time for another approach.
I did look at the other (automated) transcoding tools, but their main purpose is to transcode from one format into the other, and I just wanted the best MVP display quality possible.
Well anyway, enjoy.
I have created a little tool to recode video-files specifically for playing on MVP.
It allows you to set up a "profile" for you MVP (including wanted video-size, FPS-rate (for NTSC/PAL conversion, wanted audio- and subtitle-language, aspect ratio and automated 5.1 audio boost). When running, it analyzes the input-file, then goes through some logic and comes up with the encoding options.
This means it can do the following:
- Re-scale (while keeping aspect ratio), even adding black bands for 16:9 movies
- NTSC/PAL conversion (and PAL/NTSC)
- Boosting of AC3 audio
- Reading from dvd images or directories (without the need for Deamon tools)
- Ability to select audio language for dvd images/directories
- Ability to overlay subtitles when correct audio language is not available (but subtitles are)
The actual command-line for mencoder gets created "on the fly", and the profile to be used can be tweaked to match your convenience.
The zip-file contains a "readme.txt" that explains the main tool.
I have also included the source-code, so other developers may use/re-use the code. It might be a nice addition to XDVD
I have tried several other options, but ended up getting frustrated with the automated transcode's inability to handle correct display of 16:9 (or more) video's to display correctly on my 4:3 TV-set.
That meant I usually reverted to transcoding the files by hand. After having done that on 15+ movies (with that looooong mencoder command-line) I decided it was time for another approach.
I did look at the other (automated) transcoding tools, but their main purpose is to transcode from one format into the other, and I just wanted the best MVP display quality possible.
Well anyway, enjoy.
//Ton