mp4parser icon indicating copy to clipboard operation
mp4parser copied to clipboard

Convert YUV420 Frames into Video

Open shgrg1712 opened this issue 5 years ago • 1 comments

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.

shgrg1712 avatar Jul 01 '19 11:07 shgrg1712

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.

mondain avatar Jul 25 '19 13:07 mondain