From f1a071d460507fd1bb1721deafd2a8d9f88f5b05 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 23 Oct 2018 16:14:21 +0200 Subject: Implement lightweight cleaning for png and tiff --- libmat2/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmat2/video.py') diff --git a/libmat2/video.py b/libmat2/video.py index fe2a1af..b7ba0a0 100644 --- a/libmat2/video.py +++ b/libmat2/video.py @@ -26,7 +26,7 @@ class AVIParser(exiftool.ExiftoolParser): def remove_all(self): cmd = [_get_ffmpeg_path(), - '-i', self.filename, # input file + '-i', self.filename, # input file '-y', # overwrite existing output file '-loglevel', 'panic', # Don't show log '-hide_banner', # hide the banner -- cgit v1.3