Hey,
Whenever I try to create an AviSynth script from a MKV file, I get the following error: [see attachments]
This error has appeared out of the blue (the portable MeGUI version I'm using works on other computers) and I don't recall changing ANYTHING to have caused it.
The procedure I follow to receive the error:
MeGUI (2507)>Tools>AVS Script Creator
I click on the browse button right next to video input and select the videofile (eg. test.mkv) and click on File Indexer in the window that's popping up
In File Indexer I just untick the "[ ] and close" option and click "Queue"
After I click queue a progress window opens, I get the error message and MeGUI crashes.
Note: I haven't changed any value to '23976', also, this same procedure works on other computers with the portable MeGUI version I'm using.
Does anyone have an idea as to what could possibly cause this?
Thanks in advance,
Chris
+ Reply to Thread
Results 1 to 3 of 3
-
-
I don't trust MeGUI's script creator at all. Not even a little bit. I tried using it early on and the few times I tried, it NEVER produced a script that actually worked. I was able to edit everything it produced and get it to work, but so much for it working on its own. 23976 looks like a frame value that is missing a decimal point. Probably you should post a copy of the script it created. There might be something wrong there and you are just missing it.
Honestly, you'd probably be better off to just learn how to create your own scripts. MeGUI can read those fine. -
You're a life saver! The 'frame value that is missing a decimal point' was the deciding hint! My system uses a "," as decimal symbol, which megui apparently doesn't support. All I had to do was go to "Region and language">Additional Settings and change Decimal symbol to "."
Thank you very much!
And yes, I'm looking into writing some own scripts but I'm currently rather new to this subject.