Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a7897bd3
Commit
a7897bd3
authored
Feb 29, 2016
by
Paul B Mahol
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/vf_vectorscope: add graticule
Signed-off-by:
Paul B Mahol
<
onemda@gmail.com
>
parent
85dd497b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
288 additions
and
0 deletions
+288
-0
filters.texi
doc/filters.texi
+22
-0
vf_vectorscope.c
libavfilter/vf_vectorscope.c
+266
-0
No files found.
doc/filters.texi
View file @
a7897bd3
...
@@ -12559,6 +12559,28 @@ can still spot out of range values without constantly looking at vectorscope.
...
@@ -12559,6 +12559,28 @@ can still spot out of range values without constantly looking at vectorscope.
@item peak+instant
@item peak+instant
Peak and instant envelope combined together.
Peak and instant envelope combined together.
@end table
@end table
@item graticule, g
Set what kind of graticule to draw.
@table @samp
@item none
@item green
@item color
@end table
@item opacity, o
Set graticule opacity.
@item flags, f
Set graticule flags.
@table @samp
@item white
Draw graticule for white point.
@item black
Draw graticule for black point.
@end table
@end table
@end table
@anchor{vidstabdetect}
@anchor{vidstabdetect}
...
...
libavfilter/vf_vectorscope.c
View file @
a7897bd3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment