Add color option to fade filter
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
(5)
Keywords: |
fade added
|
Status: |
new → open
|
Description: |
modified (diff)
|
Owner: |
set to Clément Bœsch
|
Resolution: |
→ fixed
|
Status: |
open → closed
|
Resolution: |
→ fixed
|
Status: |
open → closed
|
Working on it.