当前位置:网站首页>FFmpeg multimedia file processing (FFMPEG logging system)
FFmpeg multimedia file processing (FFMPEG logging system)
2022-08-09 13:47:00 【One Leaf Knows Autumn @qqy】
FFMPEG Logging System
- include
reference ffmpeg header file - av_log_set_level(AV_LOG_DEBUG) Set the ffmpeg log level, the debug level is the lowest level of ffmpeg
- av_log(NULL, AV_LOG_INFO, “…%S\N”, op) Print the log. The first parameter is generally set to NULL, which is ignored first. Later, the second parameter is the log level, and the third parameter is available.Variable parameters, usage is similar to printf.
Common log levels
- AV_LOG_ERROR
- AV_LOG_WARNING
- AV_LOG_INFO
- AV_LOG_DEBUG
The print levels of these are decreasing from top to bottom, that is, ERROR is the highest and DEBUG is the lowest. When set to DEBUG, all logs are printed.
INFO is to print when entering an important link, and INFO is mainly used for output.
DEBUG is used for debugging, see if the value is correct.
WARNING is when the program goes to something it should not go to
ERROR is when the program goes to the wrong branch, and the program affects the runtime
边栏推荐
猜你喜欢
RTSP协议讲解
注:检测到当前使用的ADB不是HBuilder内置或自定义ADB:PID为:9544进程名称为:adb.exe 路径为:c:\users\administrator\appdata\local\and
史上最猛“员工”,疯狂吐槽亿万富翁老板小扎:那么有钱,还总穿着同样的衣服!...
中断系统结构及中断控制详解
gin的中间件和路由分组
Uni - app - uview Swiper shuffling figure component, click on the links to jump (click to get the item after the row data, remove data operation)
ViewPager fragments of nested data blank page abnormal problem analysis
电脑重装系统后桌面图标如何调小尺寸
Clock frequency and baud rate count for serial communication in FPGA
GIN中GET POST PUT DELETE请求
随机推荐
GIN Bind模式获取参数和表单验证
腾讯发布第二代四足机器人Max,梅花桩上完成跳跃、空翻
read stream special attention
流量焦虑背后是企业对客户关系管理的不足
在已打开图片上加水印(文字)
剑指 Offer 57 - II. 和为s的连续正数序列(滑动窗口)
FFMPEG多媒体文件处理(ffmpeg文件的删除与重命名)
Ten minutes to teach you how to use VitePress to build and deploy a personal blog site
ctfshow七夕杯2022
Extract EventBus encapsulation to base class using annotations
Flutter Getting Started and Advanced Tour (1) - Getting to Know Flutter
电脑重装系统后桌面图标如何调小尺寸
陈强教授《机器学习及R应用》课程 第十四章作业
30行代码实现微信朋友圈自动点赞
FFmpeg多媒体文件处理(ffmpeg处理流数据的基本概念)
Flutter Getting Started and Advanced Tour (3) Text Widgets
造自己的芯,让谷歌买单!谷歌再度开源 180nm 工艺的芯片
Fragment中嵌套ViewPager数据空白页异常问题分析
使用RecyclerView实现三级折叠列表
驻波比计算方法