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

Key frames #20

Closed
emakovsky opened this issue Oct 27, 2014 · 2 comments
Closed

Key frames #20

emakovsky opened this issue Oct 27, 2014 · 2 comments

Comments

@emakovsky
Copy link

Is that possible to insert more key frames to mp4 using this library?
Like ffmpeg -force_key_frames functions does.
e.g. insert a key frame every 1 second.

@sannies
Copy link
Owner

sannies commented Oct 27, 2014

The mp4parser takes care of the MP4 container - it's no encoder but you'd
need an encoder to add I-frames.

2014-10-27 13:13 GMT+01:00 Egor Makovskij notifications@github.com:

Is that possible to insert more key frames to mp4 using this library?
Like ffmpeg -force_key_frames functions does.
e.g. insert a key frame every 1 second.


Reply to this email directly or view it on GitHub
#20.

@sannies
Copy link
Owner

sannies commented Feb 1, 2015

Cleaning up tickets - this can only be done on encoder level therefore not an mp4parser issue

@sannies sannies closed this as completed Feb 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants