Skip to content

Instantly share code, notes, and snippets.

@Gnurou
Last active August 29, 2017 13:23
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 Gnurou/866f1d77f63a1a002a17d2aa7630ec65 to your computer and use it in GitHub Desktop.
Save Gnurou/866f1d77f63a1a002a17d2aa7630ec65 to your computer and use it in GitHub Desktop.
ffplay tricks
https://trac.ffmpeg.org/wiki/Debug/MacroblocksAndMotionVectors
Show motion vectors in real time:
ffplay -flags2 +export_mvs -vf codecview=mv=pf+bf+bb video.avi
Show only keyframes:
ffplay -vf select="eq(pict_type\,PICT_TYPE_I)" video.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment