Building using docker ubuntu 22.04. Downloaded, compiled and installed ffmpeg separately using git clone and version is 7.1.
Installed the dependencies
libfdk-aac-dev
aac-enc as well.
Did the follwoing while compiling as well :
--enable-libfdk-aac
--enable-nonfree
This is what I see :
Warn -- > audio_encoder_process_init: encoder does not support the required input format, audio encoding is disabled
Where could i be going wrong ?
Update : The warning vanishes with alpine 3.23.3 but persists with all versions of ubuntu and lower versions of alpine
Building using docker ubuntu 22.04. Downloaded, compiled and installed ffmpeg separately using git clone and version is 7.1.
Installed the dependencies
libfdk-aac-devaac-encas well.Did the follwoing while compiling as well :
This is what I see :
Warn -- >
audio_encoder_process_init: encoder does not support the required input format, audio encoding is disabledWhere could i be going wrong ?
Update : The warning vanishes with alpine 3.23.3 but persists with all versions of ubuntu and lower versions of alpine