I'm using avbuild in the (wip) project nova, which utilizes yt-dlp to download audio and video content.
When running yt-dlp with the arguments -x --audio-format mp3, it attempts to re-encode the audio to mp3 but then throws the following error:
ERROR: Postprocessing: audio conversion failed: Error opening output files: Encoder not found
Upon investigating, I found that the ffmpeg build does not have mp3 support enabled, as indicated by the output of ffmpeg --codec.
Could you please enable mp3 support in ffmpeg?
Thanks!
I'm using
avbuildin the (wip) project nova, which utilizesyt-dlpto download audio and video content.When running
yt-dlpwith the arguments-x --audio-format mp3, it attempts to re-encode the audio to mp3 but then throws the following error:ERROR: Postprocessing: audio conversion failed: Error opening output files: Encoder not foundUpon investigating, I found that the
ffmpegbuild does not havemp3support enabled, as indicated by the output offfmpeg --codec.Could you please enable
mp3support inffmpeg?Thanks!