Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-25 Thread Farhad Mohammadi Majd
at 2018 Mar 15 15:42:32, Adi Marvillo (adi5 at gmx.at) wrote: > This is your command: > *ffmpeg -i ./dump.stream -g 25 -keyint_min 3 -vf -aspect "16:9" -map > v > -c:v libx264 -map a -c:a copy ./output.mkv > *ffprobe doesn't show a subtitle stream, don't know where it is... as > much as I know

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-15 Thread Nicolas George
Matt Zagrabelny (2018-03-15): > Is there any significant difference between dvd2concat and mplayer > -dumpstream dvd://TITLE With the result of mplayer -dumpstream, you will need to adjust the probe size and duration to catch the subtitles. Regards, -- Nicolas George signature.asc

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-15 Thread Matt Zagrabelny
Hi Nicolas, On Thu, Mar 15, 2018 at 3:06 PM, Nicolas George wrote: > Moritz Barsnick (2018-03-15): > > $ ffmpeg -i Downloads/TV/VTS_03_1.VOB -c copy -f null - > > Please stop giving that bad advice. Never access VOB files in DVD video > structure directly. > > Use

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-15 Thread Nicolas George
Moritz Barsnick (2018-03-15): > $ ffmpeg -i Downloads/TV/VTS_03_1.VOB -c copy -f null - Please stop giving that bad advice. Never access VOB files in DVD video structure directly. Use tools/dvd2concat, it takes care of subtitles too. Regards, -- Nicolas George signature.asc Description:

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-15 Thread Hans Carlson
On Thu, 15 Mar 2018, Moritz Barsnick wrote: On Thu, Mar 15, 2018 at 09:18:01 -0700, Carl Zwanzig wrote: On 3/15/2018 9:05 AM, Moritz Barsnick wrote: AFAIU, MPEG-PS can contain streams which appear later. (Same for MPEG-TS, I think.) Perhaps the subtitle streams aren't visible at t=0. That

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-15 Thread Moritz Barsnick
On Thu, Mar 15, 2018 at 09:18:01 -0700, Carl Zwanzig wrote: > On 3/15/2018 9:05 AM, Moritz Barsnick wrote: > > AFAIU, MPEG-PS can contain streams which appear later. (Same for > > MPEG-TS, I think.) Perhaps the subtitle streams aren't visible at t=0. > > That is my experience- often a subtitle

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-15 Thread Carl Zwanzig
On 3/15/2018 9:05 AM, Moritz Barsnick wrote: AFAIU, MPEG-PS can contain streams which appear later. (Same for MPEG-TS, I think.) Perhaps the subtitle streams aren't visible at t=0. That is my experience- often a subtitle stream itself won't appear until time for the first one to appear; could

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-15 Thread Moritz Barsnick
On Thu, Mar 15, 2018 at 14:42:32 +0100, Adi Marvillo wrote: > > Input #0, mpeg, from 'stream.dump': > >   Duration: 01:16:44.93, start: 0.040033, bitrate: 5392 kb/s > > Stream #0:0[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, top > > first), 720x480 [SAR 32:27 DAR 16:9], 29.67 fps, 59.94 tbr,

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-15 Thread Farhad Mohammadi Majd
at 2018 Mar 13 18:19:45, Adi Marvillo wrote: > I can't support you with anything with this information. Please > provide > [code] ffprobe stream.dump [/code]. Look the used ffmpeg codecs > (libx264) up in the Documentation. cheers [code] $ ffprobe stream.dump  ffprobe version 3.2.10-1~deb9u1

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-13 Thread Adi Marvillo
Am 2018-03-11 um 08:39 schrieb Farhad Mohammadi Majd: > Al right, I did install both Mplayer and MEncoder. > > on 2018-03-08--12:01:13 Adi Marvillo wrote: > >> [code] >> mplayer dvd://TITLE -dumpstream -dumpfile ~/media/movie.vob # be sure >> to >> select the correct TITLE - in this case it would

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-11 Thread Farhad Mohammadi Majd
Al right, I did install both Mplayer and MEncoder. on 2018-03-08--12:01:13 Adi Marvillo wrote: > [code] > mplayer dvd://TITLE -dumpstream -dumpfile ~/media/movie.vob # be sure > to > select the correct TITLE - in this case it would be 1 I test the command but it was unsuccessful because it is

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-08 Thread Carl Eugen Hoyos
2018-03-08 21:49 GMT+01:00, Nicolas George : > Farhad Mohammadi Majd (2018-03-08): >> I need to those dvd_subtitle(s). How to extract them? > > FFmpeg can read them, but it cannot put them into > anything useful at this time. That surprises me: I would have expected dvdsub

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-08 Thread Nicolas George
Farhad Mohammadi Majd (2018-03-08): > $ ffmpeg -i VTS_01_1.VOB Do not do that. Never access the VOB files in a DVD-video structure directly, they do not contain only the title video data but also menus and garbage. You can use tools/dvd2concat to extract only the parts of the VOB file that

Re: [FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-08 Thread Farhad Mohammadi Majd
> I guess your DVD-Film is concatenated ... The full film is consists of three files, this is the first file. > in this case you have to extract the whole concatenated VOB with > mplayer and dump it into a file before you can  apply ffmpeg I don't have mplayer on the system, I have mpv instead,

[FFmpeg-user] How to extract DVD subtitle from this VOB file?

2018-03-08 Thread Farhad Mohammadi Majd
Hello, I have ffmpeg v3.2.9 on Debian v9.3 I have searched WWW for suitable command but none of them worked for me, and ffmpeg is complex. == My file == $ ffmpeg -i VTS_01_1.VOB . . . . Input #0, mpeg, from 'VTS_01_1.VOB':   Duration: 00:24:40.83, start: 0.040033, .