quietvoid / dovi_tool

dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve RPU file loading to remove hard 250M file size limit

quietvoid opened this issue · comments

Seems like a similar file size hard limit may happen with madVR .measurements files, so probably can expand scope of this issue to include other input files for madvr_parser.

Yes, it's the same issue.

Is it possible this could be changed? I'm running into the same issue.

Is it a memory overflow issue or a safety check?

It's a safety check because currently the RPU is loaded entirely in memory.
I guess I should put in some effort to fix it.