将 mkv 视频流即时重新复用为 mp4

发布于 2024-12-29 14:57:33 字数 196 浏览 0 评论 0原文

有没有办法将 mkv 流动态重新混合到 mp4 容器中?我正在使用 html5 标签,虽然我知道我不会获得出色的浏览器支持,但我正在为未来而构建(这是一个更大项目的一部分,其中其他功能还需要兼容 html5 的浏览器)。看来 mp4 容器中对 h.264 的支持比 mkv 容器中更好,但我的一些流以 mkv 形式出现。

Is there any way to remux an mkv stream into an mp4 container on the fly? I'm using an html5 <video> tag and while I know I won't get fantastic browser support, I'm building for the future (and this is part of a larger project where other features also require html5 compatible browsers). It appears that there is better support for h.264 in an mp4 container than in the mkv container but some of my streams come in as mkv.

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

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

发布评论

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

评论(3

明媚如初 2025-01-05 14:57:33

查看 Mediacoder 项目。它是一个具有 GUI 前端的转码器,适用于各种主要媒体相关开源项目。它支持所有主要操作系统

此外,Mediacoder 支持网络用户界面,这可能非常适合您的网络相关项目。

过去曾出现过mkv 问题,但是现在应该已经解决了。

Have a look at the Mediacoder project. It is a transcoder with a GUI frontend to various major media-related open source projects. It supports all major Operating System.

Additionally Mediacoder supports a web-User interface, which may be ideally suited to your web-related project.

There has been an issue with mkv in the past, but that should be solved by now.

或十年 2025-01-05 14:57:33

将 MKV 重新混合为 MP4 是 ps3mediaserver 执行的任务之一;因为它执行了很多无关的任务,所以我不确定我建议从哪里开始,但我认为这可能是一个合适的最后努力。

我使用 mkvextract 提取曲目来自 MKV 文件和 MP4Box 将数据重新打包成 MP4 流。

我总是以批处理模式运行程序,而不是流模式,因为我只想消耗 CPU 周期进行一次转换,所以我们的用途不同。 (我不知道这两种格式是否都允许流式转换。)但是也许这两个工具可以让您构建足够接近流式传输的东西。

Remuxing MKV into MP4 is one of the tasks performed by ps3mediaserver; since it does a lot of extraneous tasks, I'm not sure it is where I would recommend starting but I think it might be a suitable last-ditch effort.

I've used mkvextract to extract tracks from MKV files and MP4Box to re-package the data into MP4 streams.

I always ran the programs in a batch mode, rather than streaming mode, because I only wanted to burn the CPU cycles for the conversion once, so our uses are different. (I don't know if both formats allow for streaming conversion.) But perhaps these two tools can allow you to build something close enough to streaming.

柏林苍穹下 2025-01-05 14:57:33

VideoLan Server 可以即时进行重新混合。看这里
http://www.videolan.org/streaming-features.html

VideoLan Server can do remuxing on the fly. Look here
http://www.videolan.org/streaming-features.html

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