Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix screenshots of Extract OIIO Transcode examples #294

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions website/docs/addon_core_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
id: addon_core_settings
title: Core addon settings
sidebar_label: Core addon settings
description: AYON core addon settings documentations for admins.
toc_max_heading_level: 5
---

import ReactMarkdown from "react-markdown";
Expand Down Expand Up @@ -206,15 +208,15 @@ Notable parameters:
- **`Colorspace`** - target colorspace, which must be available in used color config. (If `Transcoding type` is `Use Colorspace` value in configuration is used OR if empty value collected on instance from DCC).
- **`Display & View`** - display and viewer colorspace. (If `Transcoding type` is `Use Display&View` values in configuration is used OR if empty values collected on instance from DCC).
- **`Arguments`** - special additional command line arguments for `oiiotool`.
- **[`Tags`](#tags)**
- **[`Tags`](#tags)** - Add additional tags to representation.

#### Examples

Example here describes use case for creation of new color coded review of png image sequence. Original representation's files are kept intact, review is created from transcoded files, but these files are removed in cleanup process.
![core_oiio_transcode](assets/core_oiio_transcode.png)
![core_oiio_transcode](assets/core/admin/oiio_transcode_example.png)

Another use case is to transcode in Maya only `beauty` render layers and use collected `Display` and `View` colorspaces from DCC.
![core_oiio_transcode_in_Maya](assets/core_oiio_transcode2.png)
![core_oiio_transcode_in_Maya](assets/core/admin/oiio_transcode_example2.png)


### Extract Review
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/docs/assets/core_oiio_transcode.png
Binary file not shown.
Binary file removed website/docs/assets/core_oiio_transcode2.png
Binary file not shown.
Loading