Added command for downloading audio from youtube.
This commit is contained in:
parent
4d738adcd3
commit
227e5f1f91
@ -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 "
|
Loading…
Reference in New Issue
Block a user