Skip to content

Compare Mediainfo details for videos; find similarities in an array of videos. Handy as a debugging tool in case you're wondering why some videos are acting strange in some other context.

Notifications You must be signed in to change notification settings

cleanmountain/medianajones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Medianajones

Compare Mediainfo details for videos; find similarities in an array of videos. Uses pymediainfo wrapper for MediaInfo library.

Handy as a debugging tool in case you're wondering why some videos are acting strange in some other context (i.e. "What do video A, B, C and D have in common?")

prerequisites:

1. sudo apt-get install mediainfo
2. pip install pymediainfo

how to:

1. add your videos to the ALL_FILES array
2. consider whether you want to include "not in common" details or not (can be handy for context; can be annoying if you don't care)
3. run it damn it

If it's green, the value is in common for all the videos. If it's red, there are differing values (thus not in common), and they will be listed.

Example output

image

About

Compare Mediainfo details for videos; find similarities in an array of videos. Handy as a debugging tool in case you're wondering why some videos are acting strange in some other context.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages