Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Releases
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
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
external
ffmpeg
Commits
0584b718
Commit
0584b718
authored
Nov 20, 2009
by
Daniel Verkamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document -formats split
Originally committed as revision 20561 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
76267e4e
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
36 additions
and
6 deletions
+36
-6
Changelog
Changelog
+1
-0
ffmpeg-doc.texi
doc/ffmpeg-doc.texi
+20
-3
ffplay-doc.texi
doc/ffplay-doc.texi
+7
-1
ffserver-doc.texi
doc/ffserver-doc.texi
+7
-1
general.texi
doc/general.texi
+1
-1
No files found.
Changelog
View file @
0584b718
...
@@ -42,6 +42,7 @@ version <next>:
...
@@ -42,6 +42,7 @@ version <next>:
- MD STUDIO audio demuxer
- MD STUDIO audio demuxer
- RF64 support in WAV demuxer
- RF64 support in WAV demuxer
- MPEG-4 Audio Lossless Coding (ALS) decoder
- MPEG-4 Audio Lossless Coding (ALS) decoder
- -formats option split into -formats, -codecs, -bsfs, and -protocols
...
...
doc/ffmpeg-doc.texi
View file @
0584b718
...
@@ -235,9 +235,20 @@ Show help.
...
@@ -235,9 +235,20 @@ Show help.
Show version.
Show version.
@item -formats
@item -formats
Show available formats
, codecs, bitstream filters, protocols, and frame size and frame rate abbreviations
.
Show available formats.
The fields preceding the format and codec names have the following meanings:
The fields preceding the format names have the following meanings:
@table @samp
@item D
Decoding available
@item E
Encoding available
@end table
@item -codecs
Show available codecs.
The fields preceding the codec names have the following meanings:
@table @samp
@table @samp
@item D
@item D
Decoding available
Decoding available
...
@@ -253,6 +264,12 @@ Codec supports direct rendering
...
@@ -253,6 +264,12 @@ Codec supports direct rendering
Codec can handle input truncated at random locations instead of only at frame boundaries
Codec can handle input truncated at random locations instead of only at frame boundaries
@end table
@end table
@item -bsfs
Show available bitstream filters.
@item -protocols
Show available protocols.
@item -f @var
{
fmt
}
@item -f @var
{
fmt
}
Force format.
Force format.
...
@@ -933,7 +950,7 @@ to standard output.
...
@@ -933,7 +950,7 @@ to standard output.
FFmpeg also handles many protocols specified with an URL syntax.
FFmpeg also handles many protocols specified with an URL syntax.
Use 'ffmpeg
-
format
s' to see a list of the supported protocols.
Use 'ffmpeg
-
protocol
s' to see a list of the supported protocols.
The protocol @code
{
http:
}
is currently used only to communicate with
The protocol @code
{
http:
}
is currently used only to communicate with
FFserver
(
see the FFserver documentation
)
. When FFmpeg will be a
FFserver
(
see the FFserver documentation
)
. When FFmpeg will be a
...
...
doc/ffplay-doc.texi
View file @
0584b718
...
@@ -36,7 +36,13 @@ Show version.
...
@@ -36,7 +36,13 @@ Show version.
@item -L
@item -L
Show license.
Show license.
@item -formats
@item -formats
Show available formats, codecs, protocols, ...
Show available formats.
@item -codecs
Show available codecs.
@item -bsfs
Show available bitstream filters.
@item -protocols
Show available protocols.
@item -x @var
{
width
}
@item -x @var
{
width
}
Force displayed width.
Force displayed width.
@item -y @var
{
height
}
@item -y @var
{
height
}
...
...
doc/ffserver-doc.texi
View file @
0584b718
...
@@ -242,7 +242,13 @@ Show version.
...
@@ -242,7 +242,13 @@ Show version.
@item -L
@item -L
Show license.
Show license.
@item -formats
@item -formats
Show available formats, codecs, protocols, ...
Show available formats.
@item -codecs
Show available codecs.
@item -bsfs
Show available bitstream filters.
@item -protocols
Show available protocols.
@item -h
@item -h
Show help.
Show help.
@item -loglevel @var
{
loglevel
}
@item -loglevel @var
{
loglevel
}
...
...
doc/general.texi
View file @
0584b718
...
@@ -32,7 +32,7 @@ GPL components, GPL version 3) to use it.
...
@@ -32,7 +32,7 @@ GPL components, GPL version 3) to use it.
@chapter Supported File Formats and Codecs
@chapter Supported File Formats and Codecs
You can use the @code
{
-formats
}
option
to have an exhaustive list.
You can use the @code
{
-formats
}
and @code
{
-codecs
}
options
to have an exhaustive list.
@section File Formats
@section File Formats
...
...
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