Skip to content

The script allows the download for the videos uploaded on YouTube and using ffmpeg the clean wav files are generated.

Notifications You must be signed in to change notification settings

Pranavk02/youtube2wav-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#YOUTUBE VIDEO TO WAV CONVERTER

#youtube2wav.py The script allows the download for the videos uploaded on YouTube and using ffmpeg the clean wav files are generated.

Check requirements.txt

1) pip install youtube_dl
2) sudo apt install ffmpeg

The script using ffmpeg also allows the conversion into the required sampling frequency (Note: -ar 16000 to be put after the input file)

Usage: python youtube2wav.py link Example: python youtube2wav.py https://www.youtube.com/watch?v=ZgIzch1Pqj4

About

The script allows the download for the videos uploaded on YouTube and using ffmpeg the clean wav files are generated.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%