VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. 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
    Name:  Capture.PNG
Views: 1077
Size:  6.4 KB

    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
    Quote Quote  
  2. 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
    Or put those DLL's into Avisynth plugin folder.

    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).
    Quote Quote  
  3. Use VirtualDub 32 bit to open AviSynth 32 bit.
    Quote Quote  
  4. Originally Posted by sneaker View Post
    Use VirtualDub 32 bit to open AviSynth 32 bit.
    Well, the 32bit version is also giving errors
    Click image for larger version

Name:	Capture.PNG
Views:	391
Size:	7.4 KB
ID:	36904
    Quote Quote  
  5. Is there any place where I can download the whole package of dll-s. The mentioned thread seems to have brocken links

    Originally Posted by _Al_ View Post
    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
    Or put those DLL's into Avisynth plugin folder.

    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).
    Quote Quote  
  6. Originally Posted by martin. View Post
    Well, the 32bit version is also giving errors
    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
    Try here:

    http://avisynth.nl/index.php/QTGMC
    Quote Quote  
  7. [QUOTE=manono;2444246]
    Originally Posted by martin. View Post
    Well, the 32bit version is also giving errors
    Yeah, but the problem is no longer mismatched programs. Install a DV-AVI codec, one such as Cedocida.

    Gets funny already
    When trying to install Cedocida
    Name:  Capture.PNG
Views: 610
Size:  7.5 KB

    But it worked anyway

    Thanks
    Quote Quote  
  8. Member
    Join Date
    Aug 2013
    Location
    Central Germany
    Search PM
    To grab only the currently active window, press Alt+PrtScr; no more cropping.
    Quote Quote  



Similar Threads

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