Skip to content

Conversation

@gphg
Copy link
Owner

@gphg gphg commented Jan 15, 2026

By default it is auto-detected: apply integer video filter (neighbor) ONLY if the target dimension is integer, otherwise default (bicubic). This feature can be overrided using --scaler option. Available value are: ['neighbor', 'bicubic', 'lanczos'].

You can now run py100mbify input.mp4 --scale 720 --scaler neighbor to force it, or just py100mbify input.mp4 --scale 720 to let the auto-detection work.

gphg added 2 commits January 15, 2026 16:20
By default it is auto-detected: apply integer video filter (`neighbor`) ONLY if the target dimension is integer, otherwise default (`bicubic`). This feature can be overrided using `--scaler` option. Available value are: `['neighbor', 'bicubic', 'lanczos']`.

You can now run `py100mbify input.mp4 --scale 720 --scaler neighbor` to force it, or just `py100mbify input.mp4 --scale 720` to let the auto-detection work.
Updated README formatting for improved clarity and consistency.
@gphg
Copy link
Owner Author

gphg commented Jan 16, 2026

I have several process running under this features. This PR is going to be merged at the end of this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants