Changes between Initial Version and Version 1 of Ticket #8520, comment 8
- Timestamp:
- Feb 12, 2020, 11:48:51 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8520, comment 8
initial v1 1 ffmpeg -i red-leaf-tips.avi -i windy-sunset.avi -lavfi streamselect@my_special_filter=inputs=2:map=0,sendcmd='5.0 streamselect@my_special_filter map 1' -f null - 1 {{{ffmpeg -i red-leaf-tips.avi -i windy-sunset.avi -lavfi streamselect@my_special_filter=inputs=2:map=0,sendcmd='5.0 streamselect@my_special_filter map 1' -f null -}}} 2 2 3 This is also showed in documentation of sendcmd filter. Simply putting sendcmd as last f ramebefore output will work, it will broadcast to all filters with exact same name @my_special_filter.3 This is also showed in documentation of sendcmd filter. Simply putting sendcmd as last filter before output will work, it will broadcast to all filters with exact same name @my_special_filter.


