View Single Post
Old 30th December 2019, 22:47   #13  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,531
To find out what your AviSynth installation(s) contain:
Run AvsMeter.exe by calling avsinfo32.bat on your system and post the log.
Run AvsMeter64.exe by calling avsinfo64.bat on your system and post the log.
Move all plugins out of their folder into a folder /plugins_waiting
Move only the needed ones back in, one by one, always reloading script (VirtualDub2: F2, AvPmod: F5)

Facultative: As you still try to use DirectShow Source, run GraphStudioNext and post the Screenshot.

A more safe and quite universal source filter I can suggest nowadays:
v=LWLibavVideoSource("E:/Game recordings/SD/video.avi")
a=LWLibavAudioSource("E:/Game recordings/SD/video.avi")
AudioDub(v,a)
Will generate an index file beneath the source file, depending on size/container: be patient.
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."

Last edited by Emulgator; 30th December 2019 at 22:52.
Emulgator is offline   Reply With Quote