[FFmpeg-trac] #4064(avfilter:new): aresample=async=1000 gets stuck with damaged and non-monotonic input and -copyts

FFmpeg trac at avcodec.org
Wed Oct 29 12:44:54 CET 2014


#4064: aresample=async=1000 gets stuck with damaged and non-monotonic input and
-copyts
-------------------------------------+-------------------------------------
             Reporter:  mikaraento   |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  avfilter     |                  Version:
             Keywords:               |  unspecified
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 $ ffmpeg -y -i dvb_with_disco_2.ts -copyts -map 0:0 -af
 aresample=async=1000 -map 0:1 broken.ts
 ffmpeg version N-67065-g2fa08fd Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Oct 23 2014 08:58:30 with Apple LLVM version 6.0
 (clang-600.0.51) (based on LLVM 3.5svn)
 }}}

 working (without -copyts):
 {{{
 $ ffmpeg -y -i dvb_with_disco_2.ts -map 0:0 -af aresample=async=1000 -map
 0:1 broken.ts
 }}}

 dvb_with_disco_2.ts uploaded to upload.ffmpeg.org/incoming

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


More information about the FFmpeg-trac mailing list