寻找最简单的视频编解码器

发布于 2024-11-09 19:44:52 字数 1536 浏览 2 评论 0原文

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

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

发布评论

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

评论(2

混吃等死 2024-11-16 19:44:52

也许mjpeg?它不需要任何特殊的硬件或加速,并且 JPEG 非常容易实现。

Maybe mjpeg? It doesn't require any special hardware or acceleration, and JPEG is pretty easy to implement.

↙厌世 2024-11-16 19:44:52

Cinepak 解码器非常简单,甚至与 mjpeg 相比。遗憾的是,没有开源编码器,但可以通过 mencoder 在 Windows 和 Linux 上使用二进制编码器 dll。

http://multimedia.cx/mirror/cinepak.txt

对于可能更简单的格式,请参阅

< a href="http://multimedia.cx/eggs/worlds-simplest-vector-quantizer/" rel="nofollow">http://multimedia.cx/eggs/worlds-simplest-vector-quantizer/

Cinepak decoder is very simple, compared even to mjpeg. There are unfortunately no open source encoders but a binary encoder dll is available and usable both on Windows and on Linux via mencoder.

http://multimedia.cx/mirror/cinepak.txt

For possibly an even simpler format see

http://multimedia.cx/eggs/worlds-simplest-vector-quantizer/

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