This website requires JavaScript.
Explore
Help
Sign In
jorge
/
my_scripts
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
0e69703b0dbd509cd06839e10c06360cc0b903ac
my_scripts
/
bash
/
make_mkn_att_review.sh
T
5 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Added a couple ffmpeg compression scripts, updated the mount whitehorse command and a couple of cli commands to open files with quicktime
2016-09-29 16:36:16 -07:00
for
i
;
do
ffmpeg -i
"
$i
"
-s 960x540 -b:v 900k -b:a 64k -g
15
"
${
i
%.*
}
.wmv"
;
done
;
Reference in New Issue
Copy Permalink