Skip to content

Commit

Permalink
converter: fix weighting
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Feb 16, 2024
1 parent 89626f1 commit e4d43d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/video/smoothie/converter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h1>
recipe["frame blending"].enabled = config.blur.blur || "enabled"
recipe["frame blending"].fps = config.blur["blur output fps"] || "60"
recipe["frame blending"].intensity = config.blur["blur amount"] || "1.0"
recipe["frame blending"].weighting = config.blur.weighting || "equal"
recipe["frame blending"].weighting = config.blur["blur weighting"] || "equal"

recipe["interpolation"] = {}
recipe["interpolation"].enabled = config.interpolation.interpolate || "true"
Expand Down

0 comments on commit e4d43d7

Please sign in to comment.