Added a couple ffmpeg compression scripts, updated the mount whitehorse command and a couple of cli commands to open files with quicktime
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
for i;
|
||||
do ffmpeg -i "$i" -g 15 -s 1280x720 -c:v libx264 -profile:v main -pix_fmt yuv420p -strict -2 -q 0 -b:v 18000k "${i%.*}_h264.mov" ;
|
||||
done;
|
||||
|
||||
Reference in New Issue
Block a user