![]() |
[HELP] 264 is too small - 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] 264 is too small (/thread-901.html) |
264 is too small - enoemos - 26.02.2019 I'm using Windows 10 64-bit and Hybrid 2019.02.23.1 It was fine when I encoded a video without filter in Avisynth. Then I got an error when using it: 18_51_50_9110_03_video crashed: ERROR: D:\Snapshot\18_51_50_9110_03.264 is too small! (byteSize: 0byte) I read this thread. But since Hybrid already using Avisynth+, I don't know what to do. Debug log. RE: 264 is too small - Selur - 26.02.2019 Does the Avisynth Preview work properly? Is your system overclocked? What cpu do you use? Try disabling 'Config->Internals->Avisynth->Prefer FFmpeg as decoder' and enable 'Config->Internals->Avisynth->Prefer avs2yuvas decoder'. Encoding call: "C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -threads 4 -i "D:\Snapshot\encodingTempSynthSkript_18_51_50_9110.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f rawvideo - | "C:\PROGRA~1\Hybrid\64bit\x264.exe" --crf 17.00 --profile high10 --ref 16 --keyint 250 --min-keyint 0 --scenecut 40 --bframes 16 --b-bias 0 --b-pyramid normal --direct spatial --b-adapt 0 --cplxblur 20.0 --qcomp 0.7 --qblur 0.5 --mbtree --rc-lookahead 40 --ipratio 1.4 --pbratio 1.3 --chroma-qp-offset 0 --qpmin 0 --qpmax 81 --qpstep 4 --partitions i4x4,i8x8,p8x8,b8x8 --8x8dct --me umh --merange 16 --mvrange -1 --subme 10 --cabac --trellis 2 --psy-rd 1.00:0.00 --weightp 2 --aq-mode 1 --aq-strength 1.0 --nr 0 --deadzone-inter 21 --deadzone-intra 11 --cqm flat --pic-struct --threads auto --sar 1:1 --deblock 0:0 --range tv --colormatrix bt709 --demuxer raw --input-res 1280x720 --input-csp i420 --input-range tv --input-depth 10 --fps 24000/1001 --output-csp i420 --output-depth 10 --output "D:\Snapshot\18_51_50_9110_03.264" - LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll") Cu Selur RE: 264 is too small - enoemos - 27.02.2019 Yes, the Avisynth Preview works normally. I'm using really old laptop CPU Intel Core i5 2450M @ 2.50GHz and it's not overclocked. I tried this: Try disabling 'Config->Internals->Avisynth->Prefer FFmpeg as decoder' and enable 'Config->Internals->Avisynth->Prefer avs2yuvas decoder'. But it crashed. Debug log. RE: 264 is too small - Selur - 27.02.2019 What happens if you call: "C:\PROGRA~1\Hybrid\32bit\avs2yuv.exe" "D:\Snapshot\HybridDebug\encodingTempSynthSkript_07_02_44_5510.avs" -csp I420 -o - While running this check the RAM usage on your system. Cu Selur RE: 264 is too small - enoemos - 27.02.2019 Like this? C:\Users\ATLUS>"C:\PROGRA~1\Hybrid\32bit\avs2yuv.exe" "D:\Snapshot\HybridDebug\encodingTempSynthSkript_07_02_44_5510.avs" -csp I420 -o - Sorry, I'm not very fond of using cmd, so maybe I did it wrong. No difference in RAM usage. RE: 264 is too small - Selur - 27.02.2019 I see the problem will fix after work. RE: 264 is too small - Selur - 27.02.2019 Got it fixed, but can't send you a link to a dev version since you disabled PMs. Cu Selur RE: 264 is too small - enoemos - 28.02.2019 Ah, sorry. Should be okay right now. |