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

FFmpeg trac at avcodec.org
Fri Nov 8 17:28:46 CET 2013


#1822: Add color option to fade filter
-------------------------------------+------------------------------------
             Reporter:  llogan       |                    Owner:  ubitux
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:  fade         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------
Changes (by ubitux):

 * owner:   => ubitux


Old 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".

New 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".
 }}}

--

Comment:

 Working on it.

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


More information about the FFmpeg-trac mailing list