On 04-03-2019 03:58 PM, Jon bae wrote:
ffmpeg -i input.mp4 -filter_complex "[0:v]null;[0:a]apad,anull" -shortest
-f null -*
Reproduced. Happens when all output streams are emitted from the same
filtergraph.
Doesn't happen with, e.g.
ffmpeg -i input.mp4 -filter_complex "[0:v]null" -filter_complex
"[0:a]apad,anull" -shortest -f null -
Open a ticket at trac.ffmpeg.org, but search first - there may already
be one.
Thanks,
Gyan
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".