To get more granular data, use the -show_streams flag. This lists specific details for every track (audio, video, data) found in the container. ffprobe.exe -v error -show_streams input.mkv Use code with caution. 3. Outputting to JSON or XML
Think of it as mediainfo on steroids, but built directly into the FFmpeg ecosystem. ffprobe.exe
sudo apt update sudo apt install ffmpeg