ytdl-org / youtube-dl

Command-line program to download videos from YouTube.com and other video sites
http://ytdl-org.github.io/youtube-dl/
The Unlicense
129.82k stars 9.79k forks source link

How to force use of libfdk_aac #24797

Open amaridev opened 4 years ago

amaridev commented 4 years ago

Hello,

I miss an option to specify that ffmpeg uses libfdk_aac to encode the aac audio output. When using ffprobe, it says, that audio files are encoded with Lavf58.29.100. I wish to use libfdk instead.

bato3 commented 4 years ago

yt-dl usually try copy streams.

You can try with --postprocessor-args, but if you want to have full control, it's much easier and faster to callffmpeg as a separate process.