Skip to content

Instantly share code, notes, and snippets.

@arthurbarros
Created June 22, 2017 20:04
Show Gist options
  • Save arthurbarros/f83b233e8c85aab48d431dc2d3c07af9 to your computer and use it in GitHub Desktop.
Save arthurbarros/f83b233e8c85aab48d431dc2d3c07af9 to your computer and use it in GitHub Desktop.
Extract a single frame from a live stream
ffmpeg -v 0 -y -i "http://calertahls-lh.akamaihd.net/i/calertahls_1@167570/master.m3u8" -vframes 1 img/output.jpeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment