feat(cli): add resize mode option (#59)

This adds a new option that allows to control how the video is going to be scaled. By default, we now use a smooth rescaling, but fast mode with no interpolation can be used (previously default).
This commit is contained in:
Jérome Eertmans
2022-10-24 09:26:48 +02:00
committed by GitHub
parent 0778cebef7
commit ad02c8296b
2 changed files with 26 additions and 4 deletions

View File

@ -148,3 +148,6 @@ class PresentationConfig(BaseModel):
)
return values
DEFAULT_CONFIG = Config()