[FFmpeg-trac] #8023(undetermined:new): no #EXT-X-DISCONTINUITY is added to hls manifest is source is -f concat

FFmpeg trac at avcodec.org
Tue Jul 16 16:56:14 EEST 2019


#8023: no #EXT-X-DISCONTINUITY is added to hls manifest is source is -f concat
-------------------------------------+-------------------------------------
             Reporter:  larez        |                    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 larez):

 oups, messed up the command line, the right one:

 ffmpeg -v verbose -y -f concat -safe 0 -protocol_whitelist
 "file,http,https,tcp,tls" -re -i list.txt -vstats_file stats.txt -map
 0:v:1 -c:v copy -copyts -start_at_zero -metadata:s:0 language=eng -map
 0:a:1 -c:a copy -copyts -start_at_zero -metadata:s:1 language=eng -flags
 -global_header -hls_segment_filename hd_%05d.ts $hls_opts 'hd.m3u8'

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


More information about the FFmpeg-trac mailing list