[FFmpeg-cvslog] doc/demuxers: note support for flv variant KUX
Gyan Doshi
git at videolan.org
Wed Mar 31 12:48:43 EEST 2021
ffmpeg | branch: master | Gyan Doshi <ffmpeg at gyani.pro> | Wed Mar 31 15:34:12 2021 +0530| [61ea0e3191de67b981ef5b846592fc2b55d5afc1] | committer: Gyan Doshi
doc/demuxers: note support for flv variant KUX
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61ea0e3191de67b981ef5b846592fc2b55d5afc1
---
doc/demuxers.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 3c15ab9eee..13fe17ff4f 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -243,11 +243,12 @@ which streams to actually receive.
Each stream mirrors the @code{id} and @code{bandwidth} properties from the
@code{<Representation>} as metadata keys named "id" and "variant_bitrate" respectively.
- at section flv, live_flv
+ at section flv, live_flv, kux
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.
+KUX is a flv variant used on the Youku platform.
@example
ffmpeg -f flv -i myfile.flv ...
More information about the ffmpeg-cvslog
mailing list