ffprobe icon indicating copy to clipboard operation
ffprobe copied to clipboard

A wrapper around the ffprobe command for extracting meta data from media files.

Results 3 ffprobe issues
Sort by recently updated
recently updated
newest added

Trying to parse a video file containing a [SIDE_DATA]...[/SIDE_DATA] section in the metadata of a video stream raised an exception before. Now the side data sections should be properly parsed...

Added unit testing for a small sample of media Durations weren't showing up for some streams - fixed Can operate on command line with file or directory input

MP3 cover art is listed in ffprobe as a motion jpeg stream with 0 frames. This causes isVideo to return true for mp3s. My current work around is to call...