Lines Matching refs:playlist
278 Generate HLS playlist files as well. The master playlist is generated with the filename @var{hls_ma…
279 One media playlist file is generated for each stream with filenames media_0.m3u8, media_1.m3u8, etc.
281 HLS master playlist name. Default is "master.m3u8".
350 Publish master playlist repeatedly every after specified number of segment intervals.
588 It creates a playlist file, and one or more segment files. The output filename
589 specifies the playlist filename.
592 have the same name as the playlist, followed by a sequential number and a
602 This example will produce the playlist, @file{out.m3u8}, and segment files:
621 After the initial playlist is filled @command{ffmpeg} will cut segments
632 Set the maximum number of playlist entries. If set to 0 the list file
638 were recently referenced in the playlist. Default value is 1, meaning segments older than
656 Start the playlist sequence number (@code{#EXT-X-MEDIA-SEQUENCE}) according to the specified source.
659 is set and read playlist sequence number is greater than the specified start sequence number,
681 Start the playlist sequence number (@code{#EXT-X-MEDIA-SEQUENCE}) from the specified @var{number}
690 Append @var{baseurl} to every entry in the playlist.
693 Note that the playlist sequence number must be unique for each segment
704 This example will produce the playlist, @file{out.m3u8}, and segment files:
750 This example will produce the playlist, @file{out.m3u8}, and segment files:
757 This example will produce the playlist, @file{out.m3u8}, and segment files:
770 produce the playlist, @file{out.m3u8}, and segment files:
777 produce the playlist, @file{out.m3u8}, and segment files:
783 line of @var{key_info_file} specifies the key URI written to the playlist. The
790 encryption with the new key/IV and an entry in the playlist for the new key
840 is saved as @var{playlist name}.key.
848 in the playlist.
896 file, and will use byte ranges in the playlist. HLS playlists generated with
902 Will produce the playlist, @file{out.m3u8}, and a single segment file,
906 Segment files removed from the playlist are deleted after a period of time
907 equal to the duration of the segment plus the duration of the playlist.
914 Round the duration info in the playlist file segment info to integer
918 Add the @code{#EXT-X-DISCONTINUITY} tag to the playlist, before the
922 Do not append the @code{EXT-X-ENDLIST} tag at the end of the playlist.
931 and when all the segments of that playlist are guaranteed to start with a Key frame.
973 before they have been added to the m3u8 playlist. This flag also affects how m3u8 playlist files ar…
974 If this flag is set, all playlist files will written into temporary file and renamed after they are…
976 are always written into temporary file regardless of this flag. Master playlist files (@code{master…
983 @option{hls_list_size} to 0; the playlist can only be appended to.
987 @option{hls_list_size} to 0; the playlist must not change.
1013 index in the output media playlist filenames. The string "%v" may be present in
1027 stream of bitrate 32k. Here, two media playlist with file names out_0.m3u8 and
1040 But here, the two media playlist with file names out_my_hd.m3u8 and
1051 video only stream with bitrate 256k. Here, three media playlist with file names
1059 media playlist is created at @file{http://example.com/live/vs_0/out.m3u8} and
1070 playlist, #EXT-X-MEDIA tag is also added for the two audio only variant streams
1085 playlist, #EXT-X-MEDIA tag is also added for the two audio only variant streams
1100 playlist, #EXT-X-MEDIA tag is also added for the two audio only variant streams
1119 the master playlist with webvtt subtitle group name 'subtitle'. Please make sure
1142 the master playlist with group name 'cc', language 'en' (english) and
1155 the master playlist for the INSTREAM-IDs 'CC1' and 'CC2'. Also, it adds
1160 Create HLS master playlist with the given name.
1165 This example creates HLS master playlist with name master.m3u8 and it is
1176 This example creates HLS master playlist with name master.m3u8 and keep
2158 Segment the input file, and create an M3U8 live playlist (can be used
2161 ffmpeg -re -i in.mkv -codec copy -map 0 -f segment -segment_list playlist.m3u8 \