]> git.sesse.net Git - ffmpeg/blobdiff - doc/demuxers.texi
ALSA demuxer: use av_gettime and a timefilter.
[ffmpeg] / doc / demuxers.texi
index 05316ce5cdfe407c6b165cf512e0481c0eca7ac8..ffaadfe4f91a9aee996a523f80d26b376821e1b7 100644 (file)
@@ -64,4 +64,15 @@ Note that the pattern must not necessarily contain "%d" or
 ffmpeg -f image2 -i img.jpeg img.png
 @end example
 
+@section applehttp
+
+Apple HTTP Live Streaming demuxer.
+
+This demuxer presents all AVStreams from all variant streams.
+The id field is set to the bitrate variant index number. By setting
+the discard flags on AVStreams (by pressing 'a' or 'v' in ffplay),
+the caller can decide which variant streams to actually receive.
+The total bitrate of the variant that the stream belongs to is
+available in a metadata key named "variant_bitrate".
+
 @c man end INPUT DEVICES