Tom

Results 6 comments of Tom

This is how I solved it: ``` import tempfile import threading import time class ProgressFfmpeg(threading.Thread): def __init__(self, vid_duration_seconds, progress_update_callback): threading.Thread.__init__(self, name='ProgressFfmpeg') self.stop_event = threading.Event() self.output_file = tempfile.NamedTemporaryFile(mode='w+', delete=False) self.vid_duration_seconds =...

Having the same issue here. Also, when using the python-Levenshtein speedup, AFAIK there is no autojunk. This is leading to inconsistent results between the two implementations.