Skip to content

Instantly share code, notes, and snippets.

@jemsgit
Created November 16, 2014 22:16
Show Gist options
  • Save jemsgit/14e2d3958a3f198f80ae to your computer and use it in GitHub Desktop.
Save jemsgit/14e2d3958a3f198f80ae to your computer and use it in GitHub Desktop.
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