Skip to content

Commit

Permalink
Updating default target filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
serenae-fansubs committed Jun 29, 2024
1 parent 1cddf81 commit d2d2310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local options = {
-- used on the encode. If this is set to <= 0, the video bitrate will be set
-- to 0, which might enable constant quality modes, depending on the
-- video codec that's used (VP8 and VP9, for example).
target_filesize = 3000,
target_filesize = 4000,
-- If true, will use stricter flags to ensure the resulting file doesn't
-- overshoot the target filesize. Not recommended, as constrained quality
-- mode should work well, unless you're really having trouble hitting
Expand Down

0 comments on commit d2d2310

Please sign in to comment.