quietvoid / dovi_tool

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

edit all RPU's when no "edits" specified in active area offset editor.. #40

Closed hyllm closed 3 years ago

hyllm commented 3 years ago

I have video, which has active area offset 276 top, 277 bottom, so i want to edit RPU to 0 top, 1 bottom, and encode with 276 top and 276 bottom crop... that way is should be pixel perfect. :)

the question is if it's possible to edit all frames by default, when no specifiyng edits... because right now i need to find number of RPU's first. :( it would be much simpler, if edits would be done to all frames by default. :)

quietvoid commented 3 years ago

Not currently.

hyllm commented 3 years ago

and do you have plans to implement it? :-)

quietvoid commented 3 years ago

Maybe.

hyllm commented 3 years ago

thanks!!!

quietvoid commented 3 years ago

Edits still have to be specified but this is now possible:

"edits": {
    "all": 0
}