Patman86 / x265-Mod-by-Patman

Patman's mod of x265
GNU General Public License v2.0
57 stars 2 forks source link

Pipe error #27

Closed tormento closed 2 months ago

tormento commented 3 months ago

Have a look at the Doom9 thread from there on.

Error Video encoding (v2.41.7)

D:\Eseguibili\Media\StaxRip\Apps\Encoders\x265\x265.exe --crf 20 --preset slow --output-depth 10 --level-idc 4.1 --no-high-tier --auto-aq --vbv-bufsize 20000 --vbv-maxrate 20000 --bframes 5 --ref 5 --min-keyint 1 --keyint 96 --colorprim bt709 --colormatrix bt709 --transfer bt709 --range limited --min-luma 64 --max-luma 940 --overscan show --aud --hrd --qpfile "M:\In\Soul eater ~540p Dynit\Late show 01-07.qp" --output "M:\In\Soul eater ~540p Dynit\Late show 01-07_temp\Late show 01-07_out.hevc" "M:\In\Soul eater ~540p Dynit\Late show 01-07_temp\Late show 01-07.avs"

x265 [WARN]: extra unused command arguments given <M:\In\Soul eater ~540p Dynit\Late show 01-07_temp\Late show 01-07.avs>

Video encoding returned exit code: 1 (0x1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

StaxRip.ErrorAbortException: D:\Eseguibili\Media\StaxRip\Apps\Encoders\x265\x265.exe --crf 20 --preset slow --output-depth 10 --level-idc 4.1 --no-high-tier --auto-aq --vbv-bufsize 20000 --vbv-maxrate 20000 --bframes 5 --ref 5 --min-keyint 1 --keyint 96 --colorprim bt709 --colormatrix bt709 --transfer bt709 --range limited --min-luma 64 --max-luma 940 --overscan show --aud --hrd --qpfile "M:\In\Soul eater ~540p Dynit\Late show 01-07.qp" --output "M:\In\Soul eater ~540p Dynit\Late show 01-07_temp\Late show 01-07_out.hevc" "M:\In\Soul eater ~540p Dynit\Late show 01-07_temp\Late show 01-07.avs"

x265 [WARN]: extra unused command arguments given <M:\In\Soul eater ~540p Dynit\Late show 01-07_temp\Late show 01-07.avs>

Video encoding returned exit code: 1 (0x1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   in StaxRip.Proc.Start()
   in StaxRip.x265Enc.Encode(String passName, String commandLine, ProcessPriorityClass priority)
   in StaxRip.x265Enc.Encode()
   in StaxRip.GlobalClass._Closure$__._Lambda$__136-8()
   in System.Threading.Tasks.Parallel.<>c__DisplayClass4_0.<Invoke>b__0()
--- Fine traccia dello stack da posizione precedente dove è stata generata l'eccezione ---
   in System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   in StaxRip.GlobalClass.ProcessJob(String jobPath)
Patman86 commented 3 months ago

Since the last changes, it is necessary to use the --input parameter for the source. Please test.

tormento commented 3 months ago

Unfortunately I can't test with Staxrip or other GUI's as it's hard encoded.

Patman86 commented 3 months ago

In the x265 settings, you can copy the code that is generated by StaxRip (the drop-down menu at the bottom right). Paste this into the command window and set the parameter '--input' before the source. This will work temporarily! The new StaxRip already takes this into account.

tormento commented 3 months ago

Thank you, I will try ASAP!

Does this build present the same pipe error as reported in the doom9 forum?

Patman86 commented 3 months ago

With Multiview?

A general adjustment has been made to the code so that the --input parameter is now always mandatory.

tormento commented 3 months ago

Thank you. Hope to see StaxRip fix soon!