ericbars / FFmpegYUVRGBOpenGLLinks
Android video player, decoded by FFmpeg, YUV420P to RGB and render by OpenGL ES 2.0
☆14Updated 7 years ago
Alternatives and similar repositories for FFmpegYUVRGBOpenGL
Users that are interested in FFmpegYUVRGBOpenGL are comparing it to the libraries listed below
Sorting:
- video player used FFmpeg ,render to ANativeWindow☆36Updated 7 years ago
- 一个基于OpenGl的yuv播放demo,用于快速入门OpenGl es,其中包括基础图形绘制、缓冲对象使用、yuv视频渲染、特效滤镜等。 详细解析请看我个人博客专栏 :[一看就懂的OpenGL es教程](https://juejin.cn/post/7033711811…☆37Updated 2 years ago
- ffmpeg + x264+ x265 + libde265 + opengl es display☆15Updated 8 years ago
- Random walks around codec stuff, H.264, H.265, MediaCodec, VideoToolbox, etc.☆36Updated 7 years ago
- ☆54Updated 3 years ago
- 志哥博客《OpenGL.ES在Android上的简单实践》《NDK学习笔记》专栏demo工程☆51Updated 4 years ago
- 此程序使用android native代码实现EGL,并使用SurfaceView作为OpenGL绘图窗口。即可提高图形渲染性能,又可使用java层定义的图形界面☆54Updated 7 years ago
- FFmpeg/Mediacodec Encoder(YUV -> H264)☆21Updated 6 years ago
- ☆24Updated 9 years ago
- android OpengGL学习作品,Camera数据作为源提供给着色器变换,涵盖FBO,OES,自定义EGL等知识☆34Updated 5 years ago
- android ffmpeg decode anativewindow☆24Updated 5 years ago
- 基于cmake构建的ijkPlayer☆53Updated 3 years ago
- Android video player, decoded by FFmpeg, render by OpenGL ES 2.0☆34Updated 7 years ago
- This is an open source code of rtsp stream player in Android device.☆14Updated 4 years ago
- webrtc official demo build by android studio☆59Updated 5 years ago
- Android视频处理库(Android Video Processing Library)☆50Updated 4 years ago
- ☆37Updated 7 years ago
- mp4v2 for android☆19Updated 6 years ago
- AMediaCodec 安卓ndk硬编解码h264 acc,以及推流RTMP☆18Updated 7 years ago
- 使用x264编码android camera回调yuv为h264的简单例子,camera回调nv21yuv转为yuv420 ,再编码