Using pyQt I want to run ffmpeg. With simple orders, there is no problem. For example:
def b3_clicked():
subprocess.call(['ffmpeg', '-i', fileinput, fileoutput + '.mov'])
This works well.
The problem is when I want to use something comp...
asked by
11.05.2017 / 20:57