VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member
    Join Date
    Mar 2014
    Location
    Brazil, Rio de Janeiro
    Search Comp PM
    Hello. My question is very simple: I just want to triple the size a video of mine through avisynth with point resize, but I can't figure out what I have to write on the script no matter what. I looked on avisynth wiki but that didn't help much.

    I remember the line was something like "PointResize = x3" or "PointResize *3" ...ugh, I can't remember because I don't do this stuff in ages. Please someone help me.
    Quote Quote  
  2. You know it's one of the worst resizers, don't you? Anyway:

    PointResize(Width, Height)

    I'm not entirely sure what you mean by 'triple the size' so I can't be more precise.
    Quote Quote  
  3. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Originally Posted by synnchan View Post
    Hello. My question is very simple: I just want to triple the size a video of mine through avisynth with point resize, but I can't figure out what I have to write on the script no matter what. I looked on avisynth wiki but that didn't help much.
    Start button -> Programs -> Avisynth -> Avisynth Documentation

    <LANGUAGE="Portuguese">
    Você precisa de vitaminas...... MUITAS vitaminas...
    </LANGUAGE>
    Quote Quote  
  4. Member
    Join Date
    Sep 2012
    Location
    Australia
    Search Comp PM
    PointResize(Width * 3, Height * 3)
    Quote Quote  
  5. Member
    Join Date
    Mar 2014
    Location
    Brazil, Rio de Janeiro
    Search Comp PM
    Originally Posted by ndjamena View Post
    PointResize(Width * 3, Height * 3)
    Thank you! That's exactly what I was looking for.
    Quote Quote  
  6. Or you can specify the size numerically. For a 640x480 video, for example:

    PointResize(1920, 1440)
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!