Android H.263 还是 H.264 文件?

发布于 2024-10-13 14:21:36 字数 164 浏览 4 评论 0原文

有没有办法找到 Android 上视频文件的编解码器差异?我需要查明文件编码为 H.263 还是 H.264? mime 类型始终是 video/3gp,因此没有用。

我读过一些有关 magic cookie 的内容,但找不到 H.263 编码文件的 magic cookie 格式。有什么想法吗?

Is there a way to find the codec difference for a video file on Android? I need to find out if the file is encoded as H.263 or as H.264? The mime type is always video/3gp, so that's not useful.

I read something about magic cookies, but I cannot find the magic cookie format for H.263 encoded files. Any ideas?

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

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

发布评论

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

评论(1

蝶…霜飞 2024-10-20 14:21:36

您可以使用 ffmpeg 来获取文件的元数据信息。
尝试:

ffmpeg -i INPUT_FILE

它应该在 Input #0 标记之后显示元数据信息。

You can use ffmpeg for meta-data information of file.
Try:

ffmpeg -i INPUT_FILE

It should display the metadata information just after the Input #0 tag.

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