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

android record video using FFmpegFrameRecorder with H.264 type data #266

Closed
MarcusCwl opened this issue Nov 2, 2015 · 1 comment
Closed

Comments

@MarcusCwl
Copy link

I'm using FFmpegFrameRecorder to record video, however, the function record();
only accept IPlimage which only can format YUV type data,
But I got H.264 type data from MediaCodec.getOutPutBuffer() and I want to record video using H.264 data , how can I do this?

@MarcusCwl MarcusCwl changed the title android record video using FFmpegFrameRecorder with H.264 data byte] android record video using FFmpegFrameRecorder with H.264 type data Nov 2, 2015
@saudet
Copy link
Member

saudet commented Nov 3, 2015

We would need to add support for raw packets, something that's already been asked many times, see #93. If you would like to make a contribution, it would be very welcome! Thank you

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

2 participants