> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/foolcat/color-conversion.md).

# Color Conversion

FoolCat can apply a custom look (LUT) to the stills in your reports. Alternatively, you can set FoolCat to convert RAW footage to Rec.709 color space automatically.

{% hint style="info" %}
When Color Conversion is enabled, the settings used will be shown in the report header.&#x20;
{% endhint %}

<figure><img src="/files/65jtoKyStEoIjMgh1kno" alt=""><figcaption></figcaption></figure>

## Requirements

* FoolCat 24.1 or newer
* A LUT in the 3D `.cube` format (33x33x33)

## How to use

1. Go to `Settings > Color Conversion.`
2. Click `Manage LUTs` to open the LUTs folder location in Finder/Explorer.
3. Copy your LUT files to this location.
4. Go back to FoolCat and choose your LUT from the dropdown.
   * Alternatively, choose `Convert RAW to Rec.709` to automatically convert RAW footage to Rec.709 colorspace. (Currently only available in FoolCat for Mac)&#x20;

{% hint style="info" %}
FoolCat supports LUTs in the 3D `.cube` format (33x33x33).
{% endhint %}

## Convert RAW to Rec.709

When `Convert RAW to Rec.709` is enabled, FoolCat automatically detects and converts RAW clips shot in Log colorspace to Rec.709 colorspace. FoolCat performs the conversion based on the clip’s colorspace metadata and will ignore any viewing or creative LUTs encoded within the clip.

{% hint style="info" %}
`The Convert RAW to Rec.709` feature is currently only available in FoolCat for Mac.
{% endhint %}

### Supported formats

* ARRIRAW
* RED
* SONY RAW (Mac only)
* SONY X-OCN
* CANON RAW
* BRAW
* ProRes RAW

{% hint style="warning" %}
`Convert RAW to Rec.709` also works with **some** `mxf` and `mov` files, but not all (in which case, they will stay in their original colorspace). Use this feature at your discretion with `mxf` and `mov` files. [Reach out](<mailto:foolcat@hedge.video >) if you encounter any issues.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hedge.video/foolcat/color-conversion.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
