VideoHelp Forum




+ Reply to Thread
Results 1 to 11 of 11
  1. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    Hi,

    I ripped one DVD using DVD Decrypter and then I tried to make DVD Unauthor in order to make a MPEG of the main movie

    I used a tool from DVDAuthor (sourceforge), but the resulting MPEG plays backwards and there is missing frames....very strange

    How can I convert/unauthor a DVD to a MPEG-2 file with the main movie ?

    thanks
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Quote Quote  
  3. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    thank you

    I notice that VOB2MPG uses FFMPEG

    is there a tutorial to make this conversion by my own in command line ?

    something like :

    FFMPEG -i *.VOB output.mpg

    but don't know the syntax
    Quote Quote  
  4. Also try DGmpegDec.


    Darryl
    Quote Quote  
  5. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    thanks

    I notice than FFMPEG is a very powerful tool, it does everything, but the documentation is HUGE and I can't understand

    but how can I use it to combine multiple VOBs into a single MPEG-2 file, keeping same video/audio quality ?
    Quote Quote  
  6. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    can't do it

    this command doesn't work well, it stops converting at 1/4 of the job :

    ffmpeg.exe -i VTS_03_1.VOB -i VTS_03_2.VOB -i VTS_03_3.VOB -f mpeg2video -sameq -ar 48000 -r 25 movie.mpg

    can someone say what I'm making wrong ?

    vob2mpg works fine, but I need FFMPEG
    Quote Quote  
  7. Member
    Join Date
    Mar 2004
    Location
    London
    Search Comp PM
    Womble Mpeg2vcr can also load vobs and save back as mpeg-2.
    Quote Quote  
  8. Member
    Join Date
    Mar 2004
    Location
    London
    Search Comp PM
    ffmpeg.exe -i VTS_03_1.VOB -i VTS_03_2.VOB -i VTS_03_3.VOB -f mpeg2video -sameq -ar
    Rip as one large vob instead of separate ones with Dvd Decrypter.
    Quote Quote  
  9. Member ChrissyBoy's Avatar
    Join Date
    Feb 2003
    Location
    Yorkshire!
    Search Comp PM
    Why do you need ffmpeg when vob2mpg does the job for you?

    Anyway: you need to concat the vobset before you use ffmpeg. So either
    Rip as one large vob instead of separate ones with Dvd Decrypter.
    or use
    Code:
    copy /b VTS_03_1.VOB + VTS_03_2.VOB + VTS_03_3.VOB VTS_03.mpg
    Then use ffmpeg but not the params you tried or the whole thing will be reencoded and thus you will loose quality. Use

    Code:
    ffmpeg -i VTS_03.mpg -target dvd -vcodec copy -acodec copy output.mpg
    as this will not touch the video or audio and will just iron out any timing issues brought about by joining the files in the first place.
    SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
    VOB2MPG PRO, Extract mpegs from your DVDs - with you in control!
    Quote Quote  
  10. Member
    Join Date
    Jun 2005
    Location
    Portugal
    Search Comp PM
    Thank you very much, ChrissyBoy and you all

    Thats was the trick : rip as one large vob

    I managed to make it work with FFMPEG

    it converts this large MPEG-2 file to AVI, very quickly

    but I have this problem

    https://forum.videohelp.com/viewtopic.php?t=293695
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!