[FFmpeg-user] concat protocol - 3 objectives

Mark Filipak markfilipak.windows+ffmpeg at gmail.com
Tue Feb 25 21:28:02 EET 2020


On 02/25/2020 03:48 AM, Nicolas George wrote:
> Mark Filipak (12020-02-24):
>> 	  Since the concat protocol basically works
> 
> No, it doesn't. Not for that:

Thank you, Nicolas,
It does work. I'm watching it via MPV right now. The full line is:
ffmpeg -i 
"concat:i:\VIDEO_TS\VTS_02_1.VOB|i:\VIDEO_TS\VTS_02_2.VOB|i:\VIDEO_TS\VTS_02_3.VOB|i:\VIDEO_TS\VTS_02_4.VOB|i:\VIDEO_TS\VTS_02_5.VOB" 
-map 0 -c copy n:\output.ts

>>> ffmpeg -i "concat:i:\VIDEO_TS\VTS_02_1.VOB|i:\VIDEO_TS\VTS_02_2.VOB|i:\VIDEO_TS\VTS_02_3.VOB|i:\VIDEO_TS\VTS_02_4.VOB|i:\VIDEO_TS\VTS_02_5.VOB"
> 
> As I said earlier, to read these files, you need a library that is aware
> of the structure of DVD-Video. FFmpeg doesn't have it.

Sure ff* is aware of VOB containers. I believe the demuxer is mpegts but 
I may be wrong.

> Regards,

Thanks again,
Mark.


More information about the ffmpeg-user mailing list