diff --git a/arch-config/Commands b/arch-config/Commands index da67e339..fdaec666 100644 --- a/arch-config/Commands +++ b/arch-config/Commands @@ -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 \ No newline at end of file +ffmpeg -i file.mpg -r 1/1 $filename%03d.jpg + +#found in .bashrc +yta-best="youtube-dl --extract-audio --audio-format best " \ No newline at end of file