You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo
With the following additions: * support to anti-aliased glyph rendering * support to UTF-8 text and Unicode chars rendering * support for RGB packed formats * fix minor errors and typos in the filter description * extend/clarify examples in the filter description Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
45a811b512
commit
a5b64584f3
@@ -45,6 +45,7 @@ void avfilter_register_all(void)
|
||||
REGISTER_FILTER (CROP, crop, vf);
|
||||
REGISTER_FILTER (CROPDETECT, cropdetect, vf);
|
||||
REGISTER_FILTER (DRAWBOX, drawbox, vf);
|
||||
REGISTER_FILTER (DRAWTEXT, drawtext, vf);
|
||||
REGISTER_FILTER (FADE, fade, vf);
|
||||
REGISTER_FILTER (FIELDORDER, fieldorder, vf);
|
||||
REGISTER_FILTER (FIFO, fifo, vf);
|
||||
|
||||
Reference in New Issue
Block a user