[FFmpeg-trac] #8733(undetermined:new): hls segments list repeated names

FFmpeg trac at avcodec.org
Sat Jun 13 05:50:45 EEST 2020


#8733: hls segments list repeated names
-------------------------------------+-------------------------------------
             Reporter:  krs_vital    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by krs_vital):

 it does not work as it should

 anyway %d variable works only as integer pattern
 so that I do not set (%d, %00d, %01d, %02d) will always be

 segment-0.ts
 segment-1.ts
 segment-2.ts
 ...
 segment-[max_integer_value].ts

 i want
 segment-0.ts
 segment-1.ts
 segment-2.ts
 ...
 segment-9.ts

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8733#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list