Skip to content
Snippets Groups Projects
Commit 7b80df67 authored by Gyan Doshi's avatar Gyan Doshi
Browse files

doc/filters: change subtitles example to hint at correct color syntax

libass changed their color syntax in 2015 to TBGR
parent 2bd26dea
No related branches found
No related tags found
No related merge requests found
...@@ -15285,10 +15285,10 @@ To render the second subtitles stream from that file, use: ...@@ -15285,10 +15285,10 @@ To render the second subtitles stream from that file, use:
subtitles=video.mkv:si=1 subtitles=video.mkv:si=1
@end example @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: @code{DejaVu Serif}, use:
@example @example
subtitles=sub.srt:force_style='FontName=DejaVu Serif,PrimaryColour=&HAA00FF00' subtitles=sub.srt:force_style='FontName=DejaVu Serif,PrimaryColour=&HCCFF0000'
@end example @end example
   
@section super2xsai @section super2xsai
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment