Re: [FFmpeg-user] VBR encoding not supported ???

2024-04-28 Thread Aditya Dandavate
Thanks for the info. I'll use Opus from now on. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-user] VBR encoding not supported ???

2024-04-28 Thread Ferdi Scholten
On 28-04-2024 12:44, Aditya Dandavate wrote: I was converting flac audio to aac_lc with libfdk_aac with VBR encoding. But I saw a message about VBR encoding. The command and output of the command is as follows : Command : ffmpeg.exe -i input.flac -c:a libfdk_aac -afterburner 1 -frame_length

[FFmpeg-user] VBR encoding not supported ???

2024-04-28 Thread Aditya Dandavate
I was converting flac audio to aac_lc with libfdk_aac with VBR encoding. But I saw a message about VBR encoding. The command and output of the command is as follows : Command : ffmpeg.exe -i input.flac -c:a libfdk_aac -afterburner 1 -frame_length 1024 -cutoff 0 -vbr 5 -profile:a aac_low