Thread: StaxRip
View Single Post
Old 21st December 2017, 10:33   #2758  |  Link
Micheal813
Registered User
 
Join Date: Nov 2015
Posts: 59
Quote:
Originally Posted by Taurus View Post
This is what I get trying Avisynth+ new "mClean" on any suitable SourceFilter/ or any encoder.



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.

Code:
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

Last edited by Micheal813; 21st December 2017 at 22:51.
Micheal813 is offline   Reply With Quote