I captured two 8mm tapes with the same hardware, software, and settings. I used the LAGS codec. When I drop this AVI files into GSpot, they are identical and the LAGS codec is in green with the status "Codec(s) are installed". The only difference in GSpot between the two files is that in file#1, the AVID box is not on(?) and file#2, the AVID box is on(?).
Here's the symptom: when I drop my AVS file into VirtualDub64, I get an error.
Here is the AVS code:
AviSource("video file 1.avi")
QTGMC( Preset="Medium")
SelectEven()
Here is the error:
Avisynth open failure:
AVISource: couldn't locate a decompressor for fourcc LAGS
I had previously downloaded Lagarith from https://www.videohelp.com/software/Lagarith-Lossless-Video-Codec and installed it.
Here is what GSpot says in the details about Lagarith Lossless Codec:
- - Type VFW
- - Function Decoder
DSH 4CC LAGS
DSH Friendly Name Lagarith Lossless Codec
DSH DirectShow CLSID CLSID_AVIDec {CF49D4E0-1115-11CE-B03A-0020AF0BA770}
REG Driver File C:\WINDOWS\SYSTEM32\lagarith.dll
REG Merit 0x00200000
VFW Name Lagarith
VFW Description Lagarith Lossless Codec
Computer: Windows 10
+ Reply to Thread
Results 1 to 15 of 15
-
-
Do both avi's have the issue with AVISource ? Do they play ok in a media player like MPCHC ?
What does vdub2 x64 say with file=>fiile information , when you open fiile 1 or 2 avi directly in vdub2 (not through avs script)?
As a workaround for now, you can use ffms2 or lsmash as the source filter
eg.
orCode:FFVideoSource("video file 1.avi")
Code:LWLibavVideoSource("video file 1.avi") -
Make sure you have the right version as in 64 or 32 bit.
I think,therefore i am a hamster. -
I'm having the same issue. Here's my script (AVISynth+ 64bit):
clip1=AVISource("H:\Videohelp\DMS\test trimmed.avi")
clip2=AVISource("H:\Videohelp\DMS\iodata trimmed.avi")
StackHorizontal(clip1.subtitle("Dazzle"), clip2.subtitle("GV-USB2"))
Message:
[Attachment 78277 - Click to enlarge]
Both open OK in MPC (BE), both open OK in VDub2 64, and as far as I know, the LAGS installer does both 32 and 64.
I'd be grateful for any ideas.
In the meantime, I'll do the different source calls PDR referred-to.
Thanks!Last edited by Alwyn; 10th Apr 2024 at 10:56.
-
Open your avi in fourcc changer to see if LAGS is displayed.
If not, set it and apply the change. Backup your avi first. -
Thanks ProWo, LAGS is already set, but I did reset both; no go. Still won't open them.
The two AVIs I have are trimmed (Direct Stream Copy) of DMS's files in this topic:
https://forum.videohelp.com/threads/398965-Dazzle-DVC100-not-capturing-anymore-on-Wind...e5#post2731268
The "test" avi is further back. -
Vdub2 comes with lagarith preinstalled as vdf file and sometimes conflicts with the lagarith codec trough install. Try in vdub 2 fastrecompress from lagarith to lagarith but select in compression the second one in the list lags try that file in avisynth with avisource it should work or if vdub 1 is oppening it and then from there fastrecompress ( not direct copy) because it is stuck in the vdub lags codec and nor avisynth nor any other editor is unable to open it but it should play in vlcCode:
Thanks ProWo, LAGS is already set, but I did reset both; no go. Still won't open them. The two AVIs I have are trimmed (Direct Stream Copy) of DMS's files in this topic: https://forum.videohelp.com/threads/398965-Dazzle-DVC100-not-capturing-anymore-on-Wind...e5#post2731268 The "test" avi is further back.
-
Is the decoder listed as VDIC.LAGS in the registry under:
"HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft \Windows NT\CurrentVersion\Drivers32"
and/or:
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32"
?users currently on my ignore list: deadrats, Stears555, marcorocchini -
No joy.Originally Posted by ProWo
Yes (VIDCOriginally Posted by Selur
).
Yes.Originally Posted by Davexnet
This was it. I do have two LAGS in VDub's codec list. But I didn't create the AVI in the first place. It seems that @DMS, in the other topic, created the LAGS AVI with the VDub LAGS and not the real LAGS.Originally Posted by mammo1789
Is there a way of removing the VDub2 LAGS? -
Thanks Dave, did that, it's still there! Must be in the Registry somewhere...Originally Posted by Davexnet
-
Mine's still in the list but it fails on "Save Video..." because, I assume, I moved it out, so I can't use it.
That will force me to use the proper, external one lower down. Bit of a nuisance for newbys though.
[Attachment 78314 - Click to enlarge]
Similar Threads
-
Deinterlace PAL-DVD - VirtualDub AviSynth Lagarith
By KlemNT in forum EditingReplies: 95Last Post: 6th Jan 2022, 15:59 -
Strange conflict with vdub2 internal lagarith codec and independent one
By mammo1789 in forum Video ConversionReplies: 0Last Post: 30th Nov 2020, 16:40 -
AviSynth fails on Windows 10 installed on a Mac computer
By miguelmorin in forum EditingReplies: 6Last Post: 16th Jun 2020, 09:56 -
I Accidentally Installed AviSynth+
By koberulz in forum Newbie / General discussionsReplies: 2Last Post: 10th Feb 2019, 06:16 -
Smart render. Lagarith > Vegas(edit) > Lagarith.
By ValentineStone in forum Video ConversionReplies: 11Last Post: 5th Oct 2016, 14:31



Quote