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
+ Reply to Thread
Results 1 to 11 of 11
-
-
ask the creator of vob2mpg, https://forum.videohelp.com/profile.php?mode=viewprofile&u=60062
-
ffmpeg.exe -i VTS_03_1.VOB -i VTS_03_2.VOB -i VTS_03_3.VOB -f mpeg2video -sameq -ar
-
Why do you need ffmpeg when vob2mpg does the job for you?
Anyway: you need to concat the vobset before you use ffmpeg. So eitherRip as one large vob instead of separate ones with Dvd Decrypter.Code:copy /b VTS_03_1.VOB + VTS_03_2.VOB + VTS_03_3.VOB VTS_03.mpg
Code:ffmpeg -i VTS_03.mpg -target dvd -vcodec copy -acodec copy output.mpg
SVCD2DVD v2.5, AVI/MPEG/HDTV/AviSynth/h264->DVD, PAL->NTSC conversion.
VOB2MPG PRO, Extract mpegs from your DVDs - with you in control! -
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