Changes between Version 10 and Version 11 of Xfade


Ignore:
Timestamp:
Oct 17, 2021, 6:58:53 PM (5 years ago)
Author:
llogan
Comment:

added command used to make gallery examples for future page maintenance

Legend:

Unmodified
Added
Removed
Modified
  • Xfade

    v10 v11  
    4848||  fadegrays  ||  squeezev  ||  squeezeh  ||  zoomin  ||
    4949
     50Command used to make each gallery image; as reference for future gallery additions:
     51
     52{{{
     53ffmpeg -f lavfi -i "color=c=blue:s=180x136:r=15:d=2,format=rgb24,drawtext=text='fadeblack':x=(w-text_w)/2:y=(h-text_h)/2:box=1:boxborderw=4:boxcolor=white:fontfile=/usr/share/fonts/TTF/VeraMono.ttf:fontsize=20" -f lavfi -i "color=c=aqua:s=180x136:r=15:d=2,format=rgb24,drawtext=text='fadeblack':x=(w-text_w)/2:y=(h-text_h)/2:box=1:boxborderw=4:boxcolor=white:fontfile=/usr/share/fonts/TTF/VeraMono.ttf:fontsize=20" -filter_complex "[0][1]xfade=duration=1:offset=1:transition=fadeblack,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" fadeblack.gif
     54}}}
     55
    5056
    5157= Custom effects =