[FFmpeg-trac] #7067(undetermined:new): ffmpeg -f segment fails after 30 minutes

FFmpeg trac at avcodec.org
Fri Mar 9 13:29:06 EET 2018


#7067: ffmpeg -f segment fails after 30 minutes
-------------------------------------+-------------------------------------
             Reporter:               |                    Owner:
  MusashiSakamoto                    |                   Status:  new
                 Type:  defect       |                Component:
             Priority:  normal       |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  segment      |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by cehoyos):

 Replying to [comment:6 MusashiSakamoto]:

 > We tried feeding the complete file to FFmpeg the way you said.
 > But it didn't succeed.
 >
 > Here is the command:
 >
 > {{{
 > ffmpeg -i ./test.mkv \
 > -c:v libx264 -r 10 -g 30 \
 > -f segment -segment_format mpegts -segment_time 3 \
 > -segment_list ./ts/list.m3u8 \
 > -segment_list_type hls -segment_list_flags +live \
 > -segment_list_size 20 \
 > ./ts/out%03d.ts
 > }}}
 >
 >
 > Here is the output log:
 >
 > {{{
 > [segment @ 0x558a8db29380] Opening './ts/list.m3u8.tmp' for writing
 > [segment @ 0x558a8db29380] Opening './ts/out524.ts' for writing
 > [segment @ 0x558a8db29380] Opening './ts/list.m3u8.tmp' for writingp=0
 drop=227018 speed=6.15x
 > frame=15738 fps= 61 q=17.0 Lsize=N/A time=00:26:13.70 bitrate=N/A dup=0
 drop=227382 speed=6.14x
 > video:359257kB audio:0kB subtitle:0kB other streams:0kB global
 headers:0kB muxing overhead: unknown
 > }}}
 These are the only lines show on the console?

 Please provide the input file.

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


More information about the FFmpeg-trac mailing list