[FFmpeg-trac] #7438(undetermined:new): Transcoding multiple HLS outputs causes corruption in m3u8 index filename

FFmpeg trac at avcodec.org
Mon Sep 17 14:17:31 EEST 2018


#7438: Transcoding multiple HLS outputs causes corruption in m3u8 index filename
-------------------------------------+-------------------------------------
             Reporter:  ehollander   |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by stevenliu):

 try as this command:
 {{{
 ffmpeg -i in.ts -b:v:0 1000k -b:v:1 256k -b:a:0 64k -b:a:1 32k \
   -map 0:v -map 0:a -map 0:v -map 0:a -f hls -var_stream_map "v:0,a:0
 v:1,a:1" \
   -hls_segment_filename 'file_%v_%03d.ts' out_%v.m3u8
 }}}

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


More information about the FFmpeg-trac mailing list