mirror of https://git.ffmpeg.org/ffmpeg.git
doc/demuxers: note support for flv variant KUX
This commit is contained in:
parent
6ef5d8ca86
commit
61ea0e3191
|
@ -243,11 +243,12 @@ which streams to actually receive.
|
||||||
Each stream mirrors the @code{id} and @code{bandwidth} properties from the
|
Each stream mirrors the @code{id} and @code{bandwidth} properties from the
|
||||||
@code{<Representation>} as metadata keys named "id" and "variant_bitrate" respectively.
|
@code{<Representation>} as metadata keys named "id" and "variant_bitrate" respectively.
|
||||||
|
|
||||||
@section flv, live_flv
|
@section flv, live_flv, kux
|
||||||
|
|
||||||
Adobe Flash Video Format demuxer.
|
Adobe Flash Video Format demuxer.
|
||||||
|
|
||||||
This demuxer is used to demux FLV files and RTMP network streams. In case of live network streams, if you force format, you may use live_flv option instead of flv to survive timestamp discontinuities.
|
This demuxer is used to demux FLV files and RTMP network streams. In case of live network streams, if you force format, you may use live_flv option instead of flv to survive timestamp discontinuities.
|
||||||
|
KUX is a flv variant used on the Youku platform.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
ffmpeg -f flv -i myfile.flv ...
|
ffmpeg -f flv -i myfile.flv ...
|
||||||
|
|
Loading…
Reference in New Issue