software
Genreviewer
LicenseGNU LGPL 2.1
Source modelopen source
PriceFree
Stable7.0.2
Release statusreleased
Written inC
Websitehttps://ffmpeg.org

FFplay is part of the FFmpeg suite, it's the application dedicated to viewing media files. Since it's based on the same libraries it still maintains most of the features of FFmpeg itself and can give some informations on the media being played (although the application for that is FFprobe).
Note: FFmpeg can play the video stream using video outputs, for example with

ffmpeg -re -i file.mp4 -f sdl2 -

although outputs usually have limited pixel formats.