Advertisement
Guest User

Untitled

a guest
Dec 5th, 2011
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. OUT="blah.mp4"
  2.  
  3. glc-play "${filename}" -o - -y 1 | mencoder -nosound -demuxer y4m - -ovc x264 -x264encopts crf=24 -vf eq2=1.3 -of lavf -lavfopts format=mp4 -o "${OUT}"
  4.  
  5. glc-play "${filename}" -o - -y 1 | ffmpeg -i - -sameq -an -y -vf mp=eq2=1.3 "${OUT}"
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement