Ticket #901 (closed enhancement: fixed)
add a duration parameter to the blackframe filter
| Reported by: | dericed | 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.
Change History
Note: See
TracTickets for help on using
tickets.



The new blackdetect filter, added in commit:
commit 409a3bda07dcff8c5d2672f4d89e61fddbd6f40e Author: Stefano Sabatini <stefasab@gmail.com> Date: Fri Mar 2 15:51:26 2012 +0100 lavfi: add blackdetect filter Address trac ticket #901.should address this issue.