mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
doc: add decoders.texi file
This commit is contained in:
parent
d4111e525d
commit
5e45f03420
4 changed files with 25 additions and 0 deletions
22
doc/decoders.texi
Normal file
22
doc/decoders.texi
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
@chapter Decoders
|
||||
@c man begin DECODERS
|
||||
|
||||
Decoders are configured elements in FFmpeg which allow the decoding of
|
||||
multimedia streams.
|
||||
|
||||
When you configure your FFmpeg build, all the supported native decoders
|
||||
are enabled by default. Decoders requiring an external library must be enabled
|
||||
manually via the corresponding @code{--enable-lib} option. You can list all
|
||||
available decoders using the configure option @code{--list-decoders}.
|
||||
|
||||
You can disable all the decoders with the configure option
|
||||
@code{--disable-decoders} and selectively enable / disable single decoders
|
||||
with the options @code{--enable-decoder=@var{DECODER}} /
|
||||
@code{--disable-decoder=@var{DECODER}}.
|
||||
|
||||
The option @code{-codecs} of the ff* tools will display the list of
|
||||
enabled decoders.
|
||||
|
||||
A description of some of the currently available decoders follows.
|
||||
|
||||
@c man end DECODERS
|
||||
|
|
@ -1052,6 +1052,7 @@ file to which you want to add them.
|
|||
@c man end EXAMPLES
|
||||
|
||||
@include eval.texi
|
||||
@include decoders.texi
|
||||
@include encoders.texi
|
||||
@include demuxers.texi
|
||||
@include muxers.texi
|
||||
|
|
|
|||
|
|
@ -174,6 +174,7 @@ Seek to percentage in file corresponding to fraction of width.
|
|||
@c man end
|
||||
|
||||
@include eval.texi
|
||||
@include decoders.texi
|
||||
@include demuxers.texi
|
||||
@include muxers.texi
|
||||
@include indevs.texi
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ with name "STREAM".
|
|||
@end table
|
||||
@c man end
|
||||
|
||||
@include decoders.texi
|
||||
@include demuxers.texi
|
||||
@include protocols.texi
|
||||
@include indevs.texi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue