Created
November 16, 2014 22:16
-
-
Save jemsgit/14e2d3958a3f198f80ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Введите число кадров в секунду" | |
read F | |
mencoder mf://*.JPG -mf fps="$F":type=jpg -ovc copy -oac copy -o output.avi | |
mencoder output.avi -ovc xvid -vf eq2=1.0:0.87:0.0:1.2:0.99:0.99:1 -oac copy -srate 11000 -xvidencopts fixed_quant=1 -o video.avi | |
rm output.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment