https://github.com/findie/FFmpeg/commits/findie?author=legraphista
- vf_framechange
- ef56b71 added filter
- vf_drawbox
- 6b6097a added color expressions
color_alpha_expr
: manipulate the color's alpha channelcolor_red_expr
: manipulate the color's red channelcolor_green_expr
: manipulate the color's green channelcolor_blue_expr
: manipulate the color's blue channelcolor_y_expr
: manipulate the color's Y channelcolor_u_expr
: manipulate the color's U channelcolor_v_expr
: manipulate the color's V channel
- 6b6097a added color expressions
- vf_zoom
- 09e61dc added filter
zoom
/z
: [1
] expression to set the zooming of the framefillcolor
: [black@0
] set the background color (used when zoom < 1 or frame has transparency)interpolation
: [fast_bilinear
] interpolation algorithmfast_bilinear
bilinear
bicubic
x
point
area
bicublin
gauss
sinc
lanczos
spline
- 09e61dc added filter
- vf_framechange
- a480486 added filter
threshold
: [10
] the minimum amount of pixel change before a change is registeredmode
: [absolute
] the mode in which the pixels get countedabsolute
: a changed pixel counts as 1percentage
: a changed pixel counts as the absolute difference between the sources, divided by 255
show
: [0
] render video frames with changes
- a480486 added filter
- vf_drawbox
- a8cd882 breaking change:
t
will stand for time in expressions,thickness
for thickness
- a8cd882 breaking change:
- vf_drawtext
- 4b728a1 update
clip_*
to be expressions and to be accessed from other expressions
- 4b728a1 update
- vf_drawtext
- e7f31da add
clip_enable
flag to disabled clipping of text
- e7f31da add
- vf_drawtext
- vf_drawtext
- 9f921d7 add
word_spacing
that overrides\s
and\t
- 9f921d7 add
- vf_drawbox
- 1a534fa fix x/y position being behind by one frame