Skip to content

Commit

Permalink
Merge pull request #6 from PiDockMedia/master
Browse files Browse the repository at this point in the history
Adds mov and m4v
  • Loading branch information
jaymoulin authored Jun 11, 2019
2 parents a2f28a1 + 836d45e commit 1e33e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trap 'exit 2' TERM INT

shopt -s globstar
shopt -s nullglob
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
printf '\033[1;34;40m'
echo "Converting $f"
printf '\033[0m'
Expand Down

0 comments on commit 1e33e93

Please sign in to comment.