随笔分类 - FFmpeg
摘要:FFmpeg从视频中提取音频 #include <iostream> extern "C" { #include <libavutil/log.h> #include <libavformat/avformat.h> } enum class AUDIO_OP_ERRORS { NO_ERROR,
阅读全文
摘要:ffmpeg中未定义av_image_get_buffer_size 引入: #include <libavutil/imgutils.h> #############
阅读全文
摘要:AVPixelFormat enum AVPixelFormat { AV_PIX_FMT_NONE = -1, AV_PIX_FMT_YUV420P, ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples) AV_PIX
阅读全文