Java中的MP4容器编写器 [英] MP4 container writer in Java

查看:117
本文介绍了Java中的MP4容器编写器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想找到一个免费的Java MP4(容器)编写器.我不需要编码器,只需一个可以根据给定的期望值编写正确原子的东西. 奖金此类库也可以编写有效" F4V.
我宁愿使用纯Java解决方案,也不愿使用JNI或外部可执行文件.

I would like to find a FREE MP4 (container) writer for Java. I do not need an encoder, only something which can write the correct atoms given their expected values. Bonus for such a library that also can write "valid" F4V.
I would prefer a pure Java solution rather than something using JNI or external executables.

推荐答案

即使我的回答来得太晚,您也可以在

Even though my answer comes very late you could have a look into my MP4 Parser/Unparser at Github. You can parse MP4 files, modify them and write the result. You can even start from scratch creating boxes programatically and write your object representation to some sink.

这篇关于Java中的MP4容器编写器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆