Log in

View Full Version : Error playing Lagarith file in MPC-HC


Frank K Abbott
1st June 2010, 10:05
I get an AVI Decompressor::XForm Out when trying to play a LAGS .avi file. I reinstalled the codec and still get the same problem.

~Revolution~
1st June 2010, 22:16
yeah I have the same problem.

Frank K Abbott
3rd June 2010, 04:04
Can someone please help me :o

clsid
3rd June 2010, 14:25
Perhaps it outputs an unsupported colorspace. Try enabling "Raw video" in ffdshow.

Frank K Abbott
3rd June 2010, 18:52
Nope that didn't work :(. Is there a log file that mpc-hc creates that I can post here to show a clearer picture of what's going on? Thanks for responding. :)

Frank K Abbott
3rd June 2010, 22:47
Anyone?

bobdynlan
4th June 2010, 02:18
I'm using virtualdub for all my LAGS encoded captures in AVI container, and all of them are working. I remember i've used the manual install + right-click lagarith.inf and "Install" just to be sure. Hope this helps:

Filter : AVI Decompressor - CLSID : {CF49D4E0-1115-11CE-B03A-0020AF0BA770}
- Connected to:
CLSID: {CEA8DEFF-0AF7-4DB9-9A38-FB3C3AEFC0DE}
Filter: G:\xxxxxe.avi
Pin: Video 0
- Connection media type:
Video: LAGS 320x240 30.00fps 12kbps
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: Unknown GUID Name {5347414C-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
- Connected to:
CLSID: {1643E180-90F5-11CE-97D5-00AA0055595A}
Filter: Color Space Converter
Pin: Input
- Connection media type:
Video: 320x240 30.00fps 73728kbps
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB32 {E436EB7E-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}

Filter : Color Space Converter - CLSID : {1643E180-90F5-11CE-97D5-00AA0055595A}
- Connected to:
CLSID: {CF49D4E0-1115-11CE-B03A-0020AF0BA770}
Filter: AVI Decompressor
Pin: XForm Out
- Connection media type:
Video: 320x240 30.00fps 73728kbps
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_RGB32 {E436EB7E-524F-11CE-9F53-0020AF0BA770}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
- Connected to:
CLSID: {FA10746C-9B63-4B6C-BC49-FC300EA5F256}
Filter: Enhanced Video Renderer (custom presenter)
Pin: EVR Input0
- Connection media type:
Video: 320x240 30.00fps 73728kbps
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_ARGB32 {773C9AC0-3274-11D0-B724-00AA006C1A01}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}

Filter : Enhanced Video Renderer - CLSID : {FA10746C-9B63-4B6C-BC49-FC300EA5F256}
- Connected to:
CLSID: {1643E180-90F5-11CE-97D5-00AA0055595A}
Filter: Color Space Converter
Pin: XForm Out
- Connection media type:
Video: 3 320x240 30.00fps 73728kbps
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_ARGB32 {773C9AC0-3274-11D0-B724-00AA006C1A01}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}

Can you post a sample?

Frank K Abbott
4th June 2010, 04:11
This happens to me with every LAGS file. I can play the file fine through AVISource in an avisynth script, however.

EDIT: I fixed it. It was a combination of the "prevent upsampling when decoding" and ffdshow not kicking in with filter merits. Got it fixed. Thanks.