将所有视频格式转换为 3gp 和 mpeg4 视频格式?
现在我因为这个问题陷入了我的应用程序。
任何人都可以帮助摆脱困境。
想要源代码将所有视频格式转换为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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#.