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
093439b4
Commit
093439b4
authored
Jan 02, 2014
by
Timothy Gu
Committed by
Stefano Sabatini
Jan 19, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/encoders: add libx264rgb doc and supported pixfmts for libx264(rgb)
Signed-off-by:
Timothy Gu
<
timothygu99@gmail.com
>
parent
52957359
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
encoders.texi
doc/encoders.texi
+11
-1
No files found.
doc/encoders.texi
View file @
093439b4
...
...
@@ -1506,7 +1506,7 @@ Text-like
@end table
@section libx264
@section libx264
, libx264rgb
x264 H.264/MPEG-4 AVC encoder wrapper.
...
...
@@ -1528,6 +1528,16 @@ by the libx264 @code{x264_param_parse} function.
The x264 project website is at
@url{http://www.videolan.org/developers/x264.html}.
The libx264rgb encoder is the same as libx264, except it accepts packed RGB
pixel formats as input instead of YUV.
@subsection Supported Pixel Formats
x264 supports 8- to 10-bit color spaces. The exact bit depth is controlled at
x264's configure time. FFmpeg only supports one bit depth in one particular
build. In other words, it is not possible to build one FFmpeg with multiple
versions of x264 with different bit depths.
@subsection Options
The following options are supported by the libx264 wrapper. The
...
...
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