将所有视频格式转换为 3gp 和 mpeg4 视频格式?

发布于 2024-08-20 19:43:18 字数 131 浏览 3 评论 0原文

现在我因为这个问题陷入了我的应用程序。

任何人都可以帮助摆脱困境。

想要源代码将所有视频格式转换为 3gp 和 mpeg4 格式。

我使用 C# 作为后端语言在 ASP.NET 上开发了这个应用程序。

Right now i stuck in my application because of this issue.

anyone help to get out of this.

Want source code to covert all video format to 3gp and mpeg4 format.

i developed this applicatoin on asp.net using c# as a backend language.

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

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

发布评论

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

评论(1

自演自醉 2024-08-27 19:43:18

ffmpeg 是适用于 Unix/Linux 和 Windows 的命令行二进制文件,并且是视频转换的标准工具。

首先,请查看此论坛条目 与 3gp 转换相关。

检查这个问题< /a> 关于如何将 ffmpeg 与 C# 集成。

ffmpeg is a command-line binary for both Unix/Linux and Windows, and is the standard tool for video conversion.

To get startd, check out this forum entry related to 3gp conversion.

Check this SO question on how to integrate ffmpeg with C#.

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