You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.
many webcams provide their streams in different video codecs, so it would be nice to have the possibility to select them. for certain modes only one can be selected, and must be selected
ffmpeg command like looks like this:
ffmpeg -f dshow -vcodec mjpeg -s 1280x720 -i video=My Webcam Device
Possible vcodec values for webcams (that i know of): mjpeg, rawvideo, h264
The text was updated successfully, but these errors were encountered:
sometimes if you don't specify the input video codec the capture fails. also some cameras have the same resolution with different codecs ( mjpeg and rawvideo both for 1280x720 for example )
still webcams related issue :)
many webcams provide their streams in different video codecs, so it would be nice to have the possibility to select them. for certain modes only one can be selected, and must be selected
ffmpeg command like looks like this:
ffmpeg -f dshow -vcodec mjpeg -s 1280x720 -i video=My Webcam Device
Possible vcodec values for webcams (that i know of): mjpeg, rawvideo, h264
The text was updated successfully, but these errors were encountered: