From a98962a0fa0ce413d3ddc6f7c9146429661e70ef Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Tue, 23 Oct 2018 16:57:18 +0200
Subject: [PATCH] Document that FFmpeg is now an optional dependency

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index e12fd51..6c545b6 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ metadata.
 - `python3-mutagen` for audio support
 - `python3-gi-cairo` and `gir1.2-poppler-0.18` for PDF support
 - `gir1.2-gdkpixbuf-2.0` for images support
+- `FFmpeg`, optionally, for video support 
 - `libimage-exiftool-perl` for everything else
 
 Please note that MAT2 requires at least Python3.5, meaning that it
-- 
GitLab