[FFmpeg-trac] #8715(undetermined:new): The -shortest option has no effect in combination finite and endless streams with any filter applied to finite stream

FFmpeg trac at avcodec.org
Tue Jul 21 14:47:04 EEST 2020


#8715: The -shortest option has no effect in combination finite and endless
streams with any filter applied to finite stream
-------------------------------------+-------------------------------------
             Reporter:  vstavrinov   |                    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 mrskman):

 I had the same issue. Workaround is using separate -filter_complex
 argument for every output stream:

 {{{
 ffmpeg -i audio -filter_complex 'acopy' -filter_complex 'color' -f mpegts
 -shortest - > /dev/null
 }}}

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


More information about the FFmpeg-trac mailing list