29 skills found
AnJoiner / FFmpegCommandFFmpegCommand适用于Android的FFmpeg命令库,实现了对音视频相关的处理,能够快速的处理音视频,大概功能包括:音视频剪切,音视频转码,音视频解码原始数据,音视频编码,视频转图片或gif,视频添加水印,多画面拼接,音频混音,视频亮度和对比度,音频淡入和淡出效果等
carina-studio / PixelViewerA cross-platform image viewer which supports reading raw Luminance/YUV/RGB/ARGB/Bayer pixels data from file and rendering it.
awxkee / Yuvutils RsRust high performace utilities for YUV format handling and conversion.
ZXingYe / SurfaceBridge用于Android平台,可将Surface图像数据快速提取出来的工具类,Surface数据源可以来自MediaCodec、Camera、VirtualDisplay等。 SurfaceBridge支持多种输出格式,比如RGB、YUV420、YUV444等等。当然,你也可以直接把SurfaceView、TextureView作为输出源。同时为了兼容各种不同的输出大小和比例,SurfaceBridge支持传入一个Matrix参数去控制图像的变换。
sszhangpengfei / Android X264 Encoder使用x264编码android camera回调yuv为h264的简单例子,camera回调nv21yuv转为yuv420 ,再编码
octu0 / Blurryfast, high peformance image processing library for golang
qiuxintai / YUV420ConverterNo description available
jenly1314 / Libyuv:rainbow: 基于Google的libyuv编译封装的YUV转换工具库,主要用途是在各种YUV与RGB之间进行相互转换、裁减、旋转、缩放、镜像等。(用法超简单)
xxradon / Libv4l2 Opencv Matv4l2 to oepncv mat,surport V4L2_PIX_FMT_YUYV,V4L2_PIX_FMT_MJPEG,V4L2_PIX_FMT_NV12,V4L2_PIX_FMT_YVU420,V4L2_PIX_FMT_YUV420
bookzhan / YUVRenderScriptThe strongest YUV conversion RenderScript in history, supports conversion to RGBA, BGRA, and supports rotation and flipping simultaneously. The YUV data format supports NV21, YV12, YUV420_888, corresponding to the YUV processing of Android Camera1API and Camera2 API.
alzybaad / RGB2YUVthe example of RGB to YUV420 on Android
PkuTeaboss / Convert NV12 NV21 To YUV420PNo description available
yjdwbj / Rp2040 UvcCapture video on your [Raspberry Pi Pico](https://www.raspberrypi.com/products/raspberry-pi-pico/) with a [tinyUSB](https://github.com/hathach/tinyusb) library.
anilms / YuvconverterA set of functions that can convert between different Raw Video formats (YUV/RGB). YUVconverter can convert from yuv420 Progressive Planar format to any other Raw Video Format and back to YUV420 Progressive Planar format.
quinncy / Yuv420p Jpg Linux CNo description available
hirohitokato / Broken RosyWriter YUV420I cannot resolve the problem that copied CVImageBufferRef is not valid...
youten / YUV420SPAndroid, Camera Preview, NDK, YUV420SPtoARGB
PanPersonalProject / CameraX H264Camreax Yuv420_888 to h264 buffer
niubility-user / MediaCodecDemo基于MediaCodec的硬编解码,YUV420<->Mp4,解码用到了Opencv库进行Byte[]快速旋转[可选]
awxkee / SparkyuvHigh peformance YUV decode/encode library