We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2f28a1 + 836d45e commit 1e33e93Copy full SHA for 1e33e93
convert.sh
@@ -4,7 +4,7 @@ trap 'exit 2' TERM INT
4
5
shopt -s globstar
6
shopt -s nullglob
7
-for f in **/*.{avi,ogm,wmv,AVI,OGM,WMV,flv,FLV,mkv,MKV}; do
+for f in **/*.{avi,ogm,wmv,AVI,OGM,WMV,flv,FLV,mkv,MKV,mov,MOV,m4v,M4V}; do
8
printf '\033[1;34;40m'
9
echo "Converting $f"
10
printf '\033[0m'
0 commit comments