summaryrefslogtreecommitdiff
path: root/libmat2/exiftool.py (follow)
AgeCommit message (Collapse)Author
2018-10-22Implement support for .avi files, via ffmpegjvoisin
- This commit introduces optional dependencies (namely ffmpeg): mat2 will spit a warning when trying to process an .avi file if ffmpeg isn't installed. - Since metadata are obtained via exiftool, this commit also refactors a bit our exfitool wrapper.