[FFmpeg-trac] #1822(avfilter:new): Add color option to fade filter

FFmpeg trac at avcodec.org
Tue Oct 16 23:05:00 CEST 2012


#1822: Add color option to fade filter
---------------------------------------+----------------------------------
               Reporter:  llogan       |                  Owner:
                   Type:  enhancement  |                 Status:  new
               Priority:  wish         |              Component:  avfilter
                Version:  git-master   |               Keywords:
             Blocked By:               |               Blocking:
Reproduced by developer:  0            |  Analyzed by developer:  0
---------------------------------------+----------------------------------
 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".

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1822>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list