https://github.com/csteinmetz1/youtube-audio-dl
Utility to automate download and normalization of YouTube audio streams
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Repository
Utility to automate download and normalization of YouTube audio streams
Basic Info
- Host: GitHub
- Owner: csteinmetz1
- Language: Python
- Default Branch: master
- Size: 2.93 KB
Statistics
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
youtube-audio-dl
There are a number of online platforms that download and convert YouTube video streams to mp3 but they tend to be slow, clunky, and ad ridden. This project serves to provide an easy way to automate the download and conversion process. It also automatically peak normalizes the streams since many talks/lectures suffer from low volume.
Installation
Clone this repo and install the dependancies listed below.
git clone https://github.com/csteinmetz1/youtube-audio-dl
Usage
Place a list of newline delimited YouTube URLs in a .txt file. Then simply run the script with the path to that .txt. This will download the audio streams in the current working directory.
python youtube-audio-dl urls.txt
Optionally pass a directory to store the downloaded files. Ensure that this directory exists beforehand.
python youtube-audio-dl urls.txt ./downloads
Depedancies
- pafy ( https://github.com/mps-youtube/pafy )
- ffmpeg ( https://www.ffmpeg.org/download.html )
- ffmpeg-normalize ( https://github.com/slhck/ffmpeg-normalize )
Owner
- Name: Christian J. Steinmetz
- Login: csteinmetz1
- Kind: user
- Location: London, UK
- Company: @aim-qmul
- Website: christiansteinmetz.com
- Twitter: csteinmetz1
- Repositories: 79
- Profile: https://github.com/csteinmetz1
Machine learning for Hi-Fi audio. PhD Researcher at C4DM.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0