Skip to content

Commit 1e33e93

Browse files
authored
Merge pull request #6 from PiDockMedia/master
Adds mov and m4v
2 parents a2f28a1 + 836d45e commit 1e33e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ trap 'exit 2' TERM INT
44

55
shopt -s globstar
66
shopt -s nullglob
7-
for f in **/*.{avi,ogm,wmv,AVI,OGM,WMV,flv,FLV,mkv,MKV}; do
7+
for f in **/*.{avi,ogm,wmv,AVI,OGM,WMV,flv,FLV,mkv,MKV,mov,MOV,m4v,M4V}; do
88
printf '\033[1;34;40m'
99
echo "Converting $f"
1010
printf '\033[0m'

0 commit comments

Comments
 (0)