Skip to content

Commit

Permalink
update recipe with weighting option
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Apr 23, 2022
1 parent eeb92be commit 4baf137
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions settings/recipe.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[interpolation]
enabled=yes
fps=720
fps=480
speed=medium
tuning=weak
algorithm=23
Expand All @@ -13,6 +13,7 @@ gpu=true
enabled=yes
fps=60
intensity=1.27
weighting=equal

[encoding]
process=ffmpeg
Expand All @@ -21,9 +22,9 @@ args=-c:v libx264 -preset slow -crf 15
[misc]
folder=
deduplication=y
container=.mp4
container=.MP4
flavors=fruits

[timescale]
in=1
out=1
in=1.0
out=1.0

0 comments on commit 4baf137

Please sign in to comment.