Hi guys I need little help
I tried to follow following guidance
https://forum.videohelp.com/threads/304395-DV-to-H-264-conversion-with-emphasis-on-quality
but when opening the avs file in virtual dub (64 version) I got error
Is it too old soft to us it on win 8.1 or may be you can guid me to some other good quality converter for DV-AVI to ...
Thanks in advance
+ Reply to Thread
Results 1 to 8 of 8
-
-
TempGaussMC is obsolete, it was upgraded to QTGMC. Get together all new or updated dlls, perhaps from here and you can use script like this as well, something like this:
Code:Avisource("DV.avi") Import("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\QTGMC-3.32.avsi") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\mvtools2.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\RemoveGrainSSE2.dll") LoadPlugin("C:\ools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\RepairSSE2.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\mt_masktools-25.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\nnedi3.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\dfttest.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\EEDI2.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\FFT3DFilter.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\nnedi.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\nnedi2.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\SSE2Tools.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\VerticalCleanerSSE2.dll") LoadPlugin("C:\tools\QTGMC 32-bit Plugins\Avisynth 32-bit Plugins\AddGrainC.dll") Load_Stdcall_plugin("C:\Program Files (x86)\AviSynth 2.5\plugins\yadif.dll") assumeBFF() QTGMC(Preset="slow") LanczosResize(640,480) #4:3 NTSC, for 16:9 it would be different
Final resize to 4:3 square pixel is a thing to debate, ussually heated debates. Could be 720x540 (with vertical resolution change) or you just leave it as is 720x480 (NTSC) or 720x576 (PAL) but while encoding you'd have to give H.264 stream aspect ratio (x264 names it SAR). -
-
Yeah, but the problem is no longer mismatched programs. Install a DV-AVI codec, one such as Cedocida.
Is there any place where I can download the whole package of dll-s. The mentioned thread seems to have brocken links
http://avisynth.nl/index.php/QTGMC -
To grab only the currently active window, press Alt+PrtScr; no more cropping.
Similar Threads
-
Virtual Dub and AviSynth error messages
By billylouvar in forum Video ConversionReplies: 12Last Post: 14th Feb 2016, 07:22 -
Virtual Dub and AviSynth error messages
By billylouvar in forum Newbie / General discussionsReplies: 2Last Post: 9th Feb 2016, 11:11 -
AVISynth scripts not opening in Virtual Dub
By bvdd in forum Video ConversionReplies: 46Last Post: 10th Jan 2016, 23:19 -
Remove halos in AviSynth/Virtual Dub
By Dr.Who in forum RestorationReplies: 6Last Post: 3rd Aug 2013, 11:40 -
MTS in Virtual Dub
By Nanley in forum User guidesReplies: 7Last Post: 6th Jul 2012, 05:10