paulpacifico / shutter-encoder

A professional video compression tool accessible to all, mostly based on FFmpeg.
https://www.shutterencoder.com
GNU General Public License v3.0
1.06k stars 60 forks source link

Fixes negative scale values for Crop & Stretch #215

Closed EpicGazel closed 2 months ago

EpicGazel commented 4 months ago

Values were being converted to decimals and multiplied instead of directly being used when a negative value (using -) was used for scale.

See: https://www.reddit.com/r/shutterencoder/comments/1awvnle/scaling_feature_request_allow_negative_numbers/ for the original issue.

EpicGazel commented 2 months ago

This appears fixed as of 80e9d76, I think we're good to close?

paulpacifico commented 2 months ago

Yes!