[HELP] .265 file not created while attempting to interpolate to 60fps - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [HELP] .265 file not created while attempting to interpolate to 60fps (/thread-1123.html) |
.265 file not created while attempting to interpolate to 60fps - vf2ss - 19.08.2019 [attachment=723]
RE: .265 file not created while attempting to interpolate to 60fps - Selur - 19.08.2019 Okay, looking at the debug output. Hybrid aborted while calling: "C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -threads 8 -i "C:\Users\TEMP\AppData\Local\Temp\encodingTempSynthSkript_19_00_48_6110.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | "C:\PROGRA~1\Hybrid\64bit\x265.exe" --input - --output-depth 10 --y4m --profile main10 --qg-size 8 --limit-modes --max-merge 2 --no-early-skip --no-open-gop --opt-ref-list-length-pps --no-b-intra --lookahead-slices 0 --qpmax 69 --crf 18.00 --opt-qp-pps --cbqpoffs -2 --crqpoffs -2 --qpfile "C:\Users\TEMP\AppData\Local\Temp\XMen 60fps_19_00_48_6110_07.qp" --limit-refs 0 --ssim-rd --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --qcomp 0.60 --aq-mode 0 --deblock=-1:-1 --limit-sao --range limited --colormatrix bt709 --output "C:\Users\TEMP\AppData\Local\Temp\19_00_48_6110_08.265" C:\Users\TEMP\AppData\Local\Temp\encodingTempSynthSkript_19_00_48_6110.avs ### LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.dll") Tried theses settings and it seems like there is a problem with the Avisynth script, since I get: Script error: FrameRateConverter does not have a named argument "Stripes" (hmS , line 37) Couldn't import -1 (1): ?=gv?=gv -> will look at it today after work and report back Cu Selur RE: .265 file not created while attempting to interpolate to 60fps - Selur - 19.08.2019 Send you a link to a dev version via PM which should fix the issue. Cu Selur RE: .265 file not created while attempting to interpolate to 60fps - vf2ss - 19.08.2019 (19.08.2019, 17:45)Selur Wrote: Send you a link to a dev version via PM which should fix the issue. Appreciate the quick turn around. I've installed the new version, and ran again. Unfortunately I've received the same error. Settings were the same (I did notice that the option for stripes changed to a check box instead of drop down, but the tool tip says with it checked the option blends). New debug file attached. Thanks. RE: .265 file not created while attempting to interpolate to 60fps - Selur - 19.08.2019 Try resetting your defaults. 'Stp=skip' should not be there RE: .265 file not created while attempting to interpolate to 60fps - vf2ss - 19.08.2019 (19.08.2019, 18:19)Selur Wrote: Try resetting your defaults. Ah, that seems to have done it as it looks like it's encoding now, you are the man, thank you again for the tool and quick response. |