Setting is_keyframe on Packet #1179
Unanswered
daveisfera
asked this question in
1. Help
Replies: 2 comments 2 replies
-
@daveisfera Were you able to set keyframes (or
Output:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi, try to set the gop_size:
in this way, when you mux, the key_frames will be 1 every 16. Bye |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have encoded video data that I'm adding to a
Packet
that I create, but then I can't setis_keyframe
before passing the packet tomux
of the container. Is there a way to do that or does the code need to be changed to allow that?(I assume that would be adding
__set__
to theis_keyframe
property and I'm willing to submit a PR for that, if that's the needed fix)Beta Was this translation helpful? Give feedback.
All reactions