Hi Michael!
Sorry I’m not an ffmpeg expert and not intend to be.
Everything works perfectly- i just want to send mic mono input to both channels out. Like normally programs do on default.
It’s crazy: in my stupid project having 3 not so bad computers -including mac and windows- only ffmpeg does the job.
Here is the command which works great- I just don’t know how.
ffmpeg -f oss -i /dev/audio3 -f video4linux2 -s 320×240 -i /dev/video1 out.mpg
Thank You in advance!
I simply don’t know how to write the script. Sorry.