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
71ec3d36
Commit
71ec3d36
authored
Jan 07, 2015
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add initial documentation about the OpenH264 encoder wrapper
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
5a1addd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
general.texi
doc/general.texi
+9
-1
No files found.
doc/general.texi
View file @
71ec3d36
...
...
@@ -95,6 +95,14 @@ Go to @url{http://www.wavpack.com/} and follow the instructions for
installing the library. Then pass @code
{
--enable-libwavpack
}
to configure to
enable it.
@section OpenH264
Libav can make use of the OpenH264 library for H.264 encoding.
Go to @url
{
http://www.openh264.org/
}
and follow the instructions for
installing the library. Then pass @code
{
--enable-libopenh264
}
to configure to
enable it.
@section x264
Libav can make use of the x264 library for H.264 encoding.
...
...
@@ -593,7 +601,7 @@ following image formats are supported:
@item H.263 / H.263-1996 @tab X @tab X
@item H.263+ / H.263-1998 / H.263 version 2 @tab X @tab X
@item H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 @tab E @tab X
@tab encoding supported through external library libx264
@tab encoding supported through external library libx264
and OpenH264
@item HEVC @tab X @tab X
@tab encoding supported through the external library libx265
@item HNM version 4 @tab @tab X
...
...
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