Log in

View Full Version : StaxRip


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [56] 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101

thomy21
13th December 2017, 07:56
I got this error message. Can anyone tell me what the problem is?

------------------ Error Muxing using mkvmerge 17.0.0 ------------------

Muxing using mkvmerge 17.0.0 failed with exit code: 2 (0x2)

The exit code might be a system error code: STATUS_WAIT_2

The exit code might be a system error code: Das System kann die angegebene Datei nicht finden.

The file could not be opened for reading, or there was not enough data to parse its headers.

--------------------- Muxing using mkvmerge 17.0.0 ---------------------

The file could not be opened for reading, or there was not enough data to parse its headers.

Zetti
13th December 2017, 16:29
FFmpeg v3.4.1 is released.

Pulp Catalyst
14th December 2017, 19:00
Hello,

preview not working in latest version, i'm running vapoursynth mode.

"Resize error: Resize error 3074: unrecognized transfer characteristics (1/5/5 => 0/5/5). May need to specify additional colorspace parameters."

without previewing working, can't do manual crop!!

grich99
15th December 2017, 10:22
Hello StaxRip,

Thank you for a wonderful program!0

I found a bug with 1.7.0.0
- For encoding using AMD VCEenc H.265, if I select .MP4 box as the output container, the file generated cannot be played. .MKV container works fine with H.265

Feature request:
Is it possible to stamp onto the encoded file the same Date and Time as the original file? It would save a lot of time for archiving purposes!

hajj_3
15th December 2017, 15:06
XviD 1.3.5 has been released.

grich99
15th December 2017, 20:49
The video engine chip inside the GPU, is a very small piece of hardware compared to the whole GPU chip.

So, even after using that chip to 100% for hours, don't expect to push GPU Temps high enough to trigger the spinning of fans, especially in winter and inside a cool case.

The behavior of your card is normal.

Yep, and the fun thing is that you can literally encode HEVC files while playing a game and suffer no slow downs for encoding or game playing!

Vesdaris
17th December 2017, 07:55
I got a feeling that your Initial QP ain't set to 1.........

Ah, but it is set to 1.

Micheal813
21st December 2017, 10:33
This is what I get trying Avisynth+ new "mClean" on any suitable SourceFilter/ or any encoder.

https://thumbs.imgbox.com/05/66/NMiWjaSt_t.png (http://imgbox.com/NMiWjaSt)

All other new scripts (Finesharp,etc.) are doing fine

I'm having the same issue with the latest stable x64 and test build x64 on Windows 10 64 bit. All other filters work fine. It's when I add mclean (either by itself or with others) that I get the same error message.

Error Video encoding using x264 0.150.2851 8-Bit (1.7.0.0)

Video encoding using x264 0.150.2851 8-Bit failed with exit code: -1073741795 (0xC000001D)

The exit code might be a system error code: {EXCEPTION}
Illegal Instruction
An attempt was made to execute an illegal instruction.


-------------- Video encoding using x264 0.150.2851 8-Bit --------------

F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\x264\x264.exe --crf 20 --output F:\Capture\Testing_temp\Testing_out.h264 F:\Capture\Testing_temp\Testing.avs




StaxRip.ErrorAbortException: Video encoding using x264 0.150.2851 8-Bit failed with exit code: -1073741795 (0xC000001D)

The exit code might be a system error code: {EXCEPTION}
Illegal Instruction
An attempt was made to execute an illegal instruction.


-------------- Video encoding using x264 0.150.2851 8-Bit --------------

F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\x264\x264.exe --crf 20 --output F:\Capture\Testing_temp\Testing_out.h264 F:\Capture\Testing_temp\Testing.avs



at StaxRip.Proc.Start() in D:\Projekte\VS\VB\StaxRip\General\Proc.vb:line 338
at StaxRip.x264Enc.Encode(String passName, String commandLine, ProcessPriorityClass priority) in D:\Projekte\VS\VB\StaxRip\Encoding\x264Enc.vb:line 69
at StaxRip.x264Enc.Encode() in D:\Projekte\VS\VB\StaxRip\Encoding\x264Enc.vb:line 41
at StaxRip.GlobalClass.ProcessVideo() in D:\Projekte\VS\VB\StaxRip\General\GlobalClass.vb:line 225
at System.Threading.Tasks.Parallel.<>c__DisplayClass4_0.<Invoke>b__0()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at StaxRip.GlobalClass.ProcessJob(String jobPath) in D:\Projekte\VS\VB\StaxRip\General\GlobalClass.vb:line 137

Khun_Doug
21st December 2017, 15:22
I've seen instances where the order of the filters can cause faults. In particular, I had to be mindful of where the cropping filter was, and also any resizing filter. You can try to temporarily disable any cropping or resizing if you are using them, and set a small 1 or 2 minute clip, and then see if the error goes away. If so, then the fix would be as simple as rearranging your filters.

Also, the latest beta build may resolve your problem. I know mClean is currently at revision 2.0 and I am sure that StaxRip 1.7.0.0 is not up to that revision. Since you specifically want to use mClean then going to 1.7.0.4 will be a boost. I'm using 1.7.0.3 but copied in the updated mClean AVSI file to get the latest filter. The filter works great!

Micheal813
21st December 2017, 20:54
I've seen instances where the order of the filters can cause faults. In particular, I had to be mindful of where the cropping filter was, and also any resizing filter. You can try to temporarily disable any cropping or resizing if you are using them, and set a small 1 or 2 minute clip, and then see if the error goes away. If so, then the fix would be as simple as rearranging your filters.

Also, the latest beta build may resolve your problem. I know mClean is currently at revision 2.0 and I am sure that StaxRip 1.7.0.0 is not up to that revision. Since you specifically want to use mClean then going to 1.7.0.4 will be a boost. I'm using 1.7.0.3 but copied in the updated mClean AVSI file to get the latest filter. The filter works great!

It's not a filter order problem. It happens when mClean is the only filter. I tried 1.7.0.3 and got some other error. I'll do some more testing in a bit.

Micheal813
21st December 2017, 22:39
I've tried over and over. Nothing I do is working. Same error anytime mClean is added. All other filters work fine.



-------------------------- System Environment --------------------------

StaxRip : 1.7.0.0
Windows : Windows 10 Home 1709
Language : English (United States)
CPU : AMD Athlon(tm) II X2 215 Processor
GPU : NVIDIA GeForce 6150SE nForce 430
Resolution : 1920 x 1080
DPI : 96

------------------------ MediaInfo Source File ------------------------

F:\Capture\Testing.avi

General
Complete name : F:\Capture\Testing.avi
Format : AVI
Format/Info : Audio Video Interleave
File size : 394 MiB
Duration : 1 min 1 s
Overall bit rate : 53.8 Mb/s
Writing library : VirtualDub build 40717/release

Video
ID : 0
Format : Lagarith
Codec ID : LAGS
Duration : 1 min 1 s
Bit rate : 52.3 Mb/s
Width : 640 pixels
Height : 480 pixels
Display aspect ratio : 4:3
Frame rate : 29.970 (30000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:2
Bit depth : 8 bits
Bits/(Pixel*Frame) : 5.678
Stream size : 383 MiB (97%)

Audio
ID : 1
Format : PCM
Format settings : Little / Signed
Format, Endianness : Little
Format, Sign : Signed
Codec ID : 1
Duration : 1 min 1 s
Bit rate mode : Constant
Bit rate : 1 536 kb/s
Channel(s) : 2 channels
Sampling rate : 48.0 kHz
Bit depth : 16 bits
Stream size : 11.3 MiB (3%)
Alignment : Aligned on interleaves
Interleave, duration : 34 ms (1.01 video frame)
Interleave, preload duration : 500 ms

----------------------- Indexing using ffmsindex -----------------------

F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\Plugins\both\ffms2\ffmsindex.exe F:\Capture\Testing.avi F:\Capture\Testing_temp\Testing.ffindex

Writing index... done.

Start: 4:35:48 PM
End: 4:35:51 PM
Duration: 00:00:02

--------------------------- AviSynth Script ---------------------------

LoadPlugin("F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\Plugins\avs\DCTFilter\DCTFilter.dll")
LoadPlugin("F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\Plugins\avs\FFT3DFilter\fft3dfilter.dll")
LoadPlugin("F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\Plugins\avs\masktools2\masktools2.dll")
LoadPlugin("F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\Plugins\avs\modPlus\modPlus.dll")
LoadPlugin("F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\Plugins\avs\mvtools2\mvtools2.dll")
LoadPlugin("F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\Plugins\avs\RgTools\RgTools.dll")
LoadPlugin("F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\Plugins\both\ffms2\ffms2.dll")
Import("F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\Plugins\avs\mClean\mClean.avsi")
FFVideoSource("F:\Capture\Testing.avi", colorspace = "YV12", \
cachefile = "F:\Capture\Testing_temp\Testing.ffindex")
ConvertToYV12()
mClean()

-------------------------- Script Properties --------------------------

Source Frame Count : 1842
Source Frame Rate : 29.970030
Source Duration : 00:01:01.4610000
Target Frame Count : 1842
Target Frame Rate : 29.970030
Target Duration : 00:01:01.4610000

----------- Error Video encoding using x264 0.150.2851 8-Bit -----------

Video encoding using x264 0.150.2851 8-Bit failed with exit code: -1073741795 (0xC000001D)

The exit code might be a system error code: {EXCEPTION}
Illegal Instruction
An attempt was made to execute an illegal instruction.


-------------- Video encoding using x264 0.150.2851 8-Bit --------------

F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\x264\x264.exe --crf 20 --output F:\Capture\Testing_temp\Testing_out.h264 F:\Capture\Testing_temp\Testing.avs


-------------- Video encoding using x264 0.150.2851 8-Bit --------------

F:\Programs\StaxRip-x64-1.7.0.0-stable\Apps\x264\x264.exe --crf 20 --output F:\Capture\Testing_temp\Testing_out.h264 F:\Capture\Testing_temp\Testing.avs

Start: 4:36:19 PM
End: 4:36:28 PM
Duration: 00:00:09

Micheal813
22nd December 2017, 07:07
I'm also getting an error when trying to use the latest QTGMC on Windows 10. Both with the stable build and test build.

"Cannot load file .....\KNLMeansCL.dll" Platform returned code 127. The specified procedure could not be found."

Is there some way to fix? If not, is there some way to stop a plugin from trying to load? I only use the default preset for QTGMC and don't think I need KNLMeansCL.

Groucho2004
22nd December 2017, 09:38
@Micheal813
Run "AVSMeter64 -avsinfo".

Groucho2004
22nd December 2017, 09:43
Remove the "yadifmod2_avx2.dll" and see if it works. If not, run your script with AVSMeter.

Micheal813
22nd December 2017, 09:51
Remove the "yadifmod2_avx2.dll" and see if it works. If not, run your script with AVSMeter.


AVSMeter 2.6.6 (x64) - Copyright (c) 2012-2017, Groucho2004

VersionString: AviSynth+ 0.1 (r2544, MT, x86_64)
VersionNumber: 2.60
File / Product version: 0.1.0.0 / 0.1.0.0
Interface Version: 6
Multi-threading support: Yes
Avisynth.dll location: C:\Windows\SYSTEM32\avisynth.dll
Avisynth.dll time stamp: 2017-11-15, 22:16:02 (UTC)
PluginDir2_5 (HKLM, x64): C:\Program Files (x86)\AviSynth+\plugins64
PluginDir+ (HKLM, x64): C:\Program Files (x86)\AviSynth+\plugins64+


[CPP 2.5 / 64 Bit Plugins]
C:\Program Files (x86)\AviSynth+\plugins64\AddGrainC.dll [1.7.1.0]
C:\Program Files (x86)\AviSynth+\plugins64\dfttest.dll [1.9.4.0]
C:\Program Files (x86)\AviSynth+\plugins64\TDeinterlace.dll [1.1.0.0]

[CPP 2.6 / 64 Bit Plugins]
C:\Program Files (x86)\AviSynth+\plugins64+\ConvertStacked.dll
C:\Program Files (x86)\AviSynth+\plugins64+\DirectShowSource.dll
C:\Program Files (x86)\AviSynth+\plugins64+\ImageSeq.dll
C:\Program Files (x86)\AviSynth+\plugins64+\Shibatch.dll
C:\Program Files (x86)\AviSynth+\plugins64+\TimeStretch.dll
C:\Program Files (x86)\AviSynth+\plugins64+\VDubFilter.dll
C:\Program Files (x86)\AviSynth+\plugins64\DCTFilter.dll [0.5.0.0]
C:\Program Files (x86)\AviSynth+\plugins64\DePan.dll [2.13.1.3]
C:\Program Files (x86)\AviSynth+\plugins64\DePanEstimate.dll [2.10.0.2]
C:\Program Files (x86)\AviSynth+\plugins64\EEDI2.dll [0.9.2.0]
C:\Program Files (x86)\AviSynth+\plugins64\eedi3.dll [0.9.2.1]
C:\Program Files (x86)\AviSynth+\plugins64\fft3dfilter.dll [2.4.0.0]
C:\Program Files (x86)\AviSynth+\plugins64\masktools2.dll [2.2.10.0]
C:\Program Files (x86)\AviSynth+\plugins64\mvtools2.dll [2.7.24.0]
C:\Program Files (x86)\AviSynth+\plugins64\nnedi3.dll [0.9.4.48]
C:\Program Files (x86)\AviSynth+\plugins64\PlanarTools.dll
C:\Program Files (x86)\AviSynth+\plugins64\RgTools.dll [0.96.0.0]
C:\Program Files (x86)\AviSynth+\plugins64\yadifmod2.dll
C:\Program Files (x86)\AviSynth+\plugins64\yadifmod2_avx2.dll

[Scripts / AVSI]
C:\Program Files (x86)\AviSynth+\plugins64\AnimeIVTC.avsi
C:\Program Files (x86)\AviSynth+\plugins64\mClean.avsi
C:\Program Files (x86)\AviSynth+\plugins64\QTGMC.avsi
C:\Program Files (x86)\AviSynth+\plugins64\SMDegrain.avsi



AVSMeter 2.6.6 (x64) - Copyright (c) 2012-2017, Groucho2004
AviSynth+ 0.1 (r2544, MT, x86_64) (0.1.0.0)

Cannot load file 'F:/Programs/StaxRip-x64-1.7.0.4-test/Apps/Plugins/both/KNLMeansCL/KNLMeansCL.dll'. Platform returned code 127:
The specified procedure could not be found.

(F:\Capture\Testing_temp\Testing.avs, line 5)

Groucho2004
22nd December 2017, 10:05
"NVIDIA GeForce 6150SE nForce 430". I don't think this card supports OpenCL at all. Remove KNLMeansCL and try again.

Micheal813
22nd December 2017, 10:12
"NVIDIA GeForce 6150SE nForce 430". I don't think this card supports OpenCL at all. Remove KNLMeansCL and try again.

If I delete KNLMeansCL and try to load a video, the apps window opens wanting me to find the KNLMeans.dll. If I close the window, it will not load the video. Is there a way to stop it from trying to load KNLMeans after it is deleted?

Groucho2004
22nd December 2017, 10:17
If I delete KNLMeansCL and try to load a video, the apps window opens wanting me to find the KNLMeans.dll. If I close the window, it will not load the video. Is there a way to stop it from trying to load KNLMeans after it is deleted?No idea. You'll have to ask the author or maybe one of the users knows.

Micheal813
22nd December 2017, 10:24
No idea. You'll have to ask the author or maybe one of the users knows.

OK. Thanks for the help.

Groucho2004
22nd December 2017, 10:30
OK. Thanks for the help.You could try replacing KNLMeansCL with a dummy. I'll post one in a minute.

Groucho2004
22nd December 2017, 10:35
Here (https://www.dropbox.com/s/lth1f2rddn8bzyh/KNLMeansCL.7z?dl=1) you go.

Micheal813
22nd December 2017, 10:48
Here (https://www.dropbox.com/s/lth1f2rddn8bzyh/KNLMeansCL.7z?dl=1) you go.

QTGMC now works. Thanks for your time. Now if I could just get mClean to work.

Groucho2004
22nd December 2017, 10:58
QTGMC now works. Thanks for your time. Now if I could just get mClean to work.What's the problem there? Did you run it with AVSMeter?

Micheal813
22nd December 2017, 11:08
What's the problem there? Did you run it with AVSMeter?

https://forum.doom9.org/showpost.php?p=1827997&postcount=2761

When I run it with AVSMETER:

AVSMeter 2.6.6 (x64) - Copyright (c) 2012-2017, Groucho2004
AviSynth+ 0.1 (r2544, MT, x86_64) (0.1.0.0)

Exception 0xC000001D [STATUS_ILLEGAL_INSTRUCTION]
Module: C:\Windows\SYSTEM32\avisynth.DLL
Address: 0x00007FFA2B51FB6E

Groucho2004
22nd December 2017, 11:44
https://forum.doom9.org/showpost.php?p=1827997&postcount=2761

When I run it with AVSMETER:

AVSMeter 2.6.6 (x64) - Copyright (c) 2012-2017, Groucho2004
AviSynth+ 0.1 (r2544, MT, x86_64) (0.1.0.0)

Exception 0xC000001D [STATUS_ILLEGAL_INSTRUCTION]
Module: C:\Windows\SYSTEM32\avisynth.DLL
Address: 0x00007FFA2B51FB6E
Hm, I'm pretty sure it's one the plugins even though the exception occurs in avisynth.dll. Remove all the ones you don't need for this script and try again with AVSMeter. Possible candidates:
nnedi3.dll [0.9.4.48]
yadifmod2_avx2.dll

Micheal813
22nd December 2017, 11:53
Hm, I'm pretty sure it's one the plugins even though the exception occurs in avisynth.dll. Remove all the ones you don't need for this script and try again with AVSMeter. Possible candidates:
nnedi3.dll [0.9.4.48]
yadifmod2_avx2.dll

Same thing with those removed. I even deleted all the filters except those required for mClean.

AVSMeter 2.6.6 (x64) - Copyright (c) 2012-2017, Groucho2004
AviSynth+ 0.1 (r2544, MT, x86_64) (0.1.0.0)

Exception 0xC000001D [STATUS_ILLEGAL_INSTRUCTION]
Module: C:\Windows\SYSTEM32\avisynth.DLL
Address: 0x00007FFA2B51FB6E

Groucho2004
22nd December 2017, 12:00
Same thing with those removed. I even deleted all the filters except those required for mClean.

AVSMeter 2.6.6 (x64) - Copyright (c) 2012-2017, Groucho2004
AviSynth+ 0.1 (r2544, MT, x86_64) (0.1.0.0)

Exception 0xC000001D [STATUS_ILLEGAL_INSTRUCTION]
Module: C:\Windows\SYSTEM32\avisynth.DLL
Address: 0x00007FFA2B51FB6EWell, consider me stumped. :D
At this point I don't know what else to suggest except to remove all unnecessary filters.

Micheal813
22nd December 2017, 12:06
Well, consider me stumped. :D
At this point I don't know what else to suggest except to remove all unnecessary filters.

Already tried that. :confused:

pinterf
22nd December 2017, 12:15
What instruction set is Athlon missing? In an earlier mvtools there was a bug when sse4 was used w/o checking, but that issue was fixed already.

Groucho2004
22nd December 2017, 12:17
Already tried that. :confused:Let's try to exclude the source and source filter. Try this simple script with AVSMeter:
colorbars(width = 1920, height = 1080, pixel_type = "yv12").killaudio().assumefps(50, 1).trim(0, 499)
mclean()

Groucho2004
22nd December 2017, 12:19
Already tried that. :confused:I assume you physically removed the plugins, not just removed the "LoadPlugin()" lines, right?

Groucho2004
22nd December 2017, 12:26
What instruction set is Athlon missing? In an earlier mvtools there was a bug when sse4 was used w/o checking, but that issue was fixed already.Posting the full log created with "-avsinfo" would clear that up...

Micheal813
22nd December 2017, 12:36
Let's try to exclude the source and source filter. Try this simple script with AVSMeter:
colorbars(width = 1920, height = 1080, pixel_type = "yv12").killaudio().assumefps(50, 1).trim(0, 499)
mclean()


Didn't work.

Micheal813
22nd December 2017, 12:36
I assume you physically removed the plugins, not just removed the "LoadPlugin()" lines, right?

Correct

Micheal813
22nd December 2017, 12:42
Posting the full log created with "-avsinfo" would clear that up...

This is everything that comes up when I go to APPS and then AVSMETER


AVSMeter 2.6.6 (x64) - Copyright (c) 2012-2017, Groucho2004

VersionString: AviSynth+ 0.1 (r2574, MT, x86_64)
VersionNumber: 2.60
File / Product version: 0.1.0.0 / 0.1.0.0
Interface Version: 6
Multi-threading support: Yes
Avisynth.dll location: C:\Windows\SYSTEM32\avisynth.dll
Avisynth.dll time stamp: 2017-12-19, 22:16:28 (UTC)
PluginDir2_5 (HKLM, x64): C:\Program Files (x86)\AviSynth+\plugins64
PluginDir+ (HKLM, x64): C:\Program Files (x86)\AviSynth+\plugins64+


[CPP 2.5 / 64 Bit Plugins]
C:\Program Files (x86)\AviSynth+\plugins64\AddGrainC.dll [1.7.1.0]
C:\Program Files (x86)\AviSynth+\plugins64\dfttest.dll [1.9.4.0]
C:\Program Files (x86)\AviSynth+\plugins64\TDeinterlace.dll [1.1.0.0]

[CPP 2.6 / 64 Bit Plugins]
C:\Program Files (x86)\AviSynth+\plugins64+\ConvertStacked.dll
C:\Program Files (x86)\AviSynth+\plugins64+\DirectShowSource.dll
C:\Program Files (x86)\AviSynth+\plugins64+\ImageSeq.dll
C:\Program Files (x86)\AviSynth+\plugins64+\Shibatch.dll
C:\Program Files (x86)\AviSynth+\plugins64+\TimeStretch.dll
C:\Program Files (x86)\AviSynth+\plugins64+\VDubFilter.dll
C:\Program Files (x86)\AviSynth+\plugins64\DCTFilter.dll [0.5.0.0]
C:\Program Files (x86)\AviSynth+\plugins64\DePan.dll [2.13.1.3]
C:\Program Files (x86)\AviSynth+\plugins64\DePanEstimate.dll [2.10.0.2]
C:\Program Files (x86)\AviSynth+\plugins64\EEDI2.dll [0.9.2.0]
C:\Program Files (x86)\AviSynth+\plugins64\eedi3.dll [0.9.2.1]
C:\Program Files (x86)\AviSynth+\plugins64\fft3dfilter.dll [2.4.0.0]
C:\Program Files (x86)\AviSynth+\plugins64\masktools2.dll [2.2.10.0]
C:\Program Files (x86)\AviSynth+\plugins64\mvtools2.dll [2.7.24.0]
C:\Program Files (x86)\AviSynth+\plugins64\nnedi3.dll [0.9.4.48]
C:\Program Files (x86)\AviSynth+\plugins64\PlanarTools.dll
C:\Program Files (x86)\AviSynth+\plugins64\RgTools.dll [0.96.0.0]
C:\Program Files (x86)\AviSynth+\plugins64\yadifmod2.dll
C:\Program Files (x86)\AviSynth+\plugins64\yadifmod2_avx2.dll

[Scripts / AVSI]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.avsi
C:\Program Files (x86)\AviSynth+\plugins64\AnimeIVTC.avsi
C:\Program Files (x86)\AviSynth+\plugins64\mClean.avsi
C:\Program Files (x86)\AviSynth+\plugins64\QTGMC.avsi
C:\Program Files (x86)\AviSynth+\plugins64\SMDegrain.avsi

[Uncategorized / Other]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.txt

Groucho2004
22nd December 2017, 12:44
Use the switches "-avsinfo -log" and post the log (avsinfo_x64.log).

Micheal813
22nd December 2017, 12:59
Log file created with: AVSMeter 2.6.6 (x64)

[OS/Hardware info]
Operating system: Windows 10 (x64) (Build 16299)
CPU brand string: AMD Athlon(tm) II X2 215 Processor
CPU features: MMX, SSE, SSE2, SSE3, SSE4A, 3DNOW, 3DNOWEXT, MMXEXT, POPCNT


[Avisynth info]
VersionString: AviSynth+ 0.1 (r2574, MT, x86_64)
VersionNumber: 2.60
File / Product version: 0.1.0.0 / 0.1.0.0
Interface Version: 6
Multi-threading support: Yes
Avisynth.dll location: C:\Windows\system32\avisynth.dll
Avisynth.dll time stamp: 2017-12-19, 22:16:28 (UTC)
PluginDir2_5 (HKLM, x64): C:\Program Files (x86)\AviSynth+\plugins64
PluginDir+ (HKLM, x64): C:\Program Files (x86)\AviSynth+\plugins64+


[CPP 2.5 / 64 Bit Plugins]
C:\Program Files (x86)\AviSynth+\plugins64\AddGrainC.dll [1.7.1.0]
C:\Program Files (x86)\AviSynth+\plugins64\dfttest.dll [1.9.4.0]
C:\Program Files (x86)\AviSynth+\plugins64\TDeinterlace.dll [1.1.0.0]

[CPP 2.6 / 64 Bit Plugins]
C:\Program Files (x86)\AviSynth+\plugins64+\ConvertStacked.dll
C:\Program Files (x86)\AviSynth+\plugins64+\DirectShowSource.dll
C:\Program Files (x86)\AviSynth+\plugins64+\ImageSeq.dll
C:\Program Files (x86)\AviSynth+\plugins64+\Shibatch.dll
C:\Program Files (x86)\AviSynth+\plugins64+\TimeStretch.dll
C:\Program Files (x86)\AviSynth+\plugins64+\VDubFilter.dll
C:\Program Files (x86)\AviSynth+\plugins64\DCTFilter.dll [0.5.0.0]
C:\Program Files (x86)\AviSynth+\plugins64\DePan.dll [2.13.1.3]
C:\Program Files (x86)\AviSynth+\plugins64\DePanEstimate.dll [2.10.0.2]
C:\Program Files (x86)\AviSynth+\plugins64\EEDI2.dll [0.9.2.0]
C:\Program Files (x86)\AviSynth+\plugins64\eedi3.dll [0.9.2.1]
C:\Program Files (x86)\AviSynth+\plugins64\fft3dfilter.dll [2.4.0.0]
C:\Program Files (x86)\AviSynth+\plugins64\masktools2.dll [2.2.10.0]
C:\Program Files (x86)\AviSynth+\plugins64\mvtools2.dll [2.7.24.0]
C:\Program Files (x86)\AviSynth+\plugins64\nnedi3.dll [0.9.4.48]
C:\Program Files (x86)\AviSynth+\plugins64\PlanarTools.dll
C:\Program Files (x86)\AviSynth+\plugins64\RgTools.dll [0.96.0.0]
C:\Program Files (x86)\AviSynth+\plugins64\yadifmod2.dll
C:\Program Files (x86)\AviSynth+\plugins64\yadifmod2_avx2.dll

[Scripts / AVSI]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.avsi
C:\Program Files (x86)\AviSynth+\plugins64\AnimeIVTC.avsi
C:\Program Files (x86)\AviSynth+\plugins64\mClean.avsi
C:\Program Files (x86)\AviSynth+\plugins64\QTGMC.avsi
C:\Program Files (x86)\AviSynth+\plugins64\SMDegrain.avsi

[Uncategorized / Other]
C:\Program Files (x86)\AviSynth+\plugins64+\colors_rgb.txt


[Internal (core) functions]
AVIFileSource
AVISource
AddAlphaPlane
AddAutoloadDir
AddBorders
AlignedSplice
Amplify
AmplifydB
Animate
Apply
ApplyRange
Assert
AssumeBFF
AssumeFPS
AssumeFieldBased
AssumeFrameBased
AssumeSampleRate
AssumeScaledFPS
AssumeTFF
AudioDub
AudioDubEx
AudioTrim
AutoloadPlugins
AverageB
AverageChromaU
AverageChromaV
AverageG
AverageLuma
AverageR
BDifference
BDifferenceFromPrevious
BDifferenceToNext
BPlaneMax
BPlaneMedian
BPlaneMin
BPlaneMinMaxDifference
BicubicResize
BilinearResize
BitsPerComponent
BlackmanResize
Blackness
BlankClip
Blur
Bob
Cache
ChangeFPS
Chr
ChromaUDifference
ChromaVDifference
ClearAutoloadDirs
ColorBars
ColorBarsHD
ColorKeyMask
ColorSpaceNameToPixelType
ColorYUV
CombinePlanes
Compare
ComplementParity
ComponentSize
ConditionalFilter
ConditionalReader
ConditionalSelect
ContinuedDenominator
ContinuedNumerator
ConvertAudio
ConvertAudioTo16bit
ConvertAudioTo24bit
ConvertAudioTo32bit
ConvertAudioTo8bit
ConvertAudioToFloat
ConvertBackToYUY2
ConvertBits
ConvertFPS
ConvertTo16bit
ConvertTo8bit
ConvertToFloat
ConvertToMono
ConvertToPlanarRGB
ConvertToPlanarRGBA
ConvertToRGB
ConvertToRGB24
ConvertToRGB32
ConvertToRGB48
ConvertToRGB64
ConvertToY
ConvertToY8
ConvertToYUV411
ConvertToYUV420
ConvertToYUV422
ConvertToYUV444
ConvertToYUY2
ConvertToYV12
ConvertToYV16
ConvertToYV24
ConvertToYV411
Crop
CropBottom
Default
Defined
DelayAudio
DeleteFrame
Dissolve
DoubleWeave
DuplicateFrame
Echo
EnsureVBRMP3Sync
Eval
Exist
Expr
ExtractA
ExtractB
ExtractG
ExtractR
ExtractU
ExtractV
ExtractY
FadeIO
FadeIO0
FadeIO2
FadeIn
FadeIn0
FadeIn2
FadeOut
FadeOut0
FadeOut2
FixBrokenChromaUpsampling
FixLuminance
FlipHorizontal
FlipVertical
FrameEvaluate
FreezeFrame
FunctionExists
GDifference
GDifferenceFromPrevious
GDifferenceToNext
GPlaneMax
GPlaneMedian
GPlaneMin
GPlaneMinMaxDifference
GaussResize
GeneralConvolution
GetChannel
GetChannels
GetLeftChannel
GetParity
GetProcessInfo
GetRightChannel
Grayscale
Greyscale
HasAlpha
HasAudio
HasVideo
Hex
Histogram
HorizontalReduceBy2
Import
Info
Interleave
InternalCache
InternalFunctionExists
Invert
Is420
Is422
Is444
IsAudioFloat
IsAudioInt
IsBool
IsClip
IsFieldBased
IsFloat
IsFrameBased
IsInt
IsInterleaved
IsPackedRGB
IsPlanar
IsPlanarRGB
IsPlanarRGBA
IsRGB
IsRGB24
IsRGB32
IsRGB48
IsRGB64
IsString
IsVideoFloat
IsY
IsY8
IsYUV
IsYUVA
IsYUY2
IsYV12
IsYV16
IsYV24
IsYV411
KillAudio
KillVideo
Lanczos4Resize
LanczosResize
Layer
Letterbox
Levels
Limiter
LoadCPlugin
LoadPlugin
Load_Stdcall_Plugin
LogMsg
Loop
LumaDifference
Mask
MaskHS
Max
Merge
MergeARGB
MergeChannels
MergeChroma
MergeLuma
MergeRGB
MessageClip
Min
MixAudio
MonoToStereo
Normalize
Null
NumComponents
OpenDMLSource
Ord
Overlay
PeculiarBlend
PixelType
PlaneToY
PointResize
Prefetch
Preroll
Pulldown
RDifference
RDifferenceFromPrevious
RDifferenceToNext
RGBAdjust
RGBDifference
RGBDifferenceFromPrevious
RGBDifferenceToNext
RPlaneMax
RPlaneMedian
RPlaneMin
RPlaneMinMaxDifference
ReduceBy2
RemoveAlphaPlane
ResampleAudio
ResetMask
Reverse
ScriptClip
ScriptDir
ScriptDirUtf8
ScriptFile
ScriptFileUtf8
ScriptName
ScriptNameUtf8
SegmentedAVISource
SegmentedDirectShowSource
Select
SelectEven
SelectEvery
SelectOdd
SelectRangeEvery
SeparateColumns
SeparateFields
SeparateRows
SetFilterMTMode
SetLogParams
SetMemoryMax
SetPlanarLegacyAlignment
SetWorkingDir
Sharpen
ShowAlpha
ShowBlue
ShowFiveVersions
ShowFrameNumber
ShowGreen
ShowRed
ShowSMPTE
ShowTime
ShowU
ShowV
ShowY
SincResize
SkewRows
SpatialSoften
Spline
Spline16Resize
Spline36Resize
Spline64Resize
StackHorizontal
StackVertical
StrFromUtf8
StrToUtf8
String
Subtitle
Subtract
SwapFields
SwapUV
TemporalSoften
Time
Tone
Trim
Turn180
TurnLeft
TurnRight
Tweak
UDifferenceFromPrevious
UDifferenceToNext
UPlaneMax
UPlaneMedian
UPlaneMin
UPlaneMinMaxDifference
UToY
UToY8
UnalignedSplice
VDifferenceFromPrevious
VDifferenceToNext
VPlaneMax
VPlaneMedian
VPlaneMin
VPlaneMinMaxDifference
VToY
VToY8
Version
VersionNumber
VersionString
VerticalReduceBy2
WAVSource
Weave
WeaveColumns
WeaveRows
WriteFile
WriteFileEnd
WriteFileIf
WriteFileStart
YDifferenceFromPrevious
YDifferenceToNext
YPlaneMax
YPlaneMedian
YPlaneMin
YPlaneMinMaxDifference
YToUV
abs
acos
asin
atan
atan2
audiobits
audiochannels
audioduration
audiolength
audiolengthf
audiolengthhi
audiolengthlo
audiolengths
audiorate
bitand
bitchange
bitchg
bitclear
bitclr
bitlrotate
bitlshift
bitlshifta
bitlshiftl
bitlshifts
bitlshiftu
bitnot
bitor
bitrol
bitror
bitrrotate
bitrshifta
bitrshiftl
bitrshifts
bitrshiftu
bitsal
bitsar
bitset
bitshl
bitshr
bittest
bittst
bitxor
ceil
cos
cosh
exp
fillstr
findstr
float
floor
fmod
frac
framecount
framerate
frameratedenominator
frameratenumerator
height
hexvalue
int
lcase
leftstr
log
log10
midstr
muldiv
nop
pi
pow
rand
replacestr
revstr
rightstr
round
sign
sin
sinh
sqrt
strcmp
strcmpi
strlen
tan
tanh
ucase
undefined
value
width

Micheal813
22nd December 2017, 13:00
[External (plugin) functions]
AddGrain
AddGrainC
AddGrainC_AddGrain
AddGrainC_AddGrainC
BackwardClense
Clense
ConvertFromDoubleWidth
ConvertFromStacked
ConvertStacked_ConvertFromDoubleWidth
ConvertStacked_ConvertFromStacked
ConvertStacked_ConvertToDoubleWidth
ConvertStacked_ConvertToStacked
ConvertToDoubleWidth
ConvertToStacked
DCTFilter
DCTFilter4
DCTFilter4D
DCTFilter8
DCTFilter8D
DCTFilterD
DCTFilter_DCTFilter
DCTFilter_DCTFilter4
DCTFilter_DCTFilter4D
DCTFilter_DCTFilter8
DCTFilter_DCTFilter8D
DCTFilter_DCTFilterD
DePan
DePanEstimate
DePanEstimate_DePanEstimate
DePanInterleave
DePanScenes
DePanStabilize
DePan_DePan
DePan_DePanInterleave
DePan_DePanScenes
DePan_DePanStabilize
DirectShowSource
DirectShowSource_DirectShowSource
EEDI2
EEDI2_EEDI2
ExtractPlane
FFT3DFilter
FFT3DFilter_VersionNumber
ForwardClense
ImageReader
ImageSeq_ImageReader
ImageSeq_ImageSource
ImageSeq_ImageSourceAnim
ImageSeq_ImageWriter
ImageSource
ImageSourceAnim
ImageWriter
LoadVirtualdubPlugin
MAnalyse
MBlockFps
MCompensate
MDegrain1
MDegrain2
MDegrain3
MDegrain4
MDegrain5
MDegrain6
MDegrainN
MDepan
MFlow
MFlowBlur
MFlowFps
MFlowInter
MMask
MRecalculate
MRestoreVect
MSCDetection
MScaleVect
MShow
MStoreVect
MSuper
PackedToPlanar
PlanarToPacked
PlanarToRGB32
PlanarTools_ExtractPlane
PlanarTools_PackedToPlanar
PlanarTools_PlanarToPacked
PlanarTools_PlanarToRGB32
PlanarTools_RGBToRGB
PlanarTools_Transpose
RGBToRGB
RemoveGrain
Repair
RgTools_BackwardClense
RgTools_Clense
RgTools_ForwardClense
RgTools_RemoveGrain
RgTools_Repair
RgTools_VerticalCleaner
SSRC
Shibatch_SSRC
Shibatch_SuperEQ
SuperEQ
TDeint
TDeinterlace_TDeint
TDeinterlace_TSwitch
TSwitch
TimeStretch
TimeStretch_TimeStretch
Transpose
VDubFilter_LoadVirtualdubPlugin
VerticalCleaner
dfttest
dfttest_dfttest
eedi3
eedi3_eedi3
eedi3_eedi3_rpow2
eedi3_rpow2
fft3dfilter_FFT3DFilter
fft3dfilter_FFT3DFilter_VersionNumber
masktools2_mt_adddiff
masktools2_mt_average
masktools2_mt_binarize
masktools2_mt_circle
masktools2_mt_clamp
masktools2_mt_convolution
masktools2_mt_deflate
masktools2_mt_diamond
masktools2_mt_edge
masktools2_mt_ellipse
masktools2_mt_expand
masktools2_mt_freeellipse
masktools2_mt_freelosange
masktools2_mt_freerectangle
masktools2_mt_gradient
masktools2_mt_hysteresis
masktools2_mt_infix
masktools2_mt_inflate
masktools2_mt_inpand
masktools2_mt_invert
masktools2_mt_logic
masktools2_mt_losange
masktools2_mt_lut
masktools2_mt_lutf
masktools2_mt_luts
masktools2_mt_lutspa
masktools2_mt_lutsx
masktools2_mt_lutxy
masktools2_mt_lutxyz
masktools2_mt_lutxyza
masktools2_mt_makediff
masktools2_mt_mappedblur
masktools2_mt_merge
masktools2_mt_motion
masktools2_mt_polish
masktools2_mt_rectangle
masktools2_mt_square
mt_adddiff
mt_average
mt_binarize
mt_circle
mt_clamp
mt_convolution
mt_deflate
mt_diamond
mt_edge
mt_ellipse
mt_expand
mt_freeellipse
mt_freelosange
mt_freerectangle
mt_gradient
mt_hysteresis
mt_infix
mt_inflate
mt_inpand
mt_invert
mt_logic
mt_losange
mt_lut
mt_lutf
mt_luts
mt_lutspa
mt_lutsx
mt_lutxy
mt_lutxyz
mt_lutxyza
mt_makediff
mt_mappedblur
mt_merge
mt_motion
mt_polish
mt_rectangle
mt_square
mvtools2_MAnalyse
mvtools2_MBlockFps
mvtools2_MCompensate
mvtools2_MDegrain1
mvtools2_MDegrain2
mvtools2_MDegrain3
mvtools2_MDegrain4
mvtools2_MDegrain5
mvtools2_MDegrain6
mvtools2_MDegrainN
mvtools2_MDepan
mvtools2_MFlow
mvtools2_MFlowBlur
mvtools2_MFlowFps
mvtools2_MFlowInter
mvtools2_MMask
mvtools2_MRecalculate
mvtools2_MRestoreVect
mvtools2_MSCDetection
mvtools2_MScaleVect
mvtools2_MShow
mvtools2_MStoreVect
mvtools2_MSuper
nnedi3
nnedi3_nnedi3
nnedi3_nnedi3_rpow2
nnedi3_rpow2
yadifmod2
yadifmod2_avx2_yadifmod2
yadifmod2_yadifmod2



[DLL dependencies (x64)]
C:\Windows\system32\avisynth.dll:
AVIFIL32.dll
MSVFW32.dll
MSACM32.dll
GDI32.dll
USER32.dll
ADVAPI32.dll
ole32.dll
imagehlp.dll
MSVCP140.dll
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll
api-ms-win-crt-environment-l1-1-0.dll
api-ms-win-crt-filesystem-l1-1-0.dll
api-ms-win-crt-locale-l1-1-0.dll
api-ms-win-crt-utility-l1-1-0.dll
api-ms-win-crt-convert-l1-1-0.dll
api-ms-win-crt-time-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64\AddGrainC.dll:
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64\dfttest.dll:
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64\TDeinterlace.dll:
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64+\ConvertStacked.dll:
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64+\DirectShowSource.dll:
WINMM.dll
QUARTZ.dll
ole32.dll
USER32.dll
OLEAUT32.dll
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64+\ImageSeq.dll:
DevIL.dll
MSVCP140.dll
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-filesystem-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64+\Shibatch.dll:
MSVCP140.dll
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-math-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64+\TimeStretch.dll:
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-math-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64+\VDubFilter.dll:
USER32.dll
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64\DCTFilter.dll:
VCRUNTIME140.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64\DePan.dll:
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64\DePanEstimate.dll:
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64\EEDI2.dll:
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64\eedi3.dll:
VCOMP120.DLL
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64\fft3dfilter.dll:
KERNEL32.dll
USER32.dll
VCRUNTIME140.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64\masktools2.dll:
KERNEL32.dll
MSVCP140.dll
VCRUNTIME140.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-convert-l1-1-0.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64\mvtools2.dll:
KERNEL32.dll
MSVCP140.dll
VCRUNTIME140.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll
api-ms-win-crt-utility-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64\nnedi3.dll:
KERNEL32.dll
VCRUNTIME140.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-stdio-l1-1-0.dll
api-ms-win-crt-string-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-math-l1-1-0.dll

C:\Program Files (x86)\AviSynth+\plugins64\PlanarTools.dll:
MSVCP140.dll
VCRUNTIME140.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64\RgTools.dll:
VCRUNTIME140.dll
api-ms-win-crt-heap-l1-1-0.dll
api-ms-win-crt-runtime-l1-1-0.dll
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64\yadifmod2.dll:
MSVCP140.dll
VCRUNTIME140.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
KERNEL32.dll

C:\Program Files (x86)\AviSynth+\plugins64\yadifmod2_avx2.dll:
MSVCP140.dll
VCRUNTIME140.dll
api-ms-win-crt-runtime-l1-1-0.dll
api-ms-win-crt-heap-l1-1-0.dll
KERNEL32.dll

Groucho2004
22nd December 2017, 13:01
Post it somewhere else (pastebin.com). Attachments here can take a long time to be approved.

Micheal813
22nd December 2017, 13:03
Post it somewhere else (pastebin.com). Attachments here can take a long time to be approved.

I deleted it and reposted as 2 separate post.

Groucho2004
22nd December 2017, 13:09
I deleted it and reposted as 2 separate post.OK. I still don't know what the problem could be...

Micheal813
22nd December 2017, 13:13
OK. I still don't know what the problem could be...

Ok. Thanks for trying. I'll see if I can get it working later.

Sun is about to rise. Time to get some sleep.:)

pinterf
22nd December 2017, 13:53
Intel sde emulator set to an sse2-only architecture may help us reproducing the crash.

Pulp Catalyst
22nd December 2017, 14:39
Hello, can some help me with the following, for some reason staxrip wants to load the module that is connected to DGDecNV, however i don't want that one, i have setup to use the DGDecIM. the following LOG is included.

note, i tried to edit the .avs file and removed the "LoadPlugin("D:\Program Files\StaxRip 1.7.0.0\Apps\dgdecnv2053\x64 Binaries\DGDecodeNV.dll")"

then tried to load back into Staxrip, but it still complained that it needs the NV module to load, however i do not have a Nvidia GPU in the system, so therefore this is why it fails to load that module.


-------------------------- System Environment --------------------------

StaxRip : 1.7.0.0
Windows : Windows 8.1 Pro
Language : English (United Kingdom)
CPU : Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz
GPU : Intel(R) HD Graphics 4000
Resolution : 1920 x 1080
DPI : 96

------------------------ MediaInfo Source File ------------------------

Y:\DVD\Bell-Bottom George\Bell-Bottom George.mkv

General
Complete name : Y:\DVD\Bell-Bottom George\Bell-Bottom George.mkv
Format : Matroska
Format version : Version 2
File size : 4.08 GiB
Duration : 1 h 33 min
Overall bit rate : 6 238 kb/s
Encoded date : UTC 2017-12-12 10:50:29
Writing application : MakeMKV v1.10.8 win(x64-release)
Writing library : libmakemkv v1.10.8 (1.3.5/1.4.7) win(x64-release)

Video
ID : 1
ID in the original source medium : 224 (0xE0)
Format : MPEG Video
Format version : Version 2
Format profile : Main@Main
Format settings : BVOP
Format, BVOP : Yes
Format, Matrix : Default
Format, GOP : M=3, N=13
Format, picture structure : Frame
Codec ID : V_MPEG2
Codec ID/Info : MPEG 1 or 2 Video
Duration : 1 h 33 min
Bit rate mode : Constant
Bit rate : 6 000 kb/s
Width : 720 pixels
Height : 576 pixels
Display aspect ratio : 4:3
Frame rate mode : Constant
Frame rate : 25.000 FPS
Standard : PAL
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.579
Time code of first frame : 09:59:59:00
Time code source : Group of pictures header
GOP, Open/Closed : Open
Stream size : 3.93 GiB (96%)
Language : English
Default : No
Forced : No
Color primaries : BT.601 PAL
Transfer characteristics : BT.470 System B, BT.470 System G
Matrix coefficients : BT.470 System B, BT.470 System G
Original source medium : DVD-Video

Audio
ID : 2
ID in the original source medium : 189 (0xBD)128 (0x80)
Format : AC-3
Format/Info : Audio Coding 3
Format, Endianness : Big
Codec ID : A_AC3
Duration : 1 h 33 min
Bit rate mode : Constant
Bit rate : 224 kb/s
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 kHz
Frame rate : 31.250 FPS (1536 SPF)
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 150 MiB (4%)
Title : Stereo
Language : English
Service kind : Complete Main
Default : Yes
Forced : No
Original source medium : DVD-Video

Text
ID : 3
ID in the original source medium : 189 (0xBD)32 (0x20)
Format : VobSub
Codec ID : S_VOBSUB
Codec ID/Info : Picture based subtitle format used on DVDs
Duration : 1 h 33 min
Bit rate : 8 766 b/s
Count of elements : 1475
Stream size : 5.85 MiB (0%)
Language : English
Default : Yes
Forced : No
Original source medium : DVD-Video

Menu
00 : 00:00.000 : en:Chapter 01
00 : 08:34.800 : en:Chapter 02
00 : 14:00.840 : en:Chapter 03
00 : 18:44.760 : en:Chapter 04
00 : 31:56.720 : en:Chapter 05
00 : 42:07.200 : en:Chapter 06
00 : 51:12.680 : en:Chapter 07
00 : 58:46.120 : en:Chapter 08
01 : 07:14.680 : en:Chapter 09
01 : 19:55.960 : en:Chapter 10
01 : 25:01.200 : en:Chapter 11
01 : 31:56.680 : en:Chapter 12

------------ DGIndexIM: Index, No Demux using DGIndexIM b50 ------------

"D:\Program Files\StaxRip 1.7.0.0\Apps\dgdecim_b50\x64\DGIndexIM.exe" -i "Y:\DVD\Bell-Bottom George\Bell-Bottom George.mkv" -o "E:\Temp\Bell-Bottom George_temp\Bell-Bottom George.dgim" -h

Project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
93
94
95
96
97
99
100

Start: 13:28:51
End: 13:31:06
Duration: 00:02:14

------------------------- Error opening source -------------------------

Cannot load file 'D:/Program Files/StaxRip 1.7.0.0/Apps/dgdecnv2053/x64 Binaries/DGDecodeNV.dll'. Platform returned code 126:
The specified module could not be found.

(E:\Temp\Bell-Bottom George_temp\Bell-Bottom George_source.avs, line 2)

LoadPlugin("D:\Program Files\StaxRip 1.7.0.0\Apps\dgdecim_b50\x64\DGDecodeIM.dll")
LoadPlugin("D:\Program Files\StaxRip 1.7.0.0\Apps\dgdecnv2053\x64 Binaries\DGDecodeNV.dll")
DGSourceIM("E:\Temp\Bell-Bottom George_temp\Bell-Bottom George.dgim")


thanks.

Micheal813
22nd December 2017, 20:39
OK. I still don't know what the problem could be...

When I try to use mClean without Staxrip I also get an error. I Just make a avs script and load it into VDub and it says something about an illegal instruction line 117. Line 117 is "clean = clean.dctfilter (1,1,1,1,1,1,0.50,0)"

I've posted in the mClean thread. Hopefully I can get it sorted out there. Thanks for the help.

Khun_Doug
23rd December 2017, 18:11
Micahel813, you are a step ahead of my recommended solution. I was going to suggest you get mClean to work in an AVISynth script first, and then go forward. I use a free tool called AVSPmod that allows me to develop and edit AVISynth scripts. The only drawback is that the tool only supports 32 bit filters, no 64 bit. But that hasn't been a problem. All of the plugins needed for mClean are available in 64 bit and 32 bit. So I would recommend getting the plugins needed and tuning your AVISynth script until it works, and then you will know you have the proper plugins.

When I was first starting on mClean and needed to get all the plugins I discovered there were several different downloadable versions. I recall one of the plugins needed the beta 2.0 version for the script to operate correctly. That one stumped me. The other thing to keep in mind is the type of CPU you have. Some of the plugins are compiled with processor support you may not have.

You are on the right path. Once you have the correct set of plugins then you can move forward.

Groucho2004
23rd December 2017, 18:44
I use a free tool called AVSPmod that allows me to develop and edit AVISynth scripts. The only drawback is that the tool only supports 32 bit filters, no 64 bit.Not true, there's a 64 bit version (https://cloud.pados.hu/index.php/s/0e0d5588307a7b0474742711731699b6/download?path=%2Fr2172-MT-test%2Fx64&files=AvsPmod_v2.5.1_r452_x64.7z).

Some of the plugins are compiled with processor support you may not have.

You are on the right path. Once you have the correct set of plugins then you can move forward.
Not the problem in his case. It's a bug in the Avisynth+ core.

Micheal813
23rd December 2017, 21:59
Not true, there's a 64 bit version (https://cloud.pados.hu/index.php/s/0e0d5588307a7b0474742711731699b6/download?path=%2Fr2172-MT-test%2Fx64&files=AvsPmod_v2.5.1_r452_x64.7z).


Not the problem in his case. It's a bug in the Avisynth+ core.

Correct. Another user was able to send me a modified avisynth.dll that now works.

https://forum.doom9.org/showthread.php?p=1828203#post1828203

Thanks everyone for the help.

Khun_Doug
24th December 2017, 17:39
Hey Groucho thanks for info. I've wanted that for some time. For some reason all my searches didn't reveal one. It's early Christmas gift for me.

Micheal813
25th December 2017, 08:22
When adding interlaced video to StaxRip, the script it creates has ConvertToYV12(). Should it be ConvertToYV12(interlaced=true)?