L05

Results 1 issues of L05

Adds creationflags parameter to run() so that process can be optionally killed. Example code: ``` import ffmpy from threading import Thread import subprocess, time, signal, os ff = ffmpy.FFmpeg( inputs={'in.mp4':...