diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-09 12:36:24 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-09 12:36:24 +0530 |
commit | 7b80df677aa85c7d5cba457de915eac6108ec4e8 (patch) | |
tree | f606b8557b48eb52530423c185819f590a2b3d04 | |
parent | 2bd26dea6636af8e1a5b8299b20bf83618d64762 (diff) | |
download | ffmpeg-7b80df677aa85c7d5cba457de915eac6108ec4e8.tar.gz |
doc/filters: change subtitles example to hint at correct color syntax
libass changed their color syntax in 2015 to TBGR
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 256ab42b00..de4b61cb40 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -15285,10 +15285,10 @@ To render the second subtitles stream from that file, use: subtitles=video.mkv:si=1 @end example -To make the subtitles stream from @file{sub.srt} appear in transparent green +To make the subtitles stream from @file{sub.srt} appear in 80% transparent blue @code{DejaVu Serif}, use: @example -subtitles=sub.srt:force_style='FontName=DejaVu Serif,PrimaryColour=&HAA00FF00' +subtitles=sub.srt:force_style='FontName=DejaVu Serif,PrimaryColour=&HCCFF0000' @end example @section super2xsai |