将电影转换为 flashmovie api?

发布于 2024-09-29 14:34:06 字数 254 浏览 1 评论 0原文

我正计划做一个小页面,用户可以在其中上传电影,并且应该将其转换为 flashmovie 格式。

.NET 是否有一些好的 api 且价格相当实惠?

我找到了这个:

http://www.all4dotnet.com/features.aspx

有更好的吗那里有吗?

/米

I'm planning on doing a small page where user uploads a movie, and it should be converted to flashmovie format.

Is there some good api there for .NET that is rather affordable?

I found this one:

http://www.all4dotnet.com/features.aspx

Are there better ones out there?

/M

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

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

发布评论

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

评论(1

几度春秋 2024-10-06 14:34:06

它本身并不是一个 API,而是一个命令行工具。不过,它是此类产品中使用的事实上的视频转换器。

http://www.ffmpeg.org/

更新:
我并没有说这是唯一的方法,其他人可能已经编写了另一个工具来做到这一点。考虑到 ffmpeg 的使用如此广泛,如果有人使用它,我会感到惊讶。无论哪种方式,您想要寻找的不是 API,而是视频解码器/编码器。我建议使用 ffmped,它支持几乎任何您能想到的编解码器/文件格式,具有良好的支持,做得很好并且相当易于使用。

谷歌搜索.NET视频编码我发现了这个(http://stackoverflow.com/questions/44161/real-time-wmv-video-encoding-in-c)。

It isn't an API as such but a command line tool. It is the de facto video converter used in this kind of stuff though.

http://www.ffmpeg.org/

UPDATE:
I didn't say it's the only way, someone else might have written another tool to do this. Given how widely used ffmpeg is I'd be surprised if someone had. Either way, what you want to look for is not an API but a video decoder/encoder. I recommend using ffmped, it supports pretty much any codec/fileformat you can think of, has good support, does a good job and is fairly easy to use.

Googling for .NET video encoding I found this (http://stackoverflow.com/questions/44161/real-time-wmv-video-encoding-in-c).

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