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?")
1. sudo apt-get install mediainfo
2. pip install pymediainfo
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.