[FFmpeg-user] How to enforce VBR minimum bitrate

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Jun 4 20:40:09 EEST 2018


2018-06-04 16:59 GMT+02:00, DopeLabs <dopelabs at dubstep.fm>:
> you can combine steps 1 and 2 into a single command:
>
> $ ffmpeg- i input -options -f wav - | lame -V 5 -F -b 128 - output.mp3

wav is a format that cannot easily be piped.
It may work in many cases, but generally you cannot pipe a valid file.

Please avoid top-posting here, it is rude.

Carl Eugen


More information about the ffmpeg-user mailing list