-
Notifications
You must be signed in to change notification settings - Fork 81
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
Desktop Capture Input and example (2) #88
Conversation
Today I had time to checkout your branch. Unfortunatelly I wasn't happy with the final approach. So I have checked ffmpeg documentation regarding all 4 supported capture inputs. And I noticed that they have some common parts. Namely: framerate, video_size and offsets (X11 and GDI grab). I created separate branch for reworked approach and squashed all the commits. The work isn't completed yet. But this approach is more general and allows end-user to extend it. Could you please check above mentioned branch and give your feedback. |
Excellent. This is definitely more OO than my version. |
Hi, I also tried combining Once enclosed in a try-catch block, the program goes on, and the
Thanks very much for your work. Jaffree clearly fits the bill for me ! Note: Here's my alternate
KR, Vicne |
I didn't check
Please, create an issue with code samples demonstrating exceptions been thrown. Also, I would suggest to move further discussion regarding input capture to PR #90 (created from my branch). P.S. It's always a pleasure when Jaffree project helps people to achieve their goals :-) Best Regards |
<off_topic> |
Merged another branhc, check 0.9.6 version |
Followup to Issue #78.
This is new PR replaces #79 and is based on the new "develop" branch.