hzl123456 / LibyuvDemoLinks
使用libyuv对yuv数据进行缩放,旋转,镜像,裁剪等操作
☆227Updated 5 years ago
Alternatives and similar repositories for LibyuvDemo
Users that are interested in LibyuvDemo are comparing it to the libraries listed below
Sorting:
- libjpeg-turbo、libpng、libyuv等图形图像处理库的移植与YUV和RGB的转换操作实践☆111Updated 6 years ago
- A image processing library on Android, base on the libyuv.☆193Updated 5 years ago
- Camera2+OpenGl ES+Opencv+MediaCodec 实现美颜,大眼,贴纸,灵魂出窍,快慢录等效果。☆104Updated 4 years ago
- Android 音视频处理集合,关联了ffmpeg\libyuv等等库☆133Updated 2 years ago
- Android NDK 音视频 FFmpeg OpenGL OpenCV rtmp 直播 学习记录! 想要更全面的学习音视频可以点击👉(适合零基础入门音视频专栏)☆153Updated 5 years ago
- Streaming media study example☆294Updated 6 years ago
- 音视频(MediaCodec、ffmpeg、OpenSL、OpenGL)开发入门指南☆128Updated 6 years ago
- Android平台Camera采集预览nv21格式数据,AudioRecord采集音频pcm数据,使用MediaCodec分别进行h264和AAC硬编码,通过MediaMuxer合成MP4☆109Updated 6 years ago
- OpenGL基础入门☆338Updated 4 years ago
- MediaCodec 编码 onPreviewFrame 回调的YUV数据为 h264☆172Updated 6 years ago
- ☆113Updated 6 years ago
- android视频直播库,视频H264,H265硬编码,音频AAC编码,使用UDP协议提供实时预览,传输,解码播放,录制功能。也支持单独语音对讲☆220Updated 7 years ago
- HardwareVideoCodec is an efficient video recording library for Android. Supports software and hardware encode. With it, you can record a …☆458Updated 5 years ago
- Image processing based on Shader for Android platform☆107Updated 6 years ago
- 使用x264编码android camera回调yuv为h264的简单例子,camera回调nv21yuv转为yuv420 ,再编码☆63Updated 8 years ago
- 基于 libyuv 封装各种图像格式转换,用于处理摄像头yuv图像数据☆137Updated 2 years ago
- GLSurfaceView 预览Camera、水印、录影☆41Updated 7 years ago
- Camera2使用演示☆96Updated 6 years ago
- 纯JAVA屏幕录制,可进行帧率控制☆154Updated 7 years ago
- A Simple Android MediaPlayer using FFmpeg, OpenSLES and OpenGLES base on ffplay☆106Updated 5 years ago
- NDK+FFmpeg+OpenSL+OpenGL+Mediacodec 的视频播放SDK源码和实例APP,很适合学习ffmpeg解码流程和Android中NDK实战开发