FFmpeg 的容器格式转换是否涉及任何实际的转码?

发布于 2025-01-13 11:46:46 字数 92 浏览 1 评论 0原文

如果我使用 FFmpeg 在 mp4、webm 和 mkv 之间进行转换,是否会导致可能有损转码,或者只是将相同的内容放入新的“容器”中?这可能取决于容器内的编解码器吗?

If I convert between mp4, webm, and mkv with FFmpeg, will it cause possibly lossy transcoding, or is it just putting the same stuff into a new "container"? Would this possibly depend on what codec is inside the container?

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

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

发布评论

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

评论(1

情话已封尘 2025-01-20 11:46:46

请参阅 @VC.One 对我的原始帖子的评论。顺便说一句,今天我发现了 -c copy 选项。因此,我在实践中要做的就是在容器格式之间进行转换时尝试使用该选项,如果它有效,我知道没有转码,如果它不起作用,我知道有转码。

See the comment @VC.One made on my original post. Incidentally, today I found out about the -c copy option. So what I will do in practice is attempt to use that option whenever converting between container formats, and if it works, I know there is no transcoding, and if it doesn't work, I know there is transcoding.

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