Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

InputOptions.vcodec #6

Closed
Igazine opened this issue Nov 19, 2016 · 3 comments
Closed

InputOptions.vcodec #6

Igazine opened this issue Nov 19, 2016 · 3 comments

Comments

@Igazine
Copy link

Igazine commented Nov 19, 2016

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

@tuarua
Copy link
Owner

tuarua commented Nov 19, 2016

If I understand correctly I am missing the ability to specify codec on input ?

@Igazine
Copy link
Author

Igazine commented Nov 19, 2016

yes.

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 )

@tuarua
Copy link
Owner

tuarua commented Nov 20, 2016

This should now be fixed in 0.0.6 OSX / WIN version

@Igazine Igazine closed this as completed Nov 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants