VideoHelp Forum
+ Reply to Thread
Results 1 to 9 of 9
Thread
  1. Lone soldier Cauptain's Avatar
    Join Date
    Jan 2006
    Location
    Brazil
    Search Comp PM
    Guys,

    I would take the better resize for below video.

    I want take in 480p and 720p

    What is the best Avisynth method for this?

    Thanks

    Video Example (352x264)
    Quote Quote  
  2. hq4x()
    BilinearResize(960,720)
    Quote Quote  
  3. Lone soldier Cauptain's Avatar
    Join Date
    Jan 2006
    Location
    Brazil
    Search Comp PM
    Merci Jagabo. I am making tests in Virtuadub now.

    I want sample with other filters also. If any other hint, tell me.


    Claudio
    Quote Quote  
  4. Try:

    nnedi3_rpow2(rfactor=4)
    Spline64Resize(960,720)
    Play around with the other arguments for nnedi3_rpow2().
    Quote Quote  
  5. nnedi3_rpow2(rfactor=4,cshift="lanczosresize",fwid th=960,fheight=720)
    LimitedSharpenFaster(ss_x=1.25,ss_y=1.25,Smode=4,s trength=5000,soft=30)
    Quote Quote  
  6. Lone soldier Cauptain's Avatar
    Join Date
    Jan 2006
    Location
    Brazil
    Search Comp PM
    Originally Posted by jagabo View Post
    Try:

    nnedi3_rpow2(rfactor=4)
    Spline64Resize(960,720)
    Play around with the other arguments for nnedi3_rpow2().

    Very nice tip jagabo, thank you very much.


    Originally Posted by manono View Post
    nnedi3_rpow2(rfactor=4,cshift="lanczosresize",fwid th=960,fheight=720)
    LimitedSharpenFaster(ss_x=1.25,ss_y=1.25,Smode=4,s trength=5000,soft=30)
    Hello manono,

    I give error in my avs file, take a look:

    DirectShowSource("ssf2.avi")
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\removegrain.dll")
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mt_masktools.dll")
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\warpsharp.dll")
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\repair.dll")
    Import("C:\Program Files\AviSynth 2.5\plugins\LimitedSharpenFaster.avs")



    nnedi3_rpow2(rfactor=4,cshift="lanczosresize",fwid th=960,fheight=720)
    LimitedSharpenFaster(ss_x=1.25,ss_y=1.25,Smode=4,s trength=5000,soft=30)
    ---------------------------
    VirtualDub Error
    ---------------------------
    Avisynth open failure:
    Script error: expected a , or )
    (C:\ssf2 - Cópia.avs, line 10, column 53)


    How to fix this??

    Tks
    Quote Quote  
  7. It's that space that got created when I cut and pasted, that space between the 'd' and 't' in the word 'fwidth' in the nnedi3 line. Try it this way:

    Code:
    nnedi3_rpow2(rfactor=4,cshift="lanczosresize",fwidth=960,fheight=720)
    LimitedSharpenFaster(ss_x=1.25,ss_y=1.25,Smode=4,strength=5000,soft=30)
    Quote Quote  
  8. Lone soldier Cauptain's Avatar
    Join Date
    Jan 2006
    Location
    Brazil
    Search Comp PM
    Originally Posted by manono View Post
    It's that space that got created when I cut and pasted, that space between the 'd' and 't' in the word 'fwidth' in the nnedi3 line. Try it this way:

    Code:
    nnedi3_rpow2(rfactor=4,cshift="lanczosresize",fwidth=960,fheight=720)
    LimitedSharpenFaster(ss_x=1.25,ss_y=1.25,Smode=4,strength=5000,soft=30)
    Yeah. Working now. Nice script, but slowwwwww. No compress my video yet.

    Tks for fix manono.
    Quote Quote  
  9. Originally Posted by Cauptain View Post
    Nice script, but slowwwwww.
    If you have a multithreaded version of AviSynth and a multicore CPU you can use SetMTMode(2) to speed it up.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!