使用 C# 将 Avi 转换为 Mpeg

发布于 2024-10-01 08:20:47 字数 99 浏览 3 评论 0原文

是的,我想将 avi 文件转换为 mpeg 文件。这对我来说是第一次体验。我对此很新手。使用 C# 可以将 avi 文件转换为 mpeg 吗? 如果是,我该怎么办?我必须阅读哪篇文章?

Yes i want to convert avi file to mpeg file..This will be first experience for me..I am so newbie at this..Is converting avi to mpeg possible with using C#.
If yes,what i have to do? Which article i have to read?

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

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

发布评论

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

评论(1

请远离我 2024-10-08 08:20:47

这是一个相当复杂的主题,您需要将其交给第三方组件。最广泛使用的工具是 ffmpeg,您可以通过将其作为子进程启动来从 C# 调用它。

http://www.ffmpeg.org/

FFmpeg 是一个完整的跨平台解决方案,用于录制、转换和流式传输音频和视频。

由于许可限制,它通常无法作为二进制下载 - 您需要下载源代码并自行编译。

This is a quite complicated topic that you'll want to relegate to a 3rd party component. The most widely used tool is ffmpeg which you can call from c# by launching it as a child process.

http://www.ffmpeg.org/

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video.

Due to licensing restrictions it's generally not available as a binary download--you'll need to download source and compile it yourself.

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