View Full Version : Need some help with xvid :)
noobjunks
31st May 2007, 15:31
Hey! I need your help! A guy from the iue5 forums,called Anx told me to ask for your help!
I'm currently making a Counter-Strike: Source movie, so I found this guide: (http://iue5.com/forums/viewtopic.php?t=5764) about cfg and settings and all that... So I used the guide: 8C. LAME, VirtualDubMod, and more for Xvid..
It all went as it should be until I should make the .avs file with notepad.. I managed to make the .avs file.. But when i opened VirtualDubMod and tried to open the .avs file, it said: Avisynth open failure: unexpected character "i"..
My .avi file is just called "video.avi"
So what I wrote in the .avs file was...
AVISource("video.avi")
Crop(0,0,-0,-0)
ConvertToYV12()
I just can't seem to fix the problem!
Do you know how to solve this problem, people?
buzzqw
31st May 2007, 16:23
try specificying the full path... like
avisource("c:\test\temp.avi")
also... remember to install AviSynth!
BHH
Blue_MiSfit
31st May 2007, 16:46
Crop 0,0,0,0 does nothing :)
The YV12 conversion should be essential for MPEG encoding however.
~MiSfit
noobjunks
31st May 2007, 21:03
Now it says:
AVI Import Filter error: (Unknown) (numbers.. bla bla..)
Blue_MiSfit
31st May 2007, 23:04
Hmm.. Can you open the AVI directly in VirtualDub? This tests for a VFW decoder, which you may not have..
~MiSfit
noobjunks
1st June 2007, 13:46
Yeh , i can open it in VirtualDub.exe, but not in VirtualDubMod.exe
setarip_old
1st June 2007, 17:00
Hi!Yeh , i can open it in VirtualDub.exe, but not in VirtualDubMod.exeSounds like your VirtualDubMOD setup is either incomplete or corrupted - since VirtualDubMOD should handle all files that VirtualDub accepts (Plus MPEG-2 input, that VirtualDub won't process)...
noobjunks
1st June 2007, 17:28
So what to do?
Valeron
1st June 2007, 18:09
download the full installation pack here (http://downloads.sourceforge.net/virtualdubmod/VirtualDubMod_1_5_10_2_All_inclusive.zip?modtime=1125529938&big_mirror=0), to enable full feature. if you need the most up-to-date stuff, there's an bugfix update build here (http://downloads.sourceforge.net/virtualdubmod/VirtualDubMod_1_5_10_2_b2542.zip?modtime=1140555275&big_mirror=0)(probably with an "feature limitation warning" addon only). simple replace those in the full pack with these 2 update files. (VDM.exe and VDM.vdi only)
noobjunks
2nd June 2007, 07:57
It still does not work! :(
Valeron
2nd June 2007, 16:25
try to load the avs with VD to see if the same error happen:confused:
noobjunks
3rd June 2007, 09:38
yeah, the exact same error happens!
Valeron
3rd June 2007, 11:52
check if ur avs was saved in ANSI coding method.
simply open it with notepad, "File"->"Save As...", check the "Encoding" method. make sure it's ANSI.
and "crop" is unnecessary when it's called with (0,0,-0,-0) since it do nothing at all. i suggest remove it for safe process.
noobjunks
3rd June 2007, 15:24
i made sure of that.. same error...
foxyshadis
3rd June 2007, 17:44
avisynth 2.5.7? Nothing else in your script? It sounds like some alignment issue is causing a stack overflow, which is..... odd.
Also, try avisource("...",pixel_type="YV12")
noobjunks
3rd June 2007, 20:33
D'OH!!!!
my avisynth was installed correctly! thanks for the help ppl :)
sorry for being such an idiot :P
noobjunks
3rd June 2007, 20:43
well, im not done getting help tbh :P
when i get to the part in the guide where i have to go to Job Control (F4), i compress the firstpass and when the secondpass is finished compressing it says statfile missing :/
noobjunks
6th June 2007, 13:32
well, im not done getting help tbh :P
when i get to the part in the guide where i have to go to Job Control (F4), i compress the firstpass and when the secondpass is finished compressing it says statfile missing :/
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.