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

How to use the data which received from callback onFrameChanged() to feed to ffmpeg to generate a h.264 video? #80

Open
xfirefly opened this issue May 1, 2020 · 6 comments

Comments

@xfirefly
Copy link

xfirefly commented May 1, 2020

How to use the data which received from callback onFrameChanged() to feed to ffmpeg to generate a h.264 video?
Is this possible? Any suggestions are welcome. Thanks.

@smasherprog
Copy link
Owner

I havent used ffmeg but it should be simple to implement.

@smasherprog
Copy link
Owner

If you create a demo on this I can add it to the examples :)

@xfirefly
Copy link
Author

xfirefly commented May 3, 2020

OK, I will create a demo.

@xfirefly xfirefly closed this as completed May 3, 2020
@mtunahansarioglu
Copy link

mtunahansarioglu commented Oct 12, 2020

Are there any improvements in using ffmpeg? A demo would have been quite helpful.
I'm wondering how to save in video format using this library. I run the examples, and I get the screenshots. But my goal is to capture these data as video files without saving them as images. Could you please show me a way? @xfirefly @smasherprog

@flowerlove
Copy link

flowerlove commented Sep 7, 2021

I am creating a demo to feed data to ffmpeg to generate a h.264 video.

@flowerlove
Copy link

https://github.com/flowerlove/qt_screen_capture_lite
I use screen_capture_lite,ffmpeg 4.4 and my personal lib rtspserver, capture the desktop to an rtsp stream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants