RV Same Size
This RV-Package scales the viewed footage with the following specification:
Description
All media needs to load at the same size and proportion regardless of source. This means whether 2K or 4K the footage needs to be the same size when loaded.But additionally, if the media has crops it should still be the same size on the screen. For instance, a person in 2K or cropped to HD should appear the same size. This means we need a library of sizes so the app can determine if the image is a crop or a scale.
Shotgun Setup
- Create a CustomEntity (project-entity)
- Add the following fields (Types in brackets): Width (Number) Height (Number) Pixel Aspect (Float) Is Project (Checkbox)
- Install the package
- Open the Advanced Settings and enter your data.
To configure the shotgun entries please edit the config.json, which looks like this:
{ "same-size-mode": { "entity-type": "CustomEntity06", "page-id": "1272", "entity-fields": { "name": "code", "width": "sg_width", "height": "sg_height", "aspect": "sg_pixel_aspect", "is_project": "sg_is_project_resolution", "project": "project.Project.name" } } }
Comments
0 comments
Please sign in to leave a comment.