Skip to content

Instantly share code, notes, and snippets.

@kingargyle
Created October 12, 2019 01:29
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 kingargyle/460bd53b5c6096fc43866020a9bde4d9 to your computer and use it in GitHub Desktop.
Save kingargyle/460bd53b5c6096fc43866020a9bde4d9 to your computer and use it in GitHub Desktop.
Capture Image from HLS stream using FFMPeg
ffmpeg -loglevel 99 -i "https://webcamstream.multivista.com/live/amlst:dal_59169_1.stream/chunklist_w95623917_b300000.m3u8" -ss 00:00:14.435 -vframes 1 -strftime 1 "%Y-%m-%d_%H-%M-%S_crew_stadium.png"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment