Added command for downloading audio from youtube.
This commit is contained in:
parent
4d738adcd3
commit
227e5f1f91
@ -5,4 +5,7 @@ ffmpeg-normalize *.opus -v -pr -c:a libvorbis -ext ogg
|
||||
ffmpeg-normalize *.mp3 -v -pr -c:a flac -ext flac
|
||||
|
||||
#extract images from video
|
||||
ffmpeg -i file.mpg -r 1/1 $filename%03d.jpg
|
||||
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