[FFmpeg-devel] Adding Force Style option in Subtitles Filter

Stefano Sabatini stefasab at gmail.com
Fri Feb 6 10:47:09 CET 2015


On date Thursday 2015-02-05 22:12:08 +0530, Eejya Singh encoded:
[...]
> From ed526a03c939055e2b9f931a0cb4e0e22b7b5b04 Mon Sep 17 00:00:00 2001
> From: Eejya Singh <singh.eejya at gmail.com>
> Date: Wed, 28 Jan 2015 17:41:42 +0530
> Subject: [PATCH] lavfi/subtitles: add force_style option
> 
> Signed-off-by: Eejya Singh <singh.eejya at gmail.com>
> ---
>  doc/filters.texi           | 14 ++++++++++++++
>  libavfilter/version.h      |  2 +-
>  libavfilter/vf_subtitles.c | 23 +++++++++++++++++++++++
>  3 files changed, 38 insertions(+), 1 deletion(-)
> 
> diff --git a/doc/filters.texi b/doc/filters.texi
> index 261fd24..7f56f34 100644
> --- a/doc/filters.texi
> +++ b/doc/filters.texi
> @@ -8470,6 +8470,10 @@ useful if not UTF-8.
>  
>  @item stream_index, si
>  Set subtitles stream index. @code{subtitles} filter only.
> +
> + at item force_style

> +Override default style or script info parameters of the subtitles.It follows ASS style format.

Override default style or script info parameters of the subtitles. It
accepts a string containing ASS style format KEY=VALUE couples
separated by ",".

> +

drop this empty line

>  @end table
>  

[...]

LGTM otherwise (but maybe ubitux wants to have a look), thanks.
-- 
FFmpeg = Freak and Fundamentalist Mean Powerful EnGine


More information about the ffmpeg-devel mailing list