Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Checklist
Verbose log
Description
I want to extract best OPUS based audio from Youtube.
For that i'm using:
--no-check-certificate --prefer-insecure --audio-format opus --extract-audio --postprocessor-args "-acodec libopus -b:a 64K" --external-downloader aria2c --external-downloader-args "-x16 -s16 -k1M"It does work sometimes when you have m4a container as "best" audio stream, does work if you manually specify -format 251 which is overkill.
It doesn't work with for m4a_dash container as best possible audio stream.
I'm assuming because there is no way to demux opus from m4a_dash. Reported as bug due to switch --audio-format opus which will force youtubedl to get opus stream(best/worst???)
ENVIRONMENTS : Windows 7 x64, ffmpeg version N-71192-g3c91239, youtube-dl.exe
2020.01.01
OBSERVED RESULT: will not getting opus stream even with --audio-format opus
Could not write header for output file #0 - error pops up.
EXPECTED RESULT: will get opus stream.