I have a Hardware which encodes YUV frames into MPEG-4 frames.

I want to save these frames as a MP4 movie, but I can't find any article or document to explain how to do it.

I found an open source project (I don't remember from where) it encodes to MPEG-4 and it has the atom of MPEG-4 with it. so I have the body of MPEG-4 but I don't know how to use It.

any Advice or Help would be really useful.

没有正确的解决方案

其他提示

You might be interested in MP4Box and it's core library libgpac. It's been around as long as MPEG-4, and it's main function (amongst many, many others) is packaging (multiplexing) raw MPEG-4 audio and video streams in MPEG-4 containers.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top