Skip to content

Instantly share code, notes, and snippets.

@yosshi
Created February 26, 2010 04:59
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 yosshi/315425 to your computer and use it in GitHub Desktop.
Save yosshi/315425 to your computer and use it in GitHub Desktop.
FFmpeg のオプションは要注意やで。
ffmpeg -ss 20 -i ./video.flv -vframes 1 -f image2 ./out.jpg 0.06s user 0.04s system 52% cpu 0.192 total
ffmpeg -i ./video.flv -ss 20 -vframes 1 -f image2 ./out.jpg 0.37s user 0.41s system 87% cpu 0.883 total
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment