Page 1 of 1

AviSynth - Resize: Planar destination height must be a multiple of 2

Posted: Thu Nov 28, 2019 12:35 pm
by veks
Hi all,
I'm trying to add a resizing to stills.
The size of the thumbnails I'd like to create is: 240x135 and the video source size is 1280x720 or 640x360.

I always get the error like this:
"Resize: Planar destination height must be a multiple of 2."

Problem is that this size of thumbnails is needed by our system, devs etc. So, no other options.

Thanks!

Re: AviSynth - Resize: Planar destination height must be a multiple of 2

Posted: Thu Nov 28, 2019 1:11 pm
by momocampo
Hello Veks,

I think the error is quiet clear, you should resize your thumbnails at 240x136 or 240x134.
Your system doesn't accept 134 or 136 ?
;)

Re: AviSynth - Resize: Planar destination height must be a multiple of 2

Posted: Mon Dec 09, 2019 8:55 am
by veks
momocampo wrote: Thu Nov 28, 2019 1:11 pm Hello Veks,

I think the error is quiet clear, you should resize your thumbnails at 240x136 or 240x134.
Your system doesn't accept 134 or 136 ?
;)
Thanks! That worked out ;)