视频文件格式的标头信息的详细信息

发布于 2024-12-17 18:19:58 字数 134 浏览 2 评论 0原文

我需要通过附加 NSMutableData 来附加 2 个视频文件,因为我已经对音频文件执行了此操作,并且操作正确,但对视频文件则不然。

这可能是因为数据字节包含一些标头信息,我需要从第二个视频中删除这些字节,但我不知道应该删除多少字节?

I need to append 2 video files by appending their NSMutableData as I have already done this with audio files and it is done correctly but not with video files.

It may be because data bytes contain some header info and I will need to remove these bytes from the 2nd video but I don't know that how many bytes should I remove?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟燃烟灭 2024-12-24 18:19:58

您没有告诉我们有问题的文件格式,但一般来说:

查找有问题的文件格式的规范并找出标头的样子。然后根据这些信息编写解决方案。

网上有许多包含文件格式信息的资源,但您可能想要查看的一个地方是 http://www.wotsit .org/

You haven't told us the file format in question, but generally:

Look up the specification for the file format in question and find out what the header looks like. Then code a solution based on this information.

There are many resources on the net with file format information, but one place you might want to look is http://www.wotsit.org/.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文