-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a resizer similar to Avisynth's CropResize #75
Comments
implemented myself here https://gist.github.com/wiwaz/7d5afee6aadb1dae0131aedc6d1a6440 |
Additionally, this is more fit for vskernels and just having an argument such as |
how would this work when you're specifying your own shift/src_xxx |
The script adjusts existing values (if present) so theres no issue with user provided shifts or regions. |
It's possible to do resizing with zero aspect ratio error by utilizing subpixel cropping, a way to handle this automatically would be very useful.
The text was updated successfully, but these errors were encountered: