Fix write_debug in EmbedThumbnail

Closes #17
pull/23/head
pukkandan 2021-01-14 13:59:38 +05:30
rodzic d83cb5312c
commit 806b05cf7a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -124,7 +124,7 @@ class EmbedThumbnailPP(FFmpegPostProcessor):
self.to_screen('Adding thumbnail to "%s"' % filename)
self.verbose_message('AtomicParsley command line: %s' % shell_quote(cmd))
self.write_debug('AtomicParsley command line: %s' % shell_quote(cmd))
p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
stdout, stderr = process_communicate_or_kill(p)