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

2018-12-13 Thread Ulf Zibis
Hi, Am 12.12.18 um 20:15 schrieb Carl Eugen Hoyos: > (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

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

2018-12-12 Thread Hans Carlson
On Thu, 13 Dec 2018, Carl Eugen Hoyos wrote: 2018-12-13 0:57 GMT+01:00, Hans Carlson : So, I'll rephrase Ulf's original question... how do you avoid this warning while doing a stream COPY (remux)? You cannot, as the maximum bit-rate cannot be set when remuxing. The muxer has to assume

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

2018-12-12 Thread Carl Eugen Hoyos
2018-12-13 0:57 GMT+01:00, Hans Carlson : > On Wed, 12 Dec 2018, Carl Eugen Hoyos wrote: > >> 2018-12-08 22:28 GMT+01:00, Ulf Zibis : >> >>> with: >>> ffmpeg -i "concat:CYD-001.vob|CYD-002.vob|..." -c copy CYD_copy.vob >>> I get the warning: >>> [svcd @ 0x56377151e140] VBV buffer size not set,

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

2018-12-12 Thread Hans Carlson
On Wed, 12 Dec 2018, Carl Eugen Hoyos wrote: 2018-12-08 22:28 GMT+01:00, Ulf Zibis : with: ffmpeg -i "concat:CYD-001.vob|CYD-002.vob|..." -c copy CYD_copy.vob I get the warning: [svcd @ 0x56377151e140] VBV buffer size not set, using default size of 130KB If you want the mpeg file to be

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

2018-12-12 Thread Carl Eugen Hoyos
2018-12-12 20:11 GMT+01:00, Carl Eugen Hoyos : > 2018-12-08 22:28 GMT+01:00, Ulf Zibis : > >> 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'

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

2018-12-12 Thread Carl Eugen Hoyos
2018-12-08 22:28 GMT+01:00, Ulf Zibis : > with: > ffmpeg -i "concat:CYD-001.vob|CYD-002.vob|..." -c copy CYD_copy.vob > I get the warning: > [svcd @ 0x56377151e140] VBV buffer size not set, using default size of 130KB > If you want the mpeg file to be compliant to some specification > Like DVD,

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

2018-12-12 Thread Hans Carlson
On Sat, 8 Dec 2018, Ulf Zibis wrote: with: ffmpeg -i "concat:CYD-001.vob|CYD-002.vob|..." -c copy CYD_copy.vob I get the warning: [svcd @ 0x56377151e140] VBV buffer size not set, using default size of 130KB If you want the mpeg file to be compliant to some specification Like DVD, VCD or others,

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

2018-12-08 Thread Ulf Zibis
Hi, with: ffmpeg -i "concat:CYD-001.vob|CYD-002.vob|..." -c copy CYD_copy.vob I get the warning: [svcd @ 0x56377151e140] VBV buffer size not set, using default size of 130KB If you want the mpeg file to be compliant to some specification Like DVD, VCD or others, make sure you set the correct