[FFmpeg-user] Why is format=rgb24 required after maskedmerge?

Nicolas George george at nsup.org
Wed Aug 19 23:47:47 EEST 2020


Carl Eugen Hoyos (12020-08-19):
> (I'd like to add that the extremely important information about automatic
> scale filter insertion was originally shown with default verbosity, I always
> wanted to restore this behaviour and wonder now who changed it...)

commit 1a49a169eb74a978eb7b2a4f2caf3520b7741ee5
Author: Anton Khirnov <anton at khirnov.net>
Date:   2012-06-25 06:31:38 +0200

    lavfi: make filters less verbose.

[...]
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c
index b550169468..dc828153f9 100644
--- a/libavfilter/avfilter.c
+++ b/libavfilter/avfilter.c
@@ -101,7 +101,7 @@ int avfilter_insert_filter(AVFilterLink *link, AVFilterContext *filt,
     int ret;
     unsigned dstpad_idx = link->dstpad - link->dst->input_pads;
 
-    av_log(link->dst, AV_LOG_INFO, "auto-inserting filter '%s' "
+    av_log(link->dst, AV_LOG_VERBOSE, "auto-inserting filter '%s' "
            "between the filter '%s' and the filter '%s'\n",
            filt->name, link->src->name, link->dst->name);
 
Restoring the verbosity would probably be a good idea. You may want to
review the rest of the changes in this patch.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20200819/bdebacb7/attachment.sig>


More information about the ffmpeg-user mailing list