Re: [FFmpeg-user] Can FFmpeg fetch a title from a DVD?

2016-01-06 Thread Carl Eugen Hoyos
Andy Civil  gmail.com> writes:

> I tried MPlayer, but I got an error; libdvdread 
> complained that it couldn't open the file with 
> libdvdcss.

This indicates a broken MPlayer build, you 
can try dvdnav:// instead of dvd://

> I'm guessing that FFmpeg can't do it, since I 
> got the alternative suggestions.

That is correct, mplayer -dumpstream is the 
suggested solution.

Carl Eugen

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Can FFmpeg fetch a title from a DVD?

2016-01-05 Thread Andy Civil

Thank you for all the suggestions.

I want to stick to open-source if possible, on principle.

I tried MPlayer, but I got an error; libdvdread complained that it couldn't open the file with 
libdvdcss. Not sure why. It seemed to open the DVD OK, because it told me the correct number of 
titles on it.


I'm guessing that FFmpeg can't do it, since I got the alternative suggestions.

I've found somewhat of a workaround with VLC (not sure if that's technically FOSS or not) that I can 
live with, if there's no FFmpeg solution.


Thanks!

--
Andy
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Can FFmpeg fetch a title from a DVD?

2016-01-05 Thread Steve Boyer
On Tue, Jan 5, 2016 at 5:59 PM, Nicholas Robbins
 wrote:
> You might also want to take a look at makemkv (makemkv.com)
Second the nomination of MakeMKV. Not free, but it has a linux version
that you can "compile" and install. In my experience, MakeMKV is the
only program that can successfully backup DVDs from a *ahem* parent
company of a certain mouse.
> -N
Steve
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Can FFmpeg fetch a title from a DVD?

2016-01-05 Thread y...@yzf888.com
You would try Free DVD ripper at   
http://www.free-star.org/free-dvd-ripper-freeware.html
 










At 2016-01-06 10:42:13, "Steve Boyer"  wrote:
>On Tue, Jan 5, 2016 at 5:59 PM, Nicholas Robbins
> wrote:
>> You might also want to take a look at makemkv (makemkv.com)
>Second the nomination of MakeMKV. Not free, but it has a linux version
>that you can "compile" and install. In my experience, MakeMKV is the
>only program that can successfully backup DVDs from a *ahem* parent
>company of a certain mouse.
>> -N
>Steve
>___
>ffmpeg-user mailing list
>ffmpeg-user@ffmpeg.org
>http://ffmpeg.org/mailman/listinfo/ffmpeg-user
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


Re: [FFmpeg-user] Can FFmpeg fetch a title from a DVD?

2016-01-05 Thread Nicholas Robbins
> On Tuesday, January 5, 2016 4:25 PM, Matt Zagrabelny  
> wrote:

> > On Tue, Jan 5, 2016 at 3:20 PM, Andy Civil  wrote:
>>  Can anyone tell me if there's a command to fetch a title (this is 
> DVD-speak
>>  for a 'track') from a DVD file structure? I have a DVD structure in 
> a
>>  VIDEO_TS folder, and I want to fetch title #7 from it, and convert it to
>>  something. This requires FFmpeg to be aware of the DVD menu structure, and
>>  I'm not sure that it is. (I've been trying to use VLC which 
> definitely can,
>>  but I've had other issues there.)
>> 
>>  I know that FFmpeg can work directly with the VOB files, but that 
> doesn't
>>  help me when I don't know where Title #7 starts, or ends.  Sometimes, 
> there
>>  are multiple VOB files, and I don't even know which VOB Title #7 is 
> in...
> 
> I use:
> 
> mplayer -dumpstream -dumpfile dvd_title_7.vob dvd://7
> 
> That will dump title 7 to the file dvd_title_7.vob.
> 
> 
> -m


You might also want to take a look at makemkv (makemkv.com)

-N
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user