Awesome
FFmpeg-Principle
本项目是《FFmpeg原理》一书的项目示例代码,示例对应的文章如下:
input
是《FFmpeg打开输入文件》的示例代码demuxer_args
是《如何设置解复用器参数》的示例代码avpacket
是《FFmpeg读取文件内容AVPacket》的示例代码decoder_use
是《如何使用FFmpeg的解码器》的示例代码encode
是《如何使用FFmpeg的编码器》的示例代码encode_args
是《如何设置编码器参数》的示例代码output
是《FFmpeg写入输出文件》的示例代码log
是《FFmpeg的日志函数av_log》的示例代码error_code
是《FFmpeg的错误码》的示例代码avstring
是《AVString字符串函数库详解》的示例代码scale
是《FFmpeg的scale滤镜介绍》的示例代码split
是《FFmpeg的split滤镜介绍》的示例代码overlay-simple
是《FFmpeg的overlay滤镜介绍》的示例代码format_filter
是《FFmpeg的视频format滤镜介绍》的示例代码aformat_filter
是《FFmpeg的音频aformat滤镜介绍》的示例代码sws_scale
是《sws_scale图像缩放函数介绍》的示例代码swr_convert
是《swr_convert音频重采样介绍》的示例代码discard_audio
是《FFmpeg丢弃音频流》的示例代码av_demuxer_iterate
是《FFmpeg支持哪些封装格式》的示例代码av_opt_next
是《如何遍历编码器支持的参数》的示例代码avformat_seek_file
是《avformat_seek_file函数介绍》的示例代码avio
是《FFmpeg内存IO模式》的示例代码fifobuffer
是《FifoBuffer函数库详解》的示例代码