Added command for downloading audio from youtube.

This commit is contained in:
RealStickman 2020-02-24 08:46:03 +00:00
parent 4d738adcd3
commit 227e5f1f91

View File

@ -6,3 +6,6 @@ ffmpeg-normalize *.mp3 -v -pr -c:a flac -ext flac
#extract images from video
ffmpeg -i file.mpg -r 1/1 $filename%03d.jpg
#found in .bashrc
yta-best="youtube-dl --extract-audio --audio-format best "