I was hoping one of you fine folks could translate this: "ffmpeg -f lavfi -i anullsrc=r=16000:cl=mono -f v4l2 -r 24 -i /dev/video0 -c:v libx264 -pix_fmt yuv420p -preset ultrafast -g 20 -b:v 2500k -c:a ...
There are tons of Python FFmpeg wrappers out there but they seem to lack complex filter support. ffmpeg-python works well for simple as well as complex signal graphs. FFmpeg is extremely powerful, but ...