Get audio only for converting to mp3.
This commit is contained in:
parent
08936f920a
commit
d93201f105
@ -4,4 +4,4 @@ if [ "$#" = "0" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
youtube-dl --ignore-config "$1" -o - | ffmpeg -i pipe:0 -f wav -vn - | lame -m j --replaygain-fast --vbr-new -V 2 -o --id3v2-only --resample 44.1 - "$2.mp3"
|
||||
youtube-dl --ignore-config -f bestaudio "$1" -o - | ffmpeg -i pipe:0 -f wav -vn - | lame -m j --replaygain-fast --vbr-new -V 2 -o --id3v2-only --resample 44.1 - "$2.mp3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user