Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error in options -hf, --hflip, Horizontally flip the camera #41

Closed
vifrac opened this issue Sep 6, 2020 · 1 comment
Closed

error in options -hf, --hflip, Horizontally flip the camera #41

vifrac opened this issue Sep 6, 2020 · 1 comment

Comments

@vifrac
Copy link

vifrac commented Sep 6, 2020

when I use the command "mon2cam -f 30 -d 8 -m 1 -r 640x480 -v" and I use "ffplay /dep/video8" for show output in new window, I see virtual monitor correctly in that screen. But when I open discord and validate the virtual camera, this monitor show bad horizontally.

then I do try use "mon2cam -f 30 -d 8 -m 1 -r 640x480 -hf -v" but this command showme the help menu, when I validate the file "https://github.com/ShayBox/Mon2Cam/blob/master/src/libraries/options.ts" I can see two lines with the almost same information, that code is correctly ?

if (typeof p.vflip === "boolean") this.ffmpeg.push("-vf vflip");
if (typeof p.hflip === "boolean") this.ffmpeg.push("-vf hflip");

@ShayBox
Copy link
Owner

ShayBox commented Sep 11, 2020

You likely won't need to flip the image, its mirrored on discord by discord, but yes those two lines are correct and both flags do work together

@ShayBox ShayBox closed this as completed Nov 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants