merged changes already in the repository

This commit is contained in:
2016-09-29 16:37:52 -07:00
3 changed files with 12 additions and 1 deletions
+4
View File
@@ -1,4 +1,8 @@
for i;
<<<<<<< HEAD
do ffmpeg -i "$i" -c:v libx264 -profile:v main -pix_fmt yuv420p -q 0 -strict -2 -vb 5000k "${i%.*}_h264.mov" ;
=======
do ffmpeg -i "$i" -c:v libx264 -profile:v main -pix_fmt yuv420p -q 0 -strict -2 "${i%.*}_h264.mov" ;
>>>>>>> a4f1bdc7ca935a4d555d2c313b1317af6b687756
done;