[FFmpeg-trac] #9152(undetermined:new): FFmpeg doesn't stop after it has written the correct output file

FFmpeg trac at avcodec.org
Tue Aug 3 12:40:53 EEST 2021


#9152: FFmpeg doesn't stop after it has written the correct output file
-------------------------------------+-------------------------------------
             Reporter:  Michael      |                    Owner:  (none)
  Koch                               |
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Michael Koch):

 This is an even shorter example for reproducing the same problem:

 ffmpeg -f lavfi -i "sine=1k:b=2,channelmap=0|0" -t 15 -y sine.mp3

 ffmpeg -i sine.mp3 -lavfi
 "asplit=3[a1][a2][a3];[a1]adelay=0,showwaves[v1];[a2]adelay=0,showwaves[v2];[a3]showwaves[v3];[v1][v2][v3]vstack=3"
 -y out.mp4

 Michael
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9152#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list