在windows下,使用avfilter_graph_parse_ptr 函数,为视频添加水印,在指定路径的时候,经常提示找不到我指定的图片,很纠结,最终终于找到了答案。需要用不同的符号转义。
格式如下:
const char *filter_descr = "movie=\\'D\\:/code/ffmpeg/ffmpeg-20191028-68f623d-win64-dev/FfmpegDemo/x64/Debug/yy_short.mp4\\'[wm];[in][wm]overlay=5:5[out]";
根据样例来写,就没问题了!