Ticket #1822 (open enhancement)
Add color option to fade filter
| Reported by: | llogan | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avfilter |
| Version: | git-master | Keywords: | fade |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
The would allow the fade color to be something other than the default of black. I am guessing it is currently possible in conjunction with the color filter, but I am unsure how. Example command:
# fade in first 30 frames of video with a color of red
fade=in:0:30:red
Example docs:
color
Specify the color of the fade, it can be the name of a color (case insensitive match) or a 0xRRGGBB[AA] sequence.
The default value of color is "black".
Change History
Note: See
TracTickets for help on using
tickets.


