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