On Sun, Aug 17, 2014 at 4:54 PM, Muhammad Faiz <[email protected]> wrote: > This fontcolor option uses arithmetic expression, not color value, > so color names aren't available. > Thank's
You should use AV_OPT_TYPE_COLOR instead of AV_OPT_TYPE_STRING to make the color names usable. Look at how vf_drawtext is doing it. [...] Timothy _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
