Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我要将 x264 库迁移到 actionscript。并且分析它根本不是微不足道的。x264 究竟是如何工作的?我假设它在编码中使用多线程,它可能是单线程的吗?在 actionscript 3.0 Web 项目中迁移的可行性如何?
您最好使用一些命令行实用程序(如 Flash Media Encoder 或 FFmpeg)在服务器上对视频进行编码。
从短期来看,在基于 ByteArray 类的 ActionScript 中编写自己的 x264 编码器是不可行的。