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)
+ Reply to Thread
Results 1 to 9 of 9
-
-
Merci Jagabo. I am making tests in Virtuadub now.
I want sample with other filters also. If any other hint, tell me.
Claudio -
Try:
nnedi3_rpow2(rfactor=4)
Spline64Resize(960,720) -
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) -
Very nice tip jagabo, thank you very much.
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 -
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)
-
Similar Threads
-
Avisynth - How to resize a 720p video, internally 1024x760??
By Cauptain in forum EditingReplies: 13Last Post: 8th Apr 2012, 10:59 -
How do i make a 480p video to 720p?
By brotherhood1997 in forum Newbie / General discussionsReplies: 2Last Post: 7th Dec 2011, 11:36 -
480p to 720p
By hardy in forum Newbie / General discussionsReplies: 7Last Post: 9th Dec 2010, 17:09 -
Comparison of 7 video converters: Converting a 720p mkv to 480p H.264
By srk in forum Video ConversionReplies: 2Last Post: 12th Oct 2010, 15:29 -
How can IGN claim a 720p video file from the Wii when it is 480p?
By yoda313 in forum Off topicReplies: 6Last Post: 4th Jan 2010, 18:27