[FFmpeg-user] Warning: VBV buffer size not set

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Dec 12 21:15:08 EET 2018


2018-12-12 20:11 GMT+01:00, Carl Eugen Hoyos <ceffmpeg at gmail.com>:
> 2018-12-08 22:28 GMT+01:00, Ulf Zibis <Ulf.Zibis at gmx.de>:
>
>> with:
>> ffmpeg -i "concat:CYD-001.vob|CYD-002.vob|..." -c copy CYD_copy.vob

(My answer wasn't wrong but your command line does not make
much sense.)

If your command succeeds (ie you ignore Hans' warning but still
get a useful output file) the following will also work and has
many advantages (apart from not showing a muxer warning):
cat CYD-001.vob CYD-002.vob ... >CYD_copy.vob

Carl Eugen


More information about the ffmpeg-user mailing list