quietvoid / dovi_tool

dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision.
MIT License
581 stars 57 forks source link

Add editing scene_refresh_flag value in RPU Editor #169

Closed manuelrn closed 1 year ago

manuelrn commented 2 years ago

Hi!

Would it be possible to implement scene_refresh_flag value to edit in the RPU Editor?

For example something similar to this:

    "scene_refresh_flag": {
        "all": boolean,
        "0-23": boolean,
        "123": boolean
    }


Thanks and regards!

quietvoid commented 2 years ago

I'm not sure what use that would have but I suppose it could be done.

quietvoid commented 1 year ago

See example: https://github.com/quietvoid/dovi_tool/blob/main/assets/editor_examples/scene_cuts.json

manuelrn commented 1 year ago

Thank you very much @quietvoid!