#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to