ffplay
all
A simple and portable media player using the FFmpeg libraries and the SDL library.
More info →Examples (5)
Play a media file
ffplay path/to/filePlay audio from a media file without a GUI
ffplay -nodisp path/to/filePlay media passed by `ffmpeg` through `stdin`
Play a video and show motion vectors in real time
ffplay -flags2 +export_mvs -vf codecview=mv=pf+bf+bb path/to/fileShow only video keyframes
ffplay -vf select="eq(pict_type\,PICT_TYPE_I)" path/to/filemade by @shridhargupta | data from tldr-pages