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.
Code: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 09: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. -
Code:
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 -
Originally Posted by ProWo
Originally Posted by Selur).
Originally Posted by Davexnet
Originally Posted by mammo1789
Is there a way of removing the VDub2 LAGS? -
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, 14:59 -
Strange conflict with vdub2 internal lagarith codec and independent one
By mammo1789 in forum Video ConversionReplies: 0Last Post: 30th Nov 2020, 15:40 -
AviSynth fails on Windows 10 installed on a Mac computer
By miguelmorin in forum EditingReplies: 6Last Post: 16th Jun 2020, 08:56 -
I Accidentally Installed AviSynth+
By koberulz in forum Newbie / General discussionsReplies: 2Last Post: 10th Feb 2019, 05:16 -
Smart render. Lagarith > Vegas(edit) > Lagarith.
By ValentineStone in forum Video ConversionReplies: 11Last Post: 5th Oct 2016, 13:31