Posts: 10.553
Threads: 57
Joined: May 2017
Argh, put the wrong dll into the package, will fix after work.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.553
Threads: 57
Joined: May 2017
Did a few tests, packed the files I used and uploaded a new version.
So the file should be fine. (tested on Win10 64bit)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10
Threads: 1
Joined: Jan 2019
Thanks, just tested on 3 videos and I still get -
avs [error]: Plugin G:\mkvCutterWithAudio3\ffms2.dll is not an AviSynth 2.6 or 2.5 plugin.
(V:\Movies_mkv\Copied to BU drive\temp\o-001.avs, line 1)
x264 [error]: could not open input file `V:\Movies_mkv\Copied to BU drive\temp\o-001.avs'
ExitCode: -1, ExitStatus: 0
x264 encoding finished,..
Resetting since x264 crashed,..
I'm on Win7, is it possible the ffms2.dll is different for Win7 vs Win10?
When it hangs here, I cannot read the avs file because it is deleted already. Is there a way to prevent that or would that not help determine the problem?
Wait- just noticed that the ffms2.dll is identical in size and content to the previous one, please check.
Posts: 10.553
Threads: 57
Joined: May 2017
Ah, it isn't the ffms2 version it's that there was still a LoadPlugin instead of a LoadCPlugin call.
-> reuploaded MkvCutter_r20190122_untested
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10
Threads: 1
Joined: Jan 2019
I'm still getting the same error. I don't know why.
Posts: 10.553
Threads: 57
Joined: May 2017
23.01.2019, 05:40
(This post was last modified: 23.01.2019, 06:18 by Selur.)
1. Aktiviere mal 'keep intermediate' und poste mal das komplette Log.
2. Was für eine CPU hast Du?
Wenn 'keep intermediate' an ist sieht man die Avisynth Skripte (.avs) welche verwendet werden, in diesen sollte immer LoadCPlugin verwendet werden, da die ffms2 version die ich verwende von
https://forum.doom9.org/showthread.php?t=175173 ist und ein C Plugin ist. Du kannst ja mal die ffms2.dll durch die FFMS2 C-plugin r1315+119 Version ersetzen (Wichtig: 32bit Version muss verwendet werden.) und sehen ob das etwas ändert.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10
Threads: 1
Joined: Jan 2019
OK, I'm using i7-3770k cpu.
I tried FFMS2 C-plugin r1315 119 version but no difference.
How do I activate "keep intermediate". I remember seeing it somewhere but can't find it now.
Posts: 10.553
Threads: 57
Joined: May 2017
It's where you set the output and the temp folder.
Have you tried another file, just to be sure that this isn't a problem with the source?
Also since the preview works, the ffms2.dll should be fine. :/
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10
Threads: 1
Joined: Jan 2019
OK, making progress -
In temp\moviename-001.avs, this is the plugin load in the script which hangs I think -
LoadPlugin("G:\Tony\mkvCutterWithAudio3\ffms2.dll")
Should the above be LoadCPlugin?
In the main folder this is the plugin load for moviename.avs -
LoadCPlugin("G:\Tony\mkvCutterWithAudio3\ffms2.dll")
Which seems to be ok I think.
Posts: 10.553
Threads: 57
Joined: May 2017
Yes, it should be -> made a version which uses LoadPlugin to avoid the general confusion.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.