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.
Some questions about embedded youtube-dl #13463
Comments
|
|
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.06.18. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
#############################################################################
Hello everybody,
Since some days, I am working on a project for my internship which is about extracting audio from a big list (.csv) of Youtube videos. We have chosen to use YouTube-dl library in python, which seems to be powerful .
I have found many explanations about Youtube-dl in command line, but I am interested in a program using this library.
Does a documentation about equivalence between command line and embedded youtube-dl exist ?
We would like to obtain a bunch of audio files with the same features for all of them. I achieved to extract only the audio and to chose the extension (.wav). However, I would like to have all my files with the same sample rate (44.1kHz). I have seen that, in command line, I can use '-f bestaudio[asr=44100]'. But how can I do that in a python program ? Is it possible ?
I didn't see anything about mono or stereo file. I would like to extract my audio files in mono. Do I have to use another tool ? Or is a feature like that existing or will exist ?
Thank you in advance for your help !
Coralie