>
cheatref
tmux
ffmpeg
> ffmpeg
/
inspection
/
get-video-file-information
Get video file information
inspection
// shell
$
ffprobe input.mp4
$
ffprobe -v quiet -print_format json -show_format -show_streams input.mp4
// related commands
> get-video-stream-details-like-codec-and-resolution
> get-audio-stream-details
> read-and-display-all-metadata-tags
> check-video-duration
> view all inspection commands