[FFmpeg-devel] Fade to/from white
Brian Cardarella
bcardarella at gmail.com
Mon Jul 18 18:54:49 CEST 2011
I'm trying to modify the fade filter to fade from white instead of black.
I'm guessing the luma plane is where I want to do this. I'm not quite
sure how best to cycle the luma plane here. I've seen that the Y'
value of 1 is represented by the integer 65535 (unsigned int). I
thought it would be as easy as actually using the fade->factor value
as this is already cycling. The result is not what I want (choppy and
actually goes to black)
So any tips on this would be great.
- Brian
More information about the ffmpeg-devel
mailing list