DEV Community

Discussion on: Add Fade In and Fade Out Effects With ffmpeg!

Collapse
 
dapeng09 profile image
dapeng09

hi, is there a way to change the color from black to white while fading in/out a video?

Collapse
 
dapeng09 profile image
dapeng09

oh, I just figure it out, like below
ffmpeg -i input.mp4 -vf "fade=t=in:st=0:d=3:color=white" -c:a copy out.mp4