Xuggler-Java-如何从字节数组创建数据包?
我正在使用 Xuggler 构建一个导出应用程序,该应用程序导出 h264 编码的录制内容,以便可以在外部播放器中播放(将视频录制写入 .avi 或 .mp4 容器)。
我很想知道如何从表示视频帧的字节数组创建 IPacket。需要设置 IPacket 中的哪些参数以及这些参数应包含哪些值? 再次,对于收集数据包的容器来说,应该设置哪些参数以及它们的值应该是什么?
I am building an export application using Xuggler that exports a h264 encoded recording so that it can be played in an external player ( writing the video recording to .avi or .mp4 container).
I am interested to know how one could create a IPacket from a byte array representing a video frame. What parameters from the IPacket need to be set and what values should those contain?
And again what parameters should be set and what should be their values for the container that gathers the packets?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)