![]() |
Limit Cashe Lock - 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: Limit Cashe Lock (/thread-4212.html) |
Limit Cashe Lock - dsiomnainc - 13.09.2025 Hello! When I enter Limit Cache and press Enter, it is blocked and cannot be changed in any way ![]() I also noticed that lookahead slices don't seem to work, nothing changes with different values ![]() RE: Limit Cashe Lock - Selur - 13.09.2025 Quote: When I enter Limit Cache and press Enter, it is blocked and cannot be changed in any wayCan't reproduce that, fixed it a while ago, should be fine in latest dev. Quote: I also noticed that lookahead slices don't seem to work, nothing changes with different values Quote:For resolutions lesser than 720p, slicing is auto-disabled.https://x265.readthedocs.io/en/latest/cli.html#cmdoption-lookahead-slices Cu Selur RE: Limit Cashe Lock - dsiomnainc - 13.09.2025 (13.09.2025, 10:48)Selur Wrote:Quote: When I enter Limit Cache and press Enter, it is blocked and cannot be changed in any wayCan't reproduce that, fixed it a while ago, should be fine in latest dev. I installed the latest dev version, and there really is no such problem there. But now Hybrid doesn't want to encode video at all, no matter what I do, any codecs without using filters. Debug File: https://cloud.mail.ru/public/55mT/XEh2Jw4Br RE: Limit Cashe Lock - Selur - 13.09.2025 Accoding to the debug output, Hybrid calls: "C:\Program Files\Hybrid\64bit\Vapoursynth\vspipe.exe" "C:\Users\DSIOMNAINC\AppData\Local\Temp\encodingTempSynthSkript_2025-09-13@18_22_54_8410_0.vpy" - --outputindex 0 -c y4m | "C:\Program Files\Hybrid\64bit\x264.exe" --preset fast --pass 1 --bitrate 1500 --profile high --level 5.1 --ref 1 --direct auto --b-adapt 0 --rc-lookahead 40 --sync-lookahead 48 --qcomp 0.50 --qpmax 51 --partitions none --no-8x8dct --me dia --subme 2 --trellis 0 --aq-mode 0 --sar 1:1 --non-deterministic --range tv --stats "C:\Users\DSIOMNAINC\AppData\Local\Temp\675675_1_2025-09-13@18_22_54_8410_02.stats" --demuxer y4m --input-range tv --fps 6147/250 --output-depth 8 --output NUL - The used Vapoursynth script: # Imports Normally it should take a bit for the encoding to start, since LWLibavSource will need a bit to open and index the source, but it should work fine. Can't reproduce the problem. Does the Vapoursynth Preview work? Cu Selur RE: Limit Cashe Lock - dsiomnainc - 13.09.2025 (13.09.2025, 13:39)Selur Wrote: Does the Vapoursynth Preview work? No But there are no errors, it just doesn't respond. I tried to install the dev version again and rebooted the computer RE: Limit Cashe Lock - Selur - 13.09.2025 Did you deinstall the old version before installing the dev? Does the taskmgr show vspipe and x264? Does it change anything if you move the temp folder outside of Windows? (so not under C:\Users\... or similar) Quote:No But there are no errors, it just doesn't respond.Then something is wrong with the Vapoursynth environment or the source causes the source filter to freeze,... If your source is really large, indexing will take a while,... RE: Limit Cashe Lock - dsiomnainc - 13.09.2025 No, don't deinstall, i have VSpipe, but no x264 I got CRASH, debug file: https://cloud.mail.ru/public/TvFo/GaNqoxnq3 RE: Limit Cashe Lock - Selur - 13.09.2025 now x264 aborts with: Quote:y4m [error]: bad sequence header magicthis indicates that something is wrong with the Vapoursynth script 1. deinstall Hybrid 2. install dev version 3. clear your temp folder 4. when the Vapousynth preview does not work, usually neither will the encoding. Cu Selur RE: Limit Cashe Lock - dsiomnainc - 13.09.2025 (13.09.2025, 13:50)Selur Wrote: now x264 aborts with: deinstall, clear temp, when hybrid start i got this errrors: ![]() ![]() ![]() ![]() Encoding and VS preview don't work. If install stable version encofing work, without errors when hybrid start RE: Limit Cashe Lock - Selur - 13.09.2025 Okay, with that I can work. ![]() Cu Selur |