Proryanator / encoder-benchmark

A tool to benchmark your hardware's real-time video encoding capabilities.
GNU General Public License v3.0
66 stars 6 forks source link

Add in-memory support #25

Closed Proryanator closed 3 months ago

Proryanator commented 1 year ago

Let's add a new option to be able to load either the entire input video file, or part of it, into memory.

This will help with SSD/storage speed limitations and give users more options to use the tool.

Note: an all in memory option should be straight forward, but a way to work with available RAM amounts less than the file size is a must.

Proryanator commented 3 months ago

Closing this one out, seems difficult to achieve (not only would we need to work with pipes potentially and have differences between Linux/Windows/Mac), this is probably very edge case.