Using MEncoder to convert a DVD to DivX
More for my own benefit, but here goes...
This is an example of using MEncoder (Windows version) to convert a DVD to DivX. The original movie was widescreen and is being rescaled here to 720x408 to keep the 16:9 aspect ratio. The video bitrate I used was 1024kbit but you can tweak this as desired.
It may seem unusual for the first run to output to NUL ( /dev/null ) but actually the first run is writing information out to the file "divx2pass.log" and the second pass writes the movie out.
mencoder -dvd-device D:\DVD\DVD_VIDEO dvd://1 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1024:mbd=2:turbo:vpass=1 -oac mp3lame -lameopts vbr=3 -ffourcc DX50 -vf scale=720:408 -o NUL
mencoder -dvd-device D:\DVD\DVD_VIDEO dvd://1 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=1024:mbd=2:turbo:vpass=2 -oac mp3lame -lameopts vbr=3 -ffourcc DX50 -vf scale=720:408 -o DVD_VIDEO.avi
Related Links
MPlayer (provides MEncoder) - http://www.mplayerhq.hu/homepage/
MEncoder Introduction Guide
About this entry
You’re currently reading “Using MEncoder to convert a DVD to DivX,” an entry on Weblog of Michael Cutler
- Published:
- 14th November 2005 / 1:11am
- Category:
- Uncategorised
No comments
Jump to comment form | comments rss [?] | trackback uri [?]