Skip to content

Commit

Permalink
Add flv support
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Nov 6, 2017
1 parent 195d957 commit 691433f
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}; do
for f in **/*.{avi,ogm,wmv,AVI,OGM,WMV,flv,FLV}; do
printf '\033[1;34;40m'
echo "Converting $f"
printf '\033[0m'
Expand Down

0 comments on commit 691433f

Please sign in to comment.