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

Does ffmpegframerecorder support '-force_key_frames- option? #284

Open
tomerhatav opened this issue Nov 29, 2015 · 5 comments
Open

Does ffmpegframerecorder support '-force_key_frames- option? #284

tomerhatav opened this issue Nov 29, 2015 · 5 comments

Comments

@tomerhatav
Copy link

I would like to know if there's a way to make ffmpegframerecorder adjust the keyframes every N seconds and not by GOP.

Thank you.

@saudet
Copy link
Member

saudet commented Nov 30, 2015

Please ask the FFmpeg team about that. Then we will be able to integrate the support to FFmpegFrameRecorder. Thanks

@tomerhatav
Copy link
Author

Well it's right here at the FFmpeg documents: https://ffmpeg.org/ffmpeg.html#Advanced-Video-options
Look for -force_key_frames at the bottom.
So it's available using FFmpeg but how can we use it in FFmpegFrameRecorder.

@saudet
Copy link
Member

saudet commented Nov 30, 2015

I see, so, sure. We'll have to look inside ffmpeg.c to figure out what API they use to achieve that...

@ashraf-revo
Copy link

@saudet is the force_key_frames option supported yet

@saudet
Copy link
Member

saudet commented Dec 18, 2023

No, but as usual contributions are welcome!

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

3 participants