codec2021 / video_codec_learn

关于视频编解码学习资料

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

视频编解码学习资料

一.包括H264/AVC官方提案网站,JM参考软件以及学习书籍和paper

1.1 H264 spec(白皮书)下载网址:

https://www.itu.int/ITU-T/recommendations/rec.aspx?rec=13189

1.2 H264视频编码标准提案下载网址:

https://www.itu.int/wftp3/av-arch/jvt-site/

1.3 H264参考软件JM的官方网址:

http://iphome.hhi.de/suehring/

1.4 H264开源编码器x264官网:

https://www.videolan.org/developers/x264.html

1.5 H264开源编解码器openH264

http://www.openh264.org/

1.6 大牛Iain Richardson的主页

https://www.vcodex.com/h264-resources/

二.包括H265/HEVC官方提案网站,HM参考软件以及学习书籍和paper

2.1 H265 spec(白皮书)下载网址:

https://www.itu.int/ITU-T/recommendations/rec.aspx?rec=14660&lang=en

2.2 HEVC提案下载网址:

http://phenix.int-evry.fr/jct/

2.3 HEVC参考软件网址:

https://hevc.hhi.fraunhofer.de/

2.4 HEVC开源编码器x265下载网址:

https://www.videolan.org/developers/x265.html

2.5 HEVC开源编码器Kvazaar网址:

https://github.com/ultravideo/kvazaar

2.6 新一代高效视频编码H.265,HEVC原理、标准与实现[万帅,杨付正].pdf

链接:https://pan.baidu.com/s/1uUs3lLXD4cpEFIvwkzjB_w 提取码:976f

三.包括H266/VVC官方提案网站,VTM参考软件以及学习书籍和paper

3.1 H.266/VVC的ITU白皮书下载地址

https://www.itu.int/itu-t/recommendations/rec.aspx?rec=14336

3.2 VVC官网

https://jvet.hhi.fraunhofer.de/

3.3 VVC提案下载网址:

https://jvet-experts.org/

3.4 VVC参考软件VTM下载网址:

https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/tree/master

四.包括AV1官方提案网站,学习书籍和paper

4.1 AOM官网

https://aomedia.org/

4.2 libaom代码

https://aomedia.googlesource.com/aom/

git clone https://aomedia.googlesource.com/aom

https://github.com/mozilla/aom

4.3 开源编码器SVT-AV1官网

https://gitlab.com/AOMediaCodec/SVT-AV1

强烈建议学习Technical Appendices内容

4.4 AV1码流分析

https://mp.weixin.qq.com/s?__biz=Mzg5NzY2NTI2NA==&mid=2247486236&idx=1&sn=dad0e7d91fd7d82cb239daf34e55b893&chksm=c06f1a83f7189395a587aa87d94bafa40d9c8a46fb0a4d644a9846446ca3831b7f5e0f324cd8&token=1633637104&lang=zh_CN#rd

五.开源软件

5.1.ffmpeg软件官网:

http://www.ffmpeg.org/

5.2 跨平台码流分析工具

https://github.com/IENT/YUView

六.博客

6.1 x264和x265技术交流的专业论坛doom9

https://forum.doom9.org/

6.2 芯片SOC视频编解码论坛

https://www.ebaina.com/

6.3 音视频领域的权威媒体Streaming Media

https://www.streamingmedia.com/Articles/MoreNews.aspx?ContextSubtypeID=779&CategoryID=422

6.4 流媒体服务器

https://www.wowza.com/blog

6.5 码流分析软件

https://vicuesoft.com/blog/

6.6 亚马逊

https://aws.amazon.com/cn/blogs/media/

6.7 中文音视频技术交流平台LiveVideoStack(2024年已经停止运营)

https://www.livevideostack.cn/

6.8 视频编解码使用FFmpeg的命令

https://mp.weixin.qq.com/s?__biz=Mzg5NzY2NTI2NA==&mid=2247485373&idx=1&sn=3b4562299f00b7b9c4e0de23f5c3df53&chksm=c06f1622f7189f34f4be0556a879ed5e1d41d4593891a42e0a76576bf3eaf58079eba53b45f7&token=1876084740&lang=zh_CN#rd

About

关于视频编解码学习资料


Languages

Language:Python 91.4%Language:Batchfile 8.6%