06-09-2004, 12:55 PM
|
Free Member
|
|
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
This problem came out of the blue. Avisynth 2.5 cannot find any codecs to decode my Divx and Xvid video. I use GSPOT to render the files and I have the necessary codecs installed. I tried reinstalling Avisynth and Divx, Xvid codecs but to no avail. The weird thing is I can still import my AVS script to CCE but not TMPGEnc and Mainconcept. I think the problem is Avisynth cannot locate the codecs installed on my system.
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
06-09-2004, 01:09 PM
|
Free Member
|
|
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
avisource("C:\xx.avi")
Just one line.
|
06-09-2004, 01:33 PM
|
Free Member
|
|
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
06-09-2004, 01:35 PM
|
Free Member
|
|
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
do you mean avisource("C:\xx.avi",false) ?
It still unable to compress the video.
|
06-09-2004, 01:40 PM
|
Free Member
|
|
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by rs008f
do you mean avisource("C:\xx.avi",false) ?
It still unable to compress the video.
|
Use this line,
Code:
avisource ("C:\xx.avi", false)
and try to load your scritp in mplayer2.exe or virtual dub.
Is any message displayed?
What message?
|
06-09-2004, 01:50 PM
|
Free Member
|
|
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
yes I used that line. in mplayer it says "cannot locate decompressor", in VDub it opens but the video is like 8-bit color and pixelated, probably using an alternative codec.
|
06-09-2004, 02:09 PM
|
Free Member
|
|
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
yes I have configured Divx and Xvid as you suggested but the same problem exists. As for what I did, I changed motherboards, upgrade my CPU and memory. I did not reinstall Windows XP. I used Media Player Classic. This is what it reported.
Stream 0
Media Type 0:
--------------------------
AM_MEDIA_TYPE:
majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}
subtype: MEDIASUBTYPE_YV12 {32315659-0000-0010-8000-00AA00389B71}
formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}
bFixedSizeSamples: 1
bTemporalCompression: 0
lSampleSize: 418176
cbFormat: 88
VIDEOINFOHEADER:
rcSource: (0,0)-(0,0)
rcTarget: (0,0)-(0,0)
dwBitRate: 0
dwBitErrorRate: 0
AvgTimePerFrame: 417083
BITMAPINFOHEADER:
biSize: 40
biWidth: 704
biHeight: 396
biPlanes: 1
biBitCount: 12
biCompression: YV12
biSizeImage: 418176
biXPelsPerMeter: 0
biYPelsPerMeter: 0
biYPelsPerMeter: 0
biClrUsed: 0
biClrImportant: 0
|
06-09-2004, 02:45 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Open this avi in zoomplayer and look at the filters and codec that are used (I hope you know how to use zoomplayer ).
And give us ALL info given by Gspot please, from top to bottom.
|
06-09-2004, 06:57 PM
|
Free Member
|
|
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
It seems taht the wrong codec handles format taht it is not supposed to handle (here you have an xvid and divx is used to render it !)
Uncheck the box "handle all mp4 format" (or something close) that is in divx config window and do the same for xvid. This way each codec will handle its own video.
|
06-09-2004, 08:00 PM
|
Free Member
|
|
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
They are unchecked in Xvid and Divx already but the problem still exists.
|
06-10-2004, 12:32 AM
|
Free Member
|
|
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I guess some MPEG-4 works. Divx 3 video works in Avisynth., Divx 4, 5 and Xvid does not work however.
|
06-10-2004, 01:39 AM
|
Free Member
|
|
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Do you happen to have any codec packs installed? If so, remove them - you don't need them and they only cause you a headache at some point. If DivX3 works but DivX4 or 5 doesn't, there's something really wrong, just like you were trying to decode with the DivX3.11 decoder.
|
06-10-2004, 02:11 AM
|
Free Member
|
|
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I solved the problem by unregistering the file quartz.dll and then registering it again using Radlight Filter Manager. I got the clue from this Divx forum thread. I thought maybe DirectX 9 caused this problem.
http://forums.divx.com/viewtopic.php...56315&forum=13
|
06-10-2004, 12:50 PM
|
Free Member
|
|
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I found out Divx 3 works because it outputs in RGB24 while Divx 4,5 and Xvid out puts in YV12, so my problems were with YV12 and YUY2 outputs. I think my problem are not completely solved. Someone from this forum once said that the filters that Avisynth uses IS determined by GSPOT, I don't think this is accurate for my system. Using GSPOT, my Xvid and Divx vieos are decoded using Xvid 1.0 and Divx 5 respectively but when I import the video to Avisynth and view the avs script on Media Player Classic, under Filters, it is using AVI Decompressor (quartz.dll), Color Space Converter (quartz.dll), Color Converter (declrds.ax) instead of the Divx 5 and Xvid decoders. Can you guys view your Divx/Xvid avs script on Media Player Classic and see what filters it is using? Just use one line if possible, AVIsource("c:\xxx.avi") I might have to fix my system some more.
|
06-11-2004, 12:59 AM
|
Free Member
|
|
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I only get "AVI Decompressor (YV12)" , no specific filter is mentioned.
|
06-11-2004, 01:14 AM
|
Free Member
|
|
Join Date: Aug 2003
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Cool, maybe I'm all set then. Thanks.
|
All times are GMT -5. The time now is 09:27 PM — vBulletin © Jelsoft Enterprises Ltd
|