AIR 的 DiVX 解码器

发布于 2024-09-09 01:32:01 字数 85 浏览 0 评论 0原文

我正在使用 Flex 为我的桌面构建一个视频播放器。使用 AIR,是否可以编写一个解码器来在我的系统上播放 AVI 和 .MOV,或者是否存在此类解决方案?

I am building a video player using Flex for my desktop. With AIR, is it possible to write a decoder to play AVI and .MOV on my system or do such solutions exist?

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

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

发布评论

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

评论(2

情话难免假 2024-09-16 01:32:01

我对我的项目所做的是将上传的 avi 转换为 flv,转换后删除 avi 并播放 flv。只需寻找 avi 到 flv 转换器

what i did to my project is i convert uploaded avi to flv, remove the avi after conversion and play the flv. just look for avi to flv converter

锦欢 2024-09-16 01:32:01

这绝对是可能的,但我怀疑这种方法是否微不足道。并且您将无法使用硬件加速。关于 Flash Player 性能不足的一个主要抱怨是播放视频时缺乏硬件加速。

如果播放 AVI / MOV 文件很重要,我强烈建议您查看已经执行此操作的播放器(Quicktime 和/或 Windows Media PLayer),这些播放器已经设置为处理诸如 AVI 文件可以编码的众多编解码器之类的问题酌情使用硬件加速。

如果您仍然希望在 Flash 平台中完成这一切,那么就开发时间而言,将文件转换为 FLV 比在编解码器上编写代码要容易得多。 Camtasia 是一款可以用来转换的软件,但你必须实时进行转换,录制屏幕。我发现它就像视频转换的瑞士军刀。

免费转换工具 我尝试过将气球文件大小放大到天文数字。

It is definitely possible, but I doubt such an approach is trivial. And you will not be able to make use of hardware acceleration. A big complaint about lack of performance in The Flash Player is lack of hardware acceleration when playing video.

If it is important to play AVI / MOV files, I would strongly suggest you look into players that already do this (Quicktime and/or Windows Media PLayer) which are already set up to handle issues like the numerous codecs an AVI file can be encoded in and use of hardware acceleration as appropriate.

If you're still desire to make this all in the Flash Platform, converting the files to FLV is going to be a lot easier on you in terms of development time than writing your on codecs. Camtasia is one software that you can use to convert, but you have to do so in real time, recording the screen. I have found it to be like a swiss army knife of video conversion.

Free conversion tools I have tried balloon file size up astronomically.

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