added a folder for aftereffects useful stuff, and added some old bash ones I hade laying around

This commit is contained in:
2016-04-19 18:23:28 -07:00
parent 6036643e48
commit a93f0542ce
7 changed files with 66 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
for i;
do ffmpeg -i "$i" -c:v libx264 -profile:v main -pix_fmt yuv420p -q 0 -strict -2 "${i%.*}_h264.mov" ;
done;