FFmpeg 라이브러리 코덱과 영상 변환을 중심으로

http://ffmpeg.org/

https://github.com/sorrowhill/FFmpegTutorial

http://www.yes24.com/Product/goods/20365557

How to add support for new codec into the ffmpeg framework ? 

https://wiki.multimedia.cx/index.php?title=FFmpeg_codec_HOWTO

You have to add it to the library internally; the wiki linked to in that comment (not an answer?) http://wiki.multimedia.cx/index.php?title=FFmpeg_codec_howto is a good place to start, and also check https://ffmpeg.org/developer.html#New-codecs-or-formats-checklist.

Create a custom image codec

https://github.com/ztoolson/ffmpeg

把自定义的muxer加入ffmpeg源码

https://blog.csdn.net/dancing_night/article/details/46332461?utm_source=blogxgwz6

ffmpeg定制编解码器

https://blog.csdn.net/wh8_2011/article/details/52540145
https://blog.csdn.net/ww506772362/article/details/45070047
https://blog.csdn.net/ddddfang/article/details/89330895

yuv420转rgb24 不用ffmpeg libswscale解决方法

https://www.cnblogs.com/artwebs/p/yuv420_to_gb24.html

 

基于FFmpeg音视频流同步

https://blog.csdn.net/u010872301/article/details/81105757

https://www.cnblogs.com/wangguchangqing/p/5900426.html

原文地址:https://www.cnblogs.com/dong1/p/13377610.html