#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
_______________________________________________
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".