Re: [FFmpeg-user] VBR setting is unsupported in libfdk_aac

2019-12-26 Thread Ashish Jha
for aac_low profile as well, I am getting the same error. PFB error ffmpeg -i Bera_Jaal.wav -codec:a libfdk_aac -vbr 3 output.m4a ffmpeg version N-95890-gdf62505 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.12) 20160609 configuration:

Re: [FFmpeg-user] VBR setting is unsupported in libfdk_aac

2019-12-26 Thread Gyan
On 26-12-2019 03:11 pm, Ashish Jha wrote: for aac_low profile as well, I am getting the same error. PFB error It's a warning, not an error. It is *always* printed when ffmpeg detects the use of -vbr or -qscale:a / -q:a with libfdk-aac. fdk-aac is an external encoder, so it, not ffmpeg,

[FFmpeg-user] VBR setting is unsupported in libfdk_aac

2019-12-26 Thread Ashish Jha
Hi, I am trying to encode audio file .wav into HE-AAC. I am able to encode, However, when trying to encode in VBR, I am getting an error stating "[libfdk_aac @ 0x29c5c00] Note, the VBR setting is unsupported and only works with some parameter combinations" and its encoding into CBR. How can I

Re: [FFmpeg-user] VBR setting is unsupported in libfdk_aac

2019-12-26 Thread Ted Park
> [libfdk_aac @ 0x29c5c00] Note, the VBR setting is unsupported and only works > with some parameter combinations" and its encoding into CBR. > > How can I encode into vbr for HE-AAC. I am using the below mentioned command. According to the man page: Currently only the aac_low profile

Re: [FFmpeg-user] Lossless encoding to ffv1 changes frames md5

2019-12-26 Thread Moritz Barsnick
On Tue, Dec 17, 2019 at 16:04:02 +0100, Alberto Mattea wrote: > As a side note, I tried using the mpdecimate filter to remove the > duplicate frames (the videos are 16 -> 25fps conversions) but it > changes the md5 (of corresponding frames) again, checking the source > it seems it supports 8-bit

[FFmpeg-user] A question on multiple audio variants support on HLS' var_stream_map parameters.

2019-12-26 Thread Dennis Mungai
Hello there, With the var_stream_map option, can more than one audio stream variant exist in a group? From the documentation, all examples point to the creation of multiple audio groups, one per audio stream variant. Lifted straight from the wiki: https://ffmpeg.org/ffmpeg-formats.html#hls-2

[FFmpeg-user] Unable to enable libaom-av1 encoder

2019-12-26 Thread Ashish Jha
I want to try av1 codec so I tried to enable libaom encoder. However, I am not able to do so. I tried various commands from google, but whenever I tried to encode, it says: Codec 'libaom-av1' is not recognized by FFmpeg. Please let me know, how can I enable this encoder. Regards, Ashish