音视频 学习&开发&测试 资源

一、FFmpeg 学习

1. 官方API文档

FFmpeg Documentation:http://www.ffmpeg.org/doxygen/trunk/index.html

2. 优秀开源项目

a). FFmpeg_Tutorial : https://github.com/yinwenjie/FFmpeg_Tutorial

b). FFplay.c 源码:http://ffmpeg.org/doxygen/trunk/ffplay_8c_source.html

c). FFmpegMediaMetadataRetriever:https://github.com/renhui/FFmpegMediaMetadataRetriever

二、H.264 学习

1. 优秀开源项目

a). JM:http://iphome.hhi.de/suehring/tml/download/    (注:推荐使用8.6版本)

2. 优秀博客专栏

a). H.264/AVC视频编解码技术详解:https://me.csdn.net/shaqoneal

三、SDL 学习

1. 优秀教程

a). SDL 1.2 中文教程 - 游戏编程入门:http://kelvmiao.info/sdl-tutorial-cn/

b). SDL 2.0 中文教程 :https://www.cnblogs.com/renhui/category/1407497.html

四、AAC 学习

1. 开源AAC解码器

a). 开源AAC解码器faad官方网站:http://www.audiocoding.com/

b). faad2源代码(VC工程)下载地址:http://download.csdn.net/detail/leixiaohua1020/6374877

五、YUV 测试

1. YUV资源下载

a).YUV Video Sequences:http://trace.eas.asu.edu/yuv/index.html

六、直播测试流

1. M3U8 流

a). CCTV 1 直播流 :http://ivi.bupt.edu.cn/hls/cctv1hd.m3u8

b). CCTV 6 直播流 :http://ivi.bupt.edu.cn/hls/cctv6hd.m3u8

c). CCTV 8 直播流 :http://ivi.bupt.edu.cn/hls/cctv8hd.m3u8

上一篇:poj2116 模拟题


下一篇:Class Prefix(Xcode6以后设置类前缀)