Skip to content

Instantly share code, notes, and snippets.

@on-three
Created January 31, 2015 08: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 on-three/c99c5b6c7a2290fd391e to your computer and use it in GitHub Desktop.
Save on-three/c99c5b6c7a2290fd391e to your computer and use it in GitHub Desktop.
capture single snapshot of live video stream
ffmpeg -ss 00:00:08 -i http://xxx.com:8080/stream.ts -r 1 -vframes 1 capture.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment