Rocky Li
Results
1
comments of
Rocky Li
I was able to solve this issue (only the progress bar) with the `**kwargs` by passing: ``` arg_dict = {"loglevel": "quiet", "stats": None} ``` to ``` stream = ffmpeg.output(stream, output_path,...