[HELP] due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - 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] due to: ERROR: ...... .265 is too small! (byteSize: 0byte) (/thread-1251.html) |
due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - mmshasan - 15.02.2020 OS: Windows 10 Home 64-Bit Hybrid Version: 2020.01.11.1 I've installed Hybrid for the first time yesterday and encoded the same file video file without messing around settings. Today I've adjusted some x265 setting and failed to encode the same video. I am trying to encode x264 to x265 -> should be there after processing: C:\Users\mhasan\AppData\Local\Temp\20_19_03_1810_02.265 Please see the attached zip file for details debug and report files. Would appreciate if you can explain the issue. Thank you in advance. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 15.02.2020 It's a bug in the decoding call. Fixed it locally a few days ago will release a new version tomorrow. Cu Selur RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - mmshasan - 15.02.2020 (15.02.2020, 18:56)Selur Wrote: It's a bug in the decoding call. Thanks a lot for your response. I must say. It's a awesome software. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Cleanplate - 22.02.2020 I'm on 2020.02.19.1 still getting the same error. Works fine with Vapoursynth though. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 22.02.2020 Assuming you did recreate the job and the problem still persits: post another debug output of the job creation. The last issue was that the ffmpeg decoding call was missing '-vf ' which should be fixed,... Cu Selur RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Cleanplate - 22.02.2020 (22.02.2020, 21:03)Selur Wrote: Assuming you did recreate the job and the problem still persits: post another debug output of the job creation.Hmm... Strangely, after using Vapoursynth everything works fine again with Avisynth. o_o I think this problem acquired when I used wierdly named file as an input (like wtih "." "[]", etc), I heard it could cause problems with Avisynth. But after that I recieved the same error even with regular-named files (after recreating jobs, yes and even reinstalling Hybrid). But then I tried to render with Vapoursynth and it went ok, and after that I am able to use Avisynth again... ¯\_(ツ)_/¯ RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - sunarowicz - 01.04.2020 Hi guys, I do have the same/similar problem. It appears when I add some of the deinterlace filters. Without any deinterlace filter it encodes fine. With any deinterlace filter (in dropdown list) down to (and excluding) the FFMpeg Deinterlacer it encodes fine. But with any deinterlace filter down from (and including) the FFMpeg Deinterlacer it fails because of "... is too small!". Debug is attached. QTGMC (Vapoursynth) filter used here. Thanks for checking! RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 01.04.2020 At a first glance the Vapoursynth script looks fine: # Imports Does the Vapoursynth Preview show any errors or work properly? Cu Selur RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - sunarowicz - 01.04.2020 Hi Selur. Clicking the Vapoursynth preview button does (visually) nothing. See attached debugs, one at level 4, other at 9. Thank you for your support. RE: due to: ERROR: ...... .265 is too small! (byteSize: 0byte) - Selur - 01.04.2020 vsViewer call seems to be fine: /opt/hybrid/vsViewer" --env "LD_LIBRARY_PATH;/home/jirka/opt/vapoursynth/lib?#?PYTHONPATH;/home/jirka/opt/vapoursynth/lib/python3/site-packages" --preview-only "/tmp/tempPreviewVapoursynthFile08_47_52_959.vpy" --aspect 1 --matrix Rec601 --listen 7163_VPY_ --listen-to HYBRID --crop off#0#0#0#0 Read this thread. In that thread I posted a link to a deployable vapoursynth install that might help,.. Cu Selur |