# RV Same Size

<figure><img src="/files/3MeFZ3czcXEWdGqedXKe" alt=""><figcaption></figcaption></figure>

## RV Same Size <a href="#h_01hpj9r8ej86kssva8rdepr0qx" id="h_01hpj9r8ej86kssva8rdepr0qx"></a>

This RV-Package scales the viewed footage with the following specification:

### Description <a href="#h_01hpj9rwmrjftemazn5mje0vmc" id="h_01hpj9rwmrjftemazn5mje0vmc"></a>

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 <a href="#h_01hpj9sqg7qte46aq5txhmkzwp" id="h_01hpj9sqg7qte46aq5txhmkzwp"></a>

1. Create a CustomEntity (project-entity)
2. Add the following fields (Types in brackets): Width (Number) Height (Number) Pixel Aspect (Float) Is Project (Checkbox)
3. Install the package
4. 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"
        }
   }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://artist-anywhere.gitbook.io/artist-anywhere/review-tools/rv-same-size.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
