Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
7b80df67
Commit
7b80df67
authored
6 years ago
by
Gyan Doshi
Browse files
Options
Downloads
Patches
Plain Diff
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
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/filters.texi
+2
-2
2 additions, 2 deletions
doc/filters.texi
with
2 additions
and
2 deletions
doc/filters.texi
+
2
−
2
View file @
7b80df67
...
@@ -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=&H
AA00FF
00'
subtitles=sub.srt:force_style='FontName=DejaVu Serif,PrimaryColour=&H
CCFF00
00'
@end example
@end example
@section super2xsai
@section super2xsai
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment