Re: Help ripping old DVD showing errors

Jonathan Crowther <[email protected]> Mon, 10 Jul 2023 02:50:48 +0000
Newsgroups gmane.comp.video.mplayer.user
Message-ID <SJ0PR11MB7704A2084B4D1F8CFC8EDA75C030A@SJ0PR11MB7704.namprd11.prod.outlook.com>
Thanks for the info, and your help. 

I’ve now abandoned MPlayer and found Clipchamp works for what I need to do. 

Cheers,
Jonathan 🚂

On Jul 9, 2023, at 7:44 PM, [email protected] wrote:

On Fri, Jul 7, 2023, 3:27 PM Jonathan Crowther <[email protected]> wrote:

> The resulting mpeg file is a pretty good rip of the DVD, but my players
> (VLC, and Windows Media Player) think the chapter that I ripped is only 18
> seconds long,
> 

Likely just unusual timestamps in the VOB/MPEG-TS.  As mplayer isn't
altering the container at all, it can't fix anything with -dumpstream

The timestamps can be fixed with mencoder or ffmpeg told to copy the video
and audio and only remuxing the container.


If I run this command instead:
> 
> "C:\Program Files (x86)\MPlayer\mencoder.exe" -dvd-device e: -o
> dvdout5.avi -oac copy -ovc x264 DVD://1
> 
> The result is a playable AVI but it discards about half the frames, and
> leaves a low-quality video
> 


You have to tell mencoder what bitrate to use for the video (or perhaps crf
with x264) to select the quality you want.

Assuming an NTSC DVD (North America) you also need: -ofps 24000/1001
And you may need pullup or pp=lb.
_______________________________________________
MPlayer-users mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
_______________________________________________
MPlayer-users mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users