View Single Post
Old 11th November 2012, 16:38   #2851  |  Link
kws53
Registered User
 
Join Date: Jan 2011
Posts: 28
Quote:
Originally Posted by Zathor View Post
The change done in Frebruary is still active and I cannot reproduce the problem this time. Therefore I cannot fix it. Please post the complete log file (with MediaInfo + Versions). Also please try older builds and find out when the problem started. E.g. try 2112 or 2153 (stable).
Hi Zathor - the problem as I see it is that the indexing for MKV works perfectly, but when the script is created [at least on my machine], instead of producing this line [which it used to do]:

FFVideoSource("D:\MOVIE\videofile.mkv", threads=1)
-where the mkv.ffindex file should be located...

it produces this line:

FFVideoSource("", cachefile="C:\AVS Location\videofile.mkv.ffindex", threads=1)

Apparently, then Avisynth cannot run the index because the mkv file is not there and crashes. For some reason, MeGUI is now putting the mkv.ffindex file in the default avs directory [the directory where the finished avs file is located], NOT the same directory as the mkv file is located.

Hope this helps solve the problem.

Cheers,
Kurt
kws53 is offline