Skip to content

Commit

Permalink
slightly change config defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dsetareh committed Aug 1, 2023
1 parent 6add43a commit c999420
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local options = {
-- Property expansion is supported (with %{} at top level, ${} when nested), see https://mpv.io/manual/master/#property-expansion
output_template = "CLIP_%F-[%s-%e]",
-- Scale video to a certain height, keeping the aspect ratio. -1 disables it.
scale_height = 1080,
scale_height = 900,
-- Change the FPS of the output video, dropping or duplicating frames as needed.
-- -1 means the FPS will be unchanged from the source.
fps = -1,
Expand Down Expand Up @@ -64,7 +64,7 @@ local options = {
additional_flags = "",
-- Constant Rate Factor (CRF). The value meaning and limits may change,
-- from codec to codec. Set to -1 to disable.
crf = 23,
crf = 22,
-- Useful for flags that may impact output filesize, such as qmin, qmax etc
-- Won't be applied when strict_filesize_constraint is on.
non_strict_additional_flags = "",
Expand Down

0 comments on commit c999420

Please sign in to comment.