mp4parser
mp4parser copied to clipboard
Convert YUV420 Frames into Video
Hello Team, I am working on project in which I need to create video using YUV420 frames provided by Agora Streaming SDK.
Scenario is to save video while streaming is running. We are using Agora SDK for streaming purpose. Agora video frame listener returns video frame which is YUV 420.
Now we have this frame which is coming at the rate of 15fps. Now I need to create video using these frames.
Please help me in this requirement.
Normally one would encode yuv frames into h264, vp8 etc; you'll need to do that first before you try to write to the mp4 container using this project.