digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Could not decompress frame 0 (http://www.digitalfaq.com/archives/encode/6909-decompress-frame.html)

the_ray 11-29-2003 05:33 AM

Could not decompress frame 0
 
i get this error with WMP when i try to preview my avisynth script

AviSource : Could not decompress frame 0
(C:\movie.avs,line 9)


this is my script

LoadPlugin ("C:\Filters\MPEG2Dec3.dll")
LoadPlugin ("C:\Filters\blockbuster.dll")
LoadPlugin ("C:\Filters\UnDot.dll")
LoadPlugin ("C:\Filters\DctFilter.dll")
LoadPlugin ("C:\Filters\grip.dll")
LoadPlugin ("C:\Filters\Convolution3DYV12.dll")
LoadPlugin ("C:\Filters\Sampler-2.5.dll")


AviSource("C:\movie.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(480, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.9,seed=5623)
GripBorders()


BTW the movie is an xvid movie but requires ffdshow to decode it...what should i do??

Dialhot 11-29-2003 05:52 AM

Basically : you don't have the CODECS (for video AND audio) and need them
!
Can you use the "search" button a little ? You will find a lot of solution to that problem.

the_ray 11-29-2003 06:03 AM

i don't get it...if i can play the movie(avi) fine with BSPlayer or WMP ,doesn't that mean i do have the audio or video codecs for the movie????or do i have to get separate codecs(or filters) just for AviSynth

muhali3 11-29-2003 11:54 AM

no it doesn't mean you have the codec if it can play in WMP. FFDShow uses DirectShowsource, so instead of Avisource you can make it directshowsource and it should work, but getting the codec would be much better and you would have less problems.

the_ray 11-29-2003 02:08 PM

okey let me get this...i can play the movie fine with WMp(that means i have all the rite codecs)...but i need to download separate codec(maybe different versions,different bulid date) so that i can use the function AviSource??am i gettin you rite??

Jellygoose 11-29-2003 03:55 PM

Last time: That you can play it in WMP does not necessarily mean you have the right codec installed, because in WMP the file is opened using DirectShow! That means you either go and install the right codec in order to open the file via AviSource or you use DirectShowSource which is not recomended. Period! :evil:

Boulder 11-30-2003 05:12 AM

@Dialhot:

Maybe you should make a sticky which would explain this codec thing along with links for downloading the appropriate codecs. This question is being asked over and over again so the people could be pointed to that thread.


All times are GMT -5. The time now is 05:23 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.