sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.74k stars 563 forks source link

Convert YUV420 Frames into Video #385

Open shgrg1712 opened 5 years ago

shgrg1712 commented 5 years ago

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.

mondain commented 4 years ago

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.