Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
0b0953ba
Commit
0b0953ba
authored
May 18, 2013
by
Kostya Shishkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proresenc: alpha coding support
parent
86113667
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
encoders.texi
doc/encoders.texi
+6
-0
proresenc.c
libavcodec/proresenc.c
+0
-0
No files found.
doc/encoders.texi
View file @
0b0953ba
...
@@ -608,6 +608,7 @@ Select the ProRes profile to encode
...
@@ -608,6 +608,7 @@ Select the ProRes profile to encode
@item lt
@item lt
@item standard
@item standard
@item hq
@item hq
@item 4444
@end table
@end table
@item quant_mat @var{integer}
@item quant_mat @var{integer}
...
@@ -637,6 +638,11 @@ Override the 4-byte vendor ID.
...
@@ -637,6 +638,11 @@ Override the 4-byte vendor ID.
A custom vendor ID like @var{apl0} would claim the stream was produced by
A custom vendor ID like @var{apl0} would claim the stream was produced by
the Apple encoder.
the Apple encoder.
@item alpha_bits @var{integer}
Specify number of bits for alpha component.
Possible values are @var{0}, @var{8} and @var{16}.
Use @var{0} to disable alpha plane coding.
@end table
@end table
@subsection Speed considerations
@subsection Speed considerations
...
...
libavcodec/proresenc.c
View file @
0b0953ba
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