| Title: |
AVI to a DVD Compliant MPEG-2 File Using QuEnc |
| Description: |
This guide shows you how to turn an AVI file into MPEG-2 compatible M2V/AC3 streams using QuEnc and other tools |
| Author/Publisher: |
DVDGuy |
| Ease of use: |
Intermediate |
| Software Used: |
Aften, AftenGUI, AVI-Mux GUI, BeLight, BeSweet, DGPulldown, FFmpeg, MediaInfo, QuEnc |
| Page Viewed: |
21207 times |
|
Printer Friendly Version
User Rating:
No ratings recorded - Vote Now
User Comments: Post Your Comments |
|
This step is required if your source file is a 23.976/24 FPS video and you intend to make a NTSC DVD which stores the video at 29.97 FPS. We will use a handy little tool called DGPulldown which does just this for us with the minimum of fuss. Some DVD authoring tools such as DVD-lab Pro will actually include this function within the program itself and will be activated whenever you load in a file requiring pulldown, so for people planning on using these types of tools, you can skip this step.
FFmpeg is a small command line tool that allows you to encode MPEG-2 files, as well as do basic multiplexing. Download the latest daily snapshot of ffmpeg compiled for Windows and extract the .7z package using WinRAR or the freeware 7-Zip tool to extract the contents to a folder on your computer. Start a Windows command prompt (Start -> Run -> cmd) and navigate to the folder containing ffmpeg.exe (for example: "cd c:\temp\FFmpeg-svn-14277"). Type in the following command to multiplex your video and audio files:
ffmpeg -i drive:\path\to\input.m2v -i drive:\path\to\input.ac3 -vcodec copy -acodec copy output.mpg
Sorry, but you must be logged in to use this feature.