Articles - > AVI to a DVD Compliant MPEG-2 File Using QuEnc

Printer Friendly Version Printer Friendly Version

User Rating:
No ratings recorded - Vote Now

User Comments:
Post Your Comments

Page Select:

  1   2   3  

Page 3 of 3: Appendix

Related Articles:
  1. AVI to DVD using DVD Flick Guide
  2. Basic AVI to DVD conversion using TMPGEnc+ (including Audio Sync Correction)
  3. Basic Guide How to Convert AVI Files to DVD with Avi2DVD
  4. PS3 H.264 Conversion Guide
  5. DivX to MPEG-1/VCD Conversion Guide

Appendix A: 3:2 Pulldown with DGPulldown

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.

Download and install DGPulldown by extracting the contents of the ZIP file to a folder on your hard-drive. Start DGPulldown and under the "Source ES" section, load in your MPEG-2 file. Select an output location/filename and ensure the "23.976 -> 29.97" option is selected. Press "Convert" to start the conversion and that's all there is to it.

DGPulldown


Appendix B: MPEG-2 Multiplexing using FFmpeg

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

(change the input path and output path/filename as needed)

 

 

 


  1   2   3  

Article Navigation:

Page 1: Introduction + Steps 1 - 4
Page 2: Steps 5 - 6
Page 3: Appendix <--

User Rating:

  Average Rating: Your Rating:
Registered Users: No ratings recorded
Non-Registered Users:

User Comments:

Sorry, but you must be logged in to use this feature.

Username:
Password:  
Remember Login?
Sign Up