Brought over my workplace scripts

This commit is contained in:
2014-12-08 10:12:55 -08:00
commit 1df6316ec7
12 changed files with 81 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
for i;
do ffmpeg -i "$i" -s 960x540 -c:v libx264 -profile:v main -pix_fmt yuv420p -strict -2 "${i%.*}_h264.mov" ;
done;