We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HI,
Can I encode a video frame by frame rather than whole video?
How can I do that?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @devildonkey1392 I don't know if I got your question right but here's the snippet doing exactly what you're asking for https://github.com/leandromoreira/ffmpeg-libav-tutorial/blob/master/3_transcoding.c#L233-L244
Sorry, something went wrong.
I want to feed glbuffer as input instead of the file and then encode the glbuffer.
@devildonkey1392 I think this might help you http://dranger.com/ffmpeg/
No branches or pull requests
HI,
Can I encode a video frame by frame rather than whole video?
How can I do that?
Thanks!
The text was updated successfully, but these errors were encountered: