Skip to content

Commit

Permalink
Added .avi
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyti committed Jul 15, 2016
1 parent 85833a3 commit 1065229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mtn.sh
Expand Up @@ -8,3 +8,6 @@ done;
for i in *.mp4;
do mtn "${i}" -f /usr/share/fonts/truetype/liberation/LiberationMono-Bold.ttf -c 3 -r 3 -s 300;
done;
for i in *.avi;
do mtn "${i}" -f /usr/share/fonts/truetype/liberation/LiberationMono-Bold.ttf -c 3 -r 3 -s 300;
done;

0 comments on commit 1065229

Please sign in to comment.