Skip to content

Instantly share code, notes, and snippets.

@raster
Created October 14, 2011 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raster/1288212 to your computer and use it in GitHub Desktop.
Save raster/1288212 to your computer and use it in GitHub Desktop.
mencoder tricks
/Applications/ffmpegx/mencoder mf:///Users/pete/Desktop/webcam/*jpg -mf w=320:h=240:fps=6:type=jpg -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -o ~/Desktop/output.avi
/Applications/ffmpegx/mencoder mf://*jpg -mf w=320:h=240:fps=12:type=jpg -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -o ~/Desktop/output.avi
mencoder mf://*.jpg -mf w=320:h=240:fps=6:type=jpg -ovc lavc -lavcopts vcodec=mpeg4 -oac copy -o output.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment