[FFmpeg-trac] #7658(ffmpeg:new): m3u8 creation cuts of files if number of segments is greater 9

FFmpeg trac at avcodec.org
Mon Jan 7 15:59:28 EET 2019


#7658: m3u8 creation cuts of files if number of segments is greater 9
-------------------------------------+-------------------------------------
             Reporter:  nickpower    |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  ffmpeg       |                  Version:
             Keywords:               |  unspecified
  segmentation, hls, dash, split     |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 How to reproduce:
 {{{
 % ffmpeg -i big_buck_bunny.y4m -c:v libx264 -crf 18 -g 48 -keyint_min 48
 -force_key_frames 'expr:gte(t,n_forced*2)' -hls_time 2 palylist.m3u8

 ffmpeg version: 3.4.4
 }}}

 Resulting m3u8 will be like:
 {{{
 #EXTM3U
 #EXT-X-VERSION:3
 #EXT-X-TARGETDURATION:2
 #EXT-X-MEDIA-SEQUENCE:10
 #EXTINF:2.000000,
 palylist10.ts
 #EXTINF:2.000000,
 playlist11.ts
 #EXTINF:2.000000,
 playlist12.ts
 ...
 #EXT-X-ENDLIST
 }}}
 So it does not contain playlist00.ts - playlist09 ...

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7658>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list