Opened 13 years ago
Closed 13 years ago
#901 closed enhancement (fixed)
add a duration parameter to the blackframe filter
Reported by: | dave rice | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avfilter |
Version: | git-master | Keywords: | blackframe |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
I really like the features available in the new silencedetect filter and would like to see similar functions for video in the blackframe filter. The blackframe and the silencedetect appear to have comparable objectives but their support for parameters differ. I'd like to see a duration parameter (similar to silentdetect's duration parameter) added to the blackframe filter to help identify durations of black in addition to frames of black.
Note:
See TracTickets
for help on using tickets.
The new blackdetect filter, added in commit:
should address this issue.