# HG changeset patch # User gpoirier # Date 1124618639 0 # Node ID 67dc03c037e71fa5b6abc4ac564c18b1c9fc3ac4 # Parent 273d33249c256041404df060e047dfd959c7550f How to encode with soft 3:2 pullup, patch by Brendan McCarthy diff -r 273d33249c25 -r 67dc03c037e7 DOCS/xml/en/encoding-guide.xml --- a/DOCS/xml/en/encoding-guide.xml Sun Aug 21 09:59:45 2005 +0000 +++ b/DOCS/xml/en/encoding-guide.xml Sun Aug 21 10:03:59 2005 +0000 @@ -3299,7 +3299,9 @@ 48000 Hz AC3,PCM 1536 kbps - 23.976, 29.97 + 30000/1001, 24000/1001 + 24000/1001 FPS can be achieved with a 3:2 pullup. + 4:3, 16:9 (only for 720x480) @@ -3312,7 +3314,7 @@ 48000 Hz AC3,PCM 1536 kbps - 23.976, 29.97 + 30000/1001, 24000/1001 4:3, 16:9 @@ -3323,7 +3325,7 @@ 44100 Hz MP2 384 kbps - 29.97 + 30000/1001 4:3 @@ -3334,7 +3336,7 @@ 44100 Hz MP2 224 kbps - 23.976, 29.97 + 24000/1001, 30000/1001 4:3 @@ -3462,6 +3464,15 @@ + + DVD with NTSC Pullup: + + -of mpeg -mpegopts format=dvd:telecine -ofps 24000/1001 + + This allows 24000/1001 fps progressive content to be encoded at 30000/1001 + fps whilst maintaing DVD-compliance. + + Aspect Ratio @@ -3788,11 +3799,11 @@ NTSC AVI Containing AC3 Audio to DVD - If the source already has AC3 audio, and is NTSC @ 23.976 fps: + If the source already has AC3 audio, and is NTSC @ 24000/1001 fps: - mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd -vf scale=720:480,\ - harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:\ - vbitrate=5000:keyint=15:aspect=16/9 -ofps 24000/1001 \ + mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:telecine \ + -vf scale=720:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:\ + vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9 -ofps 24000/1001 \ -o movie.mpg movie.avi