video_editor icon indicating copy to clipboard operation
video_editor copied to clipboard

Improve the `crop` and `scale` filters:

Open alexislg2 opened this issue 6 months ago • 0 comments

  • crop now rounds the returns values to avoid values like 64.0000000003 or 4.123232e-13
  • scale filter avoids to have an odd number for height or width, as this would not work with some codecs (eg height not divisible by 2 (956x597))

alexislg2 avatar Dec 08 '23 16:12 alexislg2