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.
Convert Audio To Single (Mono) Channel Audio #21316
Comments
|
You have to write a custom postprocessor. |
Checklist
Description
Hello! I'm using the Python youtube-dl library. I was wondering if there was a way, in the 'postprocessors' section of the download options in the YoutubeDL() function, to make it so that we can change the number of audio channels, as I want to convert the audio I downloaded into mono channel.
Thank you