From e70ea811c99c16f3382c08153eda573df0825536 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 18 Oct 2018 19:19:56 +0200 Subject: Implement support for .avi files, via ffmpeg - 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. --- tests/data/dirty.avi | Bin 0 -> 375688 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/data/dirty.avi (limited to 'tests/data') diff --git a/tests/data/dirty.avi b/tests/data/dirty.avi new file mode 100644 index 0000000..850feab Binary files /dev/null and b/tests/data/dirty.avi differ -- cgit v1.3