ffplay

A simple and portable media player using the FFmpeg libraries and the SDL library. More information: https://ffmpeg.org/ffplay-all.html.

ffplay path/to/file

ffplay -nodisp path/to/file

ffmpeg -i path/to/file -c copy -f media_format - | ffplay -

ffplay -flags2 +export_mvs -vf codecview=mv=pf+bf+bb path/to/file

ffplay -vf select="eq(pict_type\,PICT_TYPE_I)" path/to/file