The following warnings occurred:
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/plugins/cookielaw.php(272) : eval()'d code 14 errorHandler->error_callback
/inc/plugins/cookielaw.php 272 eval
/inc/class_plugins.php 142 cookielaw_global_intermediate
/global.php 100 pluginSystem->run_hooks
/printthread.php 16 require_once



Selur's Little Message Board
Where are frames stored during encoding/decoding? - 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: Where are frames stored during encoding/decoding? (/thread-1101.html)



Where are frames stored during encoding/decoding? - Greyscail - 08.08.2019

Video2x, for example, extracts each frame to a folder before upscaling them and then compiling them back into a video. I can't find a folder anywhere for Hybrid that has a bunch of png images so I guess this isn't the case? Are they all just stored in ram? That's a lot of data ...


RE: Where are frames stored during encoding/decoding? - Selur - 08.08.2019

Never heard of Video2x.
Hybrid mainly works with Avisynth and Vapoursynth which don't process video by extracting each frame to the hdd.
Yes, during decoding and filtering frames are stored in RAM, but only a few so it's not really an issue.
Saving images on hdd is the odd behavior, no video processing tool I know would do that normally.

Cu Selur