VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. Member
    Join Date
    Jun 2007
    Location
    United States
    Search Comp PM
    Well i am looking for a program that will make a x264 video file into dvd files. Because the ones ive messed with all make the audio outta sync on convertion.
    Quote Quote  
  2. Member ricardouk's Avatar
    Join Date
    Mar 2005
    Location
    Portugal
    Search Comp PM
    DVD FLICK was the only one i had sucess with on the "all in one click" applications range
    I love it when a plan comes together!
    Quote Quote  
  3. Member
    Join Date
    Jan 2004
    Location
    Australia
    Search Comp PM
    Hmm, I wonder if a version of this would work ... would have to encode the audio to MP2 as well, but that's only a couple of extra flags. Also remove the interlaced flags too since the input is probably progressive.

    https://forum.videohelp.com/topic337231.html

    Latest version of the free ffmpeg at http://ffdshow.faireal.net/mirror/ffmpeg/

    Thus the .BAT file would probably be something like (remember undo the line wrapping below)
    Code:
    set fINPUT=D:\HDTV\INPUT.mp4
    set fOUTPUT=D:\HDTV\OUTPUT-ffmpeg.mpv
    set fSIZE=720x576
    set fASPECT=16:9
    set fMAXBITRATE=9200k
    "C:\SOFTWARE\ffmpeg\ffmpeg.exe" -y -i "%fINPUT%" -target pal-dvd -sameq -maxrate %fMAXBITRATE% -dc 10 -s %fSIZE% -aspect %fASPECT% -acodec mp2 -ab 192k "%fOUTPUT%"
    PAUSE
    Let me know how you go.

    Cheerio
    Quote Quote  
  4. Banned
    Join Date
    Oct 2004
    Location
    Freedonia
    Search Comp PM
    Originally Posted by halsboss
    Hmm, I wonder if a version of this would work ... would have to encode the audio to MP2 as well,
    This is bad advice for people in NTSC countries (the original poster is in the USA) because MP2 audio is invalid for NTSC DVD use. There are some authoring programs that will let you do it, but technically the DVD standards ONLY allow MP2 audio on PAL DVDs and some authoring program may refuse to allow MP2 audio when making an NTSC DVD. Otherwise, it was nice of you to provide such a helpful post and perhaps the original poster can figure out how to change the audio to AC3.
    Quote Quote  
  5. Member ricardouk's Avatar
    Join Date
    Mar 2005
    Location
    Portugal
    Search Comp PM
    Originally Posted by jman98
    This is bad advice for people in NTSC countries (the original poster is in the USA) because MP2 audio is invalid for NTSC DVD use.
    From What ive read and seen here and elsewhere ntsc players will play MP2, its not standart but it play it.
    I love it when a plan comes together!
    Quote Quote  
  6. Member
    Join Date
    Jan 2004
    Location
    Australia
    Search Comp PM
    Thanks jman98. Oops. I guess AC3 could be produced instead of MP2, with the right switches... Ah yes, with info from late in the thread https://forum.videohelp.com/topic338564.html#1762669 :-

    The .BAT file would probably be something like (remember undo the line wrapping below)
    Code:
    set fINPUT=D:\HDTV\INPUT.mp4
    set fOUTPUT=D:\HDTV\OUTPUT-ffmpeg.mpg
    set fSIZE=720x480
    set fASPECT=16:9
    set fMAXBITRATE=9200k
    "C:\SOFTWARE\ffmpeg\ffmpeg.exe" -y -i "%fINPUT%" -target ntsc-dvd -sameq -maxrate %fMAXBITRATE% -dc 10 -s %fSIZE% -aspect %fASPECT% -acodec ac3 -ac 2 -ab 192k "%fOUTPUT%"
    PAUSE
    Changed - size from 720x576 to 720x480, from pal-dvd to ntsc-dvd, from mp2 to 2-channel ac3. Also assumes 16:9 aspect ratio but you could change it to 4:3 if you need.

    Let us know how you go.

    Cheerio
    Quote Quote  
  7. Member
    Join Date
    Jan 2004
    Location
    Australia
    Search Comp PM
    Be careful with ffmpeg after all. The ffmpeg user mailing list confirms what I subsequently found out by testing and examining the bitrate in a btrate viewer... ffmpeg produces bitrate spikes in the resulting output file which go outside the DVD spec.

    Back to the ever-trusty HC !
    Quote Quote  
  8. Always Watching guns1inger's Avatar
    Join Date
    Apr 2004
    Location
    Miskatonic U
    Search Comp PM
    I have used DVD Flick, FAVC and ConvertXtoDVD to convert .mp4 and H264 MKV files.
    Read my blog here.
    Quote Quote  
  9. Let's add AVStoDVD to the list too...



    Bye
    MrC

    AVStoDVD Homepage
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!