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" -s 960x540 -b:v 900k -b:a 64k -g 15 "${i%.*}.wmv" ;
|
||||
done;
|
||||
|
||||
Reference in New Issue
Block a user