[FFmpeg-user] Python / Qprocess misfires commands.

Bouke bouke at editb.nl
Fri May 14 14:16:41 EEST 2021


Using Python to fire FFmpeg
cmd = ‘ffmpeg’
args = [‘-f’, ‘avfoundation’, ‘-i’, ‘:0’]

with a QProcess, this returns exit code 6, exitstatus 1


ffmpeg -f avfoundation -i :0 in a Terminal works.
(At least one output file….)


Bouke




More information about the ffmpeg-user mailing list