Skip to content

Commit

Permalink
Convert mkv as well since mp4 has better performances for RPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Apr 27, 2019
1 parent 3529ca0 commit a2f28a1
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}; do
for f in **/*.{avi,ogm,wmv,AVI,OGM,WMV,flv,FLV,mkv,MKV}; do
printf '\033[1;34;40m'
echo "Converting $f"
printf '\033[0m'
Expand Down

0 comments on commit a2f28a1

Please sign in to comment.