digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   tmpgenc - film.avs can not open, or unsupported? (http://www.digitalfaq.com/archives/encode/2597-tmpgenc-filmavs-open.html)

Wolfi 02-13-2003 10:08 AM

tmpgenc - film.avs can not open, or unsupported?
 
This error message keep coming up when I'm trying to browse the avs. file to TMPGEnc.:

File "C:\Documents and Settings\Lars\Skrivbord\Tobias\film.avs" can not open, or unsupported. :?

I think I've seen I topic with someone else having this error but I just can find the topic :oops: so I have to post the question again, sorry.

So what Should I do to fix this error :? , plz help

//Wolfi :arrow:

rendalunit 02-13-2003 01:17 PM

There are different things that cause this error- could you post your script? Are you able to open the .avs in media player?

Wolfi 02-13-2003 02:51 PM

LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\GripFit_preview.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\Sampler.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\DustV5.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\TemporalCleanerOld.dll")

AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\Lord of The Rings.avi")

LegalClip()
GripCrop( width=528, height=480, overscan=1 )
GripSize()
SpaceDust()
TemporalCleaner()
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

No I cant view my file in WMP but maybe I've uninstalled some importent codec :? I have been able to watch avs. files. If it is the codec I've uninstalled, witch should I download and were from :roll: And plz look at the script for things that I've made wrong,plz. :!:

//Wolfi

rendalunit 02-13-2003 03:39 PM

Load the LOTR.avi into VDub and click the file properties and you can see which codec you need. I don't see any mistakes in your .avs but you can try commenting out SpaceDust and Temporal Cleaner to see if they are the problem. I would replace GripCrop with BilinearResize and GripBorders with AddBorders (with values given from FitCd) to elliminate the possibility of the problem being GripFit_preview also.

Wolfi 02-13-2003 04:11 PM

You mean File>File imformation? Cause I cant find file properties :?

//Wolfi

rendalunit 02-13-2003 04:19 PM

yes, I meant File > File Information > Decompressor tells which codec

Wolfi 02-13-2003 04:22 PM

The weird thing is that I've done a script on this movie and it was exactly the same script and then i could watch it in both WMP and TMPGEnc :?

Wolfi 02-13-2003 04:25 PM

Em you posted when i wrote the last message. :D I can play the avi(XviD) file in WMP but NOT THE AVS. file. :arrow:

Wolfi 02-13-2003 04:35 PM

And know I tried to play up avs. files that I know I've played up before! And even they doesnt WORK! 8O So now I know that it isnt anythng wrong with my script. BUT WHAT IS WRONG!!! :cry: Can you please tell me rendalunit witch codecs you have installed :? please...

//Wolfi

rendalunit 02-13-2003 05:07 PM

I think that you might need to install Xvid. I recently installed a version of this that I got from here http://www.roeder.goe.net/~koepi/xvid.shtml

Wolfi 02-14-2003 08:02 AM

I tried it but I still cant play up the avs. file :cry: Let me try to translate the error message in Swedish to English. Something like this:

You cant play up the file. The file/format is unsupported :!:

Plz, do you know some other codec that I might need :arrow:

//Wolfi

Wolfi 02-14-2003 08:11 AM

Oke, now I reinstalled AviSynth. When I tries to play up the avs. files this time I didnt come up any "unsupported" message, but this time this came up:

ACM failed to suggest a compatible PCM format
(C:\Documents and Settings\Lars\Skrivbord\Tobias\Lord of the rings.avs, line 8) 8O 8O 8O WHAT NOW!

What does this mean. Plz every pro kvcd maker, help me :(

//Wolfi-->Crying

Wolfi 02-14-2003 12:14 PM

I now load my XviD (avi) mivie into Vdub and I was going to make the wav file. I've already done this one time,for 2 weeks ago, and it was NO problems at all. But this time, when I loaded the avi file this message came up: (I've done it with many avi movies)

The requested audio compression is not compatible with the input format. Check that the sampling rate and channel count of the input match those of the requested format. 8O 8O 8O

I had the Audio Conversion on No change (48 000Hz) and the Compression on <No compression (PCM)

What is going on guys, plz help me :cry: I realy like KVCD and dont want to stop using it :cry:

rendalunit 02-14-2003 01:43 PM

Are you using the latest version of Avisynth- 2.07? Also does it load if you change your script to this:

Code:

LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\FitCD\MPEG2DEC.dll")
AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\Lord_of_The_Rings.avi")

notice that I changed Lord of The Rings.avi to Lord_of_The_Rings.avi so there's no spaces- Try that!

acidfire 02-14-2003 01:44 PM

I don't know if this will help but do you have DivX 5? :roll: If not get it here:http://www.divx.com/divx/

Wolfi 02-14-2003 05:56 PM

Quote:

Originally Posted by rendalunit
Are you using the latest version of Avisynth- 2.07? Also does it load if you change your script to this:

Code:

LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\FitCD\MPEG2DEC.dll")
AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\Lord_of_The_Rings.avi")

notice that I changed Lord of The Rings.avi to Lord_of_The_Rings.avi so there's no spaces- Try that!

I even cant play that up :cry: And I have Avisynth- 2.07 installed.

What now :(

Wolfi 02-15-2003 06:25 AM

Now during the night I sat here and installed some codecs in hope of it would work...and suddenly it DID :D I dont know why I had uninstalled them but maybe I sleepwalked or something :)

//Wolfi//Happy//


All times are GMT -5. The time now is 08:45 PM  —  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.