Ticket #1822 (open enhancement)

Opened 7 months ago

Last modified 6 months ago

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

comment:1 Changed 6 months ago by cehoyos

  • Keywords fade added
  • Status changed from new to open
Note: See TracTickets for help on using tickets.