Created
October 12, 2019 01:29
-
-
Save kingargyle/460bd53b5c6096fc43866020a9bde4d9 to your computer and use it in GitHub Desktop.
Capture Image from HLS stream using FFMPeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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