screen_capture_lite icon indicating copy to clipboard operation
screen_capture_lite copied to clipboard

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

Open xfirefly opened this issue 4 years ago • 6 comments

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.

xfirefly avatar May 01 '20 04:05 xfirefly

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

smasherprog avatar May 01 '20 22:05 smasherprog

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

smasherprog avatar May 01 '20 23:05 smasherprog

OK, I will create a demo.

xfirefly avatar May 03 '20 10:05 xfirefly

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

mtunahansarioglu avatar Oct 12 '20 11:10 mtunahansarioglu

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

flowerlove avatar Sep 07 '21 06:09 flowerlove

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.

flowerlove avatar Sep 23 '21 08:09 flowerlove