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.
download video/audio but need audio in aac #11431
Comments
|
|
I want to download a video/audio from youtube using youtube-dl. The file that is produced has an Opus audio which fails in my media player. I want the audio in aac. The downloaded video is fine.
How do I do this?
I tried:
youtube-dl --audio-format aac "URL"
But the downloaded file remains Opus audio, but I need aac
So, what syntax should I use?