You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
I expect a successful transcoding. Either by having libfdk_aac enabled or by not using this specific lib but instead fallback to the generic aac encoder.
System (please complete the following information):
On macOS we are using Apple AudioToolbox aac_at encoder and even if that encoder is not available we will fallback to the ffmpeg native encoder. What is your exact setup because it is very very likely, you are running it in a not supported manner like running the server in a VM and running the ffmpeg on the host through things like rffmpeg.
The server checks the encoder capability on each startup and it will not pick fdk-aac when the ffmpeg does not support it. What you are facing is very likely that the ffmpeg being checked is not the ffmpeg being used. This should never happen on our official installs which means you should provide complete environment info instead of replying with "not relevant".
You said you are configuring the server to use videotoolbox but the ffmpeg log is not using videotoolbox and is using pure software. This is could also result from a setup error.
Describe The Bug
The transcoding request tries to use the libfdk_aac lib but it isn't enabled apparently
--disable-libfdk-aac
Steps To Reproduce
Expected Behavior
I expect a successful transcoding. Either by having libfdk_aac enabled or by not using this specific lib but instead fallback to the generic aac encoder.
System (please complete the following information):
MediaInfo
CodecEAC3 AVCNo Layout5.1 Channels6 ch Bitrate640 kbps Sample rate48000 Hz DefaultYes ForcedNo ExternalNo
FFmpeg Logs
[aost#0:1 @ 0x131e73500] Unknown encoder 'libfdk_aac' [aost#0:1 @ 0x131e73500] Error selecting an encoder
Additional Context
The text was updated successfully, but these errors were encountered: