[FFmpeg-devel] [PATCH] Optimize nvenc parameters, add 3 more presets: fast, medium, slow
Timo Rothenpieler
timo at rothenpieler.org
Fri Sep 11 12:55:14 CEST 2015
>> - av_log(avctx, AV_LOG_FATAL, "Failed loading %s from CUDA library\n", s); \
>> + av_log(avctx, AV_LOG_FATAL, "[nvenc]: Failed loading %s from CUDA library\n", s); \
>
> This kind of changes are unwanted. The codec name should already be raised
> in the logging (through avctx). It also makes it inconsistent with every
> other codecs with your own formating.
Fixed in the current version of the patch.
More information about the ffmpeg-devel
mailing list