Skip to content

Instantly share code, notes, and snippets.

@illucent
Forked from savvot/ffmpeg-extract-keyframes.sh
Created January 23, 2019 10:36
Show Gist options
  • Select an option

  • Save illucent/1dd5a74b0585f927111575b97e1bd3d7 to your computer and use it in GitHub Desktop.

Select an option

Save illucent/1dd5a74b0585f927111575b97e1bd3d7 to your computer and use it in GitHub Desktop.

Revisions

  1. @savvot savvot renamed this gist Jun 5, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @savvot savvot created this gist Jun 5, 2014.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    ffmpeg -ss <start_time> -i video.mp4 -t <duration> -q:v 2 -vf select="eq(pict_type\,PICT_TYPE_I)" -vsync 0 frame%03d.jpg