Log in

View Full Version : error creating .avs with .mkv file in megui


lovenithin08
25th March 2010, 19:55
hi all,
i'm new to this encoding techniques..still i'm working on it just to have fun :).

1) can we create .avs only with .vob's??
i would like to convert a mkv file [2GB] to mp4-simpleprofile[around 700mb] using megui to playback in my nokia 5800 handset.
but i'm getting an error which has been shown below.
can someone help me out from this problem! first of all is it possible to do using megui? but i have encoded my dvd's using megui and got better results!!! :)


2)another question is can i use x264: Device-iPhone preset for the conversion? to play back in my mobile[nokia 5800 xpress music]

I don't like to use anyother GUI's coz i love megui !!!

forgive if my questions are wrong!!!


http://img682.imageshack.us/img682/3187/errorxo.png (http://img682.imageshack.us/i/errorxo.png/)

Guest
25th March 2010, 20:46
Post your entire avisynth script.

lovenithin08
26th March 2010, 07:14
Post your entire avisynth script.

thanks for reply neuron2.
but i can't create avisynth script with .mkv file that's my problem

sneaker_ger
26th March 2010, 11:08
Which version of AviSynth are you using? Versions older than 2.5.6 don't know the convertfps parameter AFAIK.

lovenithin08
26th March 2010, 13:44
Which version of AviSynth are you using? Versions older than 2.5.6 don't know the convertfps parameter AFAIK.

i'm using avisynth 2.5

Guest
26th March 2010, 13:45
thanks for reply neuron2.
but i can't create avisynth script with .mkv file that's my problem You posted an Avisynth script error, so you must have a script!

sneaker_ger
26th March 2010, 13:57
i'm using avisynth 2.5

Upgrade to 2.5.8. (http://sourceforge.net/projects/avisynth2/files/AviSynth%202.5/AviSynth%202.5.8/Avisynth_258.exe/download)

lovenithin08
26th March 2010, 14:01
You posted an Avisynth script error, so you must have a script!

Is this u have been asking? little confused!

http://img228.imageshack.us/img228/1563/errorbg.jpg (http://img228.imageshack.us/i/errorbg.jpg/)

lovenithin08
26th March 2010, 14:03
Upgrade to 2.5.8. (http://sourceforge.net/projects/avisynth2/files/AviSynth%202.5/AviSynth%202.5.8/Avisynth_258.exe/download)

thanks @sneaker_ger.. i will try out.

Guest
26th March 2010, 14:11
Is this u have been asking? Yes thank you, but sneaker_ger has apparently diagnosed the problem already!

lovenithin08
26th March 2010, 14:21
Yes thank you, but sneaker_ger has apparently diagnosed the problem already!

nope..i've been using avisynth 2.5.8 but still i'm facing the same problem!

Guest
26th March 2010, 15:24
Why are you setting fps=0.001?

lovenithin08
26th March 2010, 17:05
Why are you setting fps=0.001?


sorry, i'm unaware of it. where should i change it?

sneaker_ger
26th March 2010, 17:49
I don't get why it should still tell you that DirectShowSource does not have a named parameter "convertfps". I'd probably go ahead and say that your DirectShowSource is NOT up to date, although you said you have AviSynth 2.5.8 installed. Try replacing the current "DirectShowSource.dll" in the AviSynth plugin directory with this one (http://sourceforge.net/projects/avisynth2/files/AviSynth%202.5/AviSynth%202.5.8/DirectShowSource_2588.zip/download).

Guest
26th March 2010, 19:40
sorry, i'm unaware of it. where should i change it? In the script creator, I suppose.

lovenithin08
27th March 2010, 17:37
I don't get why it should still tell you that DirectShowSource does not have a named parameter "convertfps". I'd probably go ahead and say that your DirectShowSource is NOT up to date, although you said you have AviSynth 2.5.8 installed. Try replacing the current "DirectShowSource.dll" in the AviSynth plugin directory with this one (http://sourceforge.net/projects/avisynth2/files/AviSynth%202.5/AviSynth%202.5.8/DirectShowSource_2588.zip/download).

finally it got worked! thanks for the support. :thanks:
thanks sneaker_ger...
thanks neuron2