开发者

Fast format conversion open source library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the开发者_如何学Python question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

Can someone advise me open source format conversion library? Optimized for SSE, SSE2.

Formats for conversion: I420, YUY2, RGB(16-bit, 32-bit).

I found only VirtualDub Kasumi library.


Have a look at FFmpeg's libswscale library, which is licensed under the terms of the LGPL.

I'm not sure if libswscale will compile with MSVC (it probably won't), but you can always use MSYS/MingW to compile libswscale to a shared library and use that in your MSVC project.


libyuv is an open source project that includes YUV scaling and conversion functionality.

Scale YUV to prepare content for compression, with point, bilinear or box filter.
Convert to YUV from webcam formats.
Convert from YUV to formats for rendering/effects.
Rotate by 90/180/270 degrees to adjust for mobile devices in portrait mode.

Optimized for SSE2/SSSE3/AVX2 on x86/x64.
Optimized for Neon on Arm.
Optimized for DSP R2 on Mips.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜