summaryrefslogtreecommitdiff
path: root/libmat2/video.py
diff options
context:
space:
mode:
authorjvoisin2018-10-23 16:14:21 +0200
committerjvoisin2018-10-23 16:22:11 +0200
commitf1a071d460507fd1bb1721deafd2a8d9f88f5b05 (patch)
treee17067895ef1fc9b91b00c0ba56d2e86975ceef1 /libmat2/video.py
parent38df679a88a19db3a4a82fdb8e20a42c9a53d1a1 (diff)
Implement lightweight cleaning for png and tiff
Diffstat (limited to 'libmat2/video.py')
-rw-r--r--libmat2/video.py2
1 files changed, 1 insertions, 1 deletions
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):
26 26
27 def remove_all(self): 27 def remove_all(self):
28 cmd = [_get_ffmpeg_path(), 28 cmd = [_get_ffmpeg_path(),
29 '-i', self.filename, # input file 29 '-i', self.filename, # input file
30 '-y', # overwrite existing output file 30 '-y', # overwrite existing output file
31 '-loglevel', 'panic', # Don't show log 31 '-loglevel', 'panic', # Don't show log
32 '-hide_banner', # hide the banner 32 '-hide_banner', # hide the banner