Re: [FFmpeg-user] How to enforce VBR minimum bitrate

2018-06-05 Thread low sin
Thanks all! Meanwhile let me try every way that you have suggested. Zak, I look forward to see your result too! Sincerely, Sook Sin Sent from Mail for Windows 10 --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___

Re: [FFmpeg-user] How to enforce VBR minimum bitrate

2018-06-04 Thread Zak
On 2018-06-04 at 1:40 PM EDT, Carl Eugen Hoyos wrote: > 2018-06-04 16:59 GMT+02:00, DopeLabs : > 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,

Re: [FFmpeg-user] How to enforce VBR minimum bitrate

2018-06-04 Thread Carl Eugen Hoyos
2018-06-04 16:59 GMT+02:00, DopeLabs : > 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

Re: [FFmpeg-user] How to enforce VBR minimum bitrate

2018-06-04 Thread DopeLabs
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 > On Jun 4, 2018, at 7:52 42AM, Zak wrote: > > On 2018-06-04 at 3:03 AM EDT, sook...@expressinmusic.com wrote: > >> Hi experts! >> >> I am currently using ffmpeg as a s

Re: [FFmpeg-user] How to enforce VBR minimum bitrate

2018-06-04 Thread Zak
On 2018-06-04 at 3:03 AM EDT, sook...@expressinmusic.com wrote: Hi experts! I am currently using ffmpeg as a solution to audio file conversion and normalization. I understand that my setting (-q:a 5) below should produce output with bitrate range in between 120-150kbps, or sometimes even lower

[FFmpeg-user] How to enforce VBR minimum bitrate

2018-06-04 Thread sooksin
Hi experts! I am currently using ffmpeg as a solution to audio file conversion and normalization. I understand that my setting (-q:a 5) below should produce output with bitrate range in between 120-150kbps, or sometimes even lower than that if the input already in being a lower bitrate than