digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Mov to kvcd 704x576 ? (http://www.digitalfaq.com/archives/avisynth/8694-avisynth-mov-kvcd.html)

vdk_au 03-20-2004 02:27 AM

Avisynth: Mov to kvcd 704x576 ?
 
I posted question a while ago but i'm still not sure. I'm using dialhot's last version of the avi script and i want to convert it to quicktime.

LoadVFAPIPlugin("C:\Program Files\TMPGEnc\QTReader.vfp","QTReader")
QTReader("D:\Movie.mov")
ChangeFPS(25)
FlipVertical()
BlindPP(cpu=4)
........

But doesn't seem to work. The error saids: blindpp: need mod16 height
d:\downloads\script.avs, line5)

Do i have to have some line like convert to yv12 or yu12 or whatever?

Peter1234 03-20-2004 02:51 AM

I think it means that the frame size of your source video does not have height that is interger multiples of 16. Try using resize before blindpp to adjust to closest interger multiple of 16.

Dialhot 03-20-2004 08:05 PM

You say you use my script but this script is delivered with a some hints that you should better read at least once ;-)

http://www.kvcd.net/forum/viewtopic.php?t=7223

the "mod16" problem is clearly explained !

vdk_au 03-20-2004 08:22 PM

My source is 480x260 so i would have to change it to 480x288. But i am not sure how to do this through this line: AddBorders(0,0,4,3). Can you direct me, sorry for the misunderstandings.

vdk_au 03-20-2004 08:23 PM

Don't worry, I figured it out.


All times are GMT -5. The time now is 11:53 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.