Skip to content

Commit

Permalink
Convert to h264
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Jul 26, 2017
1 parent 2d2e61c commit 7fb07d9
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 @@ -2,6 +2,6 @@

for f in **/*.avi; do
echo "Converting $f"
avconv -i "$f" -c copy "${f%.avi}.mp4" && rm "$f"
avconv -i "$f" -strict experimental -c:v libx264 "${f%.avi}.mp4" && rm "$f"
done
echo "Done"

0 comments on commit 7fb07d9

Please sign in to comment.