[FFmpeg-trac] #5396(undetermined:new): ffmpeg don`t close program if -t or -to used with -map 0

FFmpeg trac at avcodec.org
Fri Apr 1 12:57:40 CEST 2016


#5396: ffmpeg don`t close program if -t or -to used with -map 0
-------------------------------------+-------------------------------------
             Reporter:  szmeny       |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:  time, map,   |               Blocked By:
  quit                               |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 -map 0 (save all streams) option used with -t or -to causes that program
 don`t quit himself after reached time given in -t param.
 If i don`t using -map 0, everithing is ok - ffmpeg quit.

 Change -t for use on input (before -t) doesn`t change anything.

 How to reproduce:
 {{{
 % /usr/bin/ffmpeg -i udp://@239.100.100.7:5000 -map 0 -codec copy -to 60
 -f mpegts /home/xyz.ts

 ffmpeg version 3.0.1 Copyright (c) 2000-2016 the FFmpeg developers
   built with gcc 4.8.2 (GCC)
   configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64
 --docdir=/usr/doc/ffmpeg-3.0.1/html --mandir=/usr/man --disable-debug
 --enable-shared --disable-static --enable-pthreads --enable-libtheora
 --enable-libvorbis --enable-gpl --enable-version3 --enable-libx264
 --enable-postproc --enable-swscale --disable-x11grab --enable-avfilter
 --enable-gnutls --enable-libcdio --enable-libssh --arch=x86_64 --enable-
 libmp3lame --enable-libx264
   libavutil      55. 17.103 / 55. 17.103
   libavcodec     57. 24.102 / 57. 24.102
   libavformat    57. 25.100 / 57. 25.100
   libavdevice    57.  0.101 / 57.  0.101
   libavfilter     6. 31.100 /  6. 31.100
   libswscale      4.  0.100 /  4.  0.100
   libswresample   2.  0.101 /  2.  0.101
   libpostproc    54.  0.100 / 54.  0.100
 }}}

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


More information about the FFmpeg-trac mailing list