FFMpeg and OpenGL心得(一):相關資源

這串我用來發表一下FFMpeg and OpenGL心得跟相關資源或文章等等。

首先先來個我找到的資源:

1.yuvalk/demoLive555withFFMPEG

Demonstrate live555 RTSP with FFMPEG H264 support

https://github.com/yuvalk/demoLive555withFFMPEG

2.depthlove/FFmpeg-X264-Encode-for-iOS 利用FFmpeg+x264将iOS摄像头实时视频流编码为h264文件 https://github.com/depthlove/FFmpeg-X264-Encode-for-iOS

3.tmm1/mpv-player Video player based on MPlayer/mplayer2 http://mpv.io https://github.com/tmm1/mpv-player

4.coderyi/Eleven Eleven Player is a simple powerful video player.use ffmpeg. https://github.com/coderyi/Eleven

5.wang-bin/QtAV A cross-platform multimedia framework based on Qt and FFmpeg. High performance. User & developer friendly. Supports Android, iOS, Windows store and desktops. 基于Qt和FFmpeg的跨平台高性能音视频播放框架 http://qtav.org https://github.com/wang-bin/QtAV

6.Bilibili/ijkplayer Android/iOS video player based on FFmpeg n3.0, with MediaCodec, VideoToolbox support. https://github.com/Bilibili/ijkplayer

7.lemenkov/libyuv unofficial libyuv mirror https://chromium.googlesource.com/libyuv/libyuv https://github.com/lemenkov/libyuv (在做YUV轉換時效率高)