added video presets

This commit is contained in:
JMARyA 2020-11-24 16:49:53 +01:00
parent 074b56ba30
commit 277fb7b293
No known key found for this signature in database
GPG key ID: 19BD48AEE60FA00B
11 changed files with 17 additions and 6 deletions

View file

@ -1,3 +1,4 @@
function convert() {
for i in *.$1; do ffmpeg -i "$i" "${i%.*}.$2"; done
}