I have a uncompress avi file that I want to convert into a HD format.
The file is 16:9 but matted so that it fits on 720 x display.
What software should I use convert this avi into HD?
Should I upsample my avi file? And if i do what kind of software can I use to bring back the details that have been blurred by upsampling?
Thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
lanzsoz resize and some sharpen filter.
Lanczos4Resize is closely related to LanczosResize (correct name: Lanczos3Resize). The latter uses 2*3=6 lobes and the former 2*4=8 lobes to do the resizing. The result is that Lanczos4Resize produces sharper images. Especially usefull when upsizing a clip.
http://www.avisynth.org/Resize -
Do I need to use avisynth to use Lanczos4Resize or can i just pick the filter from virtualdub and let it run?
-
What you're trying to do is pretty easy in AviSynth.
Just create a file called resize.avs with a text editor
Paste In the following 2 lines:
AviSource("c:\folder\myclip.avi")
Lanczos4Resize(1280,720)
Obviously, change the "c:\folder\myclip.avi" to wherever the location of your source file is.
Open up Resize.avs in VirtualDubMod or TMPGEnc (if you want an HD Mpeg2 file)
Similar Threads
-
Dazzle dvc100 w studio 12 does it capture AVI 1 or AVI 2 or DV-AVI
By st711 in forum Capturing and VCRReplies: 1Last Post: 10th Dec 2009, 17:30 -
avs (avi to avi) ends up out of sync ... winavi output file too big
By mandy in forum Video ConversionReplies: 1Last Post: 21st Aug 2009, 05:56 -
ffmpeg choppy audio from large avi but not small avi source file
By cybertheque in forum Capturing and VCRReplies: 9Last Post: 13th Oct 2008, 15:38 -
ffmegX v0.09w and converting avi videos into avi.ff.avi videos
By paddymick in forum ffmpegX general discussionReplies: 2Last Post: 2nd Nov 2007, 23:10 -
How To Split Single DV AVI file into Multiple DV AVI files using Time Stamp
By insysnet in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 23rd Aug 2007, 12:49