[FFmpeg-trac] #4315(ffmpeg:new): -shortest option seams to be ignored

FFmpeg trac at avcodec.org
Tue Feb 17 00:49:40 CET 2015


#4315: -shortest option seams to be ignored
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  gabrielstuff                       |                 Priority:  normal
               Status:  new          |                  Version:  2.5.2
            Component:  ffmpeg       |               Blocked By:
             Keywords:  shortest,    |  Reproduced by developer:  0
  layer, overlay                     |
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I'm trying to create a video watermark layer using two input : one image
 and one series of images.
 Thus using the last version from osx (2.5.3 and 2.5.2), I've noticed that
 the encoding never end and the file keeps growing and growing.


 How to reproduce:
 {{{
 % ffmpeg -loop 1 -shortest -i images/image001.png -i images/test%04d.png
 -filter_complex overlay testvid.mp4

 fmpeg version 2.5.3 Copyright (c) 2000-2015 the FFmpeg developers
   built on Feb 17 2015 00:24:13 with Apple LLVM version 6.0
 (clang-600.0.56) (based on LLVM 3.5svn)
   configuration: --prefix=/usr/local/Cellar/ffmpeg/2.5.3 --enable-shared
 --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables
 --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-
 libx264 --enable-libmp3lame --enable-libvo-aacenc --enable-libxvid
 --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libfaac
 --enable-libass --enable-openssl --enable-nonfree --enable-vda
   libavutil      54. 15.100 / 54. 15.100
   libavcodec     56. 13.100 / 56. 13.100
   libavformat    56. 15.102 / 56. 15.102
   libavdevice    56.  3.100 / 56.  3.100
   libavfilter     5.  2.103 /  5.  2.103
   libavresample   2.  1.  0 /  2.  1.  0
   libswscale      3.  1.101 /  3.  1.101
   libswresample   1.  1.100 /  1.  1.100
   libpostproc    53.  3.100 / 53.  3.100
 Hyper fast Audio and Video encoder
 }}}

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


More information about the FFmpeg-trac mailing list