Introduction Disclaimer Software Step 1: Ripping Step 2: DVD2AVI Step 3: Audio encoding Step 4: Bitrate calc. Step 5: Frameserving Step 6: Video encoding Step 7: Multiplexing Step 8: Mastering Step 9: Burning FAQ Glossary Links Copyright © 2001-2003 by Jacob Laursen |
Step 7 - MultiplexingIntroductionBy now you should have both an audio stream (.mp2) and a video stream (.mpv) ready. Before we move on, we have to combine these. This is called multiplexing. We use bbMPEG for this, since it can produce SVCD compliant multiplexed streams. It can also split the resulting stream, given a filesize - so we can divide it up on a number of CD's. How toIn case your movie is NTSC/FILM we have to perform a "3:2 pulldown when playback" before multiplexing it. We do this with the command line tool "pulldown" (assuming it's in your path) like this: C:\DVD> pulldown movie.mpv movie-new.mpv <source> <destination>Now start bbMPEG (that's "avi2mpg2.exe") and click 'Start Encoding', and in the new window 'Settings'. Here's what you need to change:
When these things are configured press 'OK' to close the window, and hit 'Start' in the other window. The multiplexing is I/O bound, not CPU bound, so the speed will depend on the speed of your harddisk. Should any sync. problems appear in the log while multiplexing, your total bitrate may be too high to comply with the SVCD standard. What you can try to do, is change 'Forced mux rate' from 6972 to 0 in the Program Stream Settings section. This will cause bbMPEG to ignore the upper bitrate limit. However, this is not recommended. Even if you don't get errors doing this, the movie may contain sync. errors when played back on a standalone DVD player. When bbMPEG is done multiplexing, you'll have a .mpg file containing both the audio and video streams. You can now open this with a DVD player (e.g. PowerDVD) or even Windows Media Player, if you have an MPEG-2 codec installed. Last update: Wednesday, 16-Apr-2003 19:47:54 CEST |