I want to stream my webcam from Mac using FFmpeg.
First I checked the supported devices using ffmpeg -f avfoundation -list_devices true -i \"\"
ffmpeg -f avfoundation -list_devices true -i \"\"
Outp
'-framerate' is needed
you can have a try
ffmpeg -f avfoundation -framerate 30 -i "0" -target pal-vcd ./test.mpg