Skip to content

Commit

Permalink
icon links
Browse files Browse the repository at this point in the history
  • Loading branch information
p2or authored Jun 26, 2024
1 parent b6e4979 commit e345041
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ You can also render **every nth frame** of the scene by adding `x` followed by a

### Options

- You can **verify the output** before rendering the animation by clicking the *Verify Output* operator ![I1](https://i.stack.imgur.com/JovW0.jpg), which reports all frames that are going to be rendered (in the *Info Area* as well as in the terminal). If you hold down <kbd>Ctrl</kbd> or <kbd>Cmd</kbd> while clicking the button, all images will be output to the *Info Area* as and the terminal individually `1,2,3,4,5,7 ...`.


- You can **verify the output** before rendering the animation by clicking the *Verify Output* operator ![I1](https://i.sstatic.net/JovW0.jpg), which reports all frames that are going to be rendered (in the *Info Area* as well as in the terminal). If you hold down <kbd>Ctrl</kbd> or <kbd>Cmd</kbd> while clicking the button, all images will be output to the *Info Area* as and the terminal individually `1,2,3,4,5,7 ...`.
- When you click the stopwatch ![stopwatch_small](https://user-images.githubusercontent.com/512368/182232254-882c38c5-6b77-46dc-8485-79697cabc02f.jpg), Loom tries to find out **which frames are missing** based on the regular *Output Path* and automatically adds them to the list. If you hold down <kbd>Ctrl</kbd> or <kbd>Cmd</kbd> while clicking the button, the regular frame range of the timeline is forced to be taken.
- You can enable *Filtering* ![I1](https://i.stack.imgur.com/lKqJq.jpg) to handle each number after the caret (`^`) separatly, this allows to **add single frames** or frame ranges **right after any excluded frame**, e.g. `1-10 23 ^3-7 4 6` renders `1, 2, 4, 6, 8, 9, 10, 23` instead of `1, 2, 8, 9, 10, 23` if the property is disabled.
- You can enable *Filtering* ![I1](https://i.sstatic.net/lKqJq.jpg) to handle each number after the caret (`^`) separatly, this allows to **add single frames** or frame ranges **right after any excluded frame**, e.g. `1-10 23 ^3-7 4 6` renders `1, 2, 4, 6, 8, 9, 10, 23` instead of `1, 2, 8, 9, 10, 23` if the property is disabled.

## Batch Render Dialog <kbd>Ctrl</kbd><kbd>Shift</kbd><kbd>Alt</kbd><kbd>F12</kbd>

Expand Down Expand Up @@ -86,7 +88,7 @@ If [FFmpeg](https://www.ffmpeg.org/) is installed on your machine and set up pro

### Options
- Select `ProRes 4444 XQ` to get an **alpha channel**
- You can **verify the image sequence** on disk before encoding by clicking the *Verify Image Sequence* operator ![I1](https://i.stack.imgur.com/JovW0.jpg), which also detects all frames missing frames of the sequence
- You can **verify the image sequence** on disk before encoding by clicking the *Verify Image Sequence* operator ![I1](https://i.sstatic.net/JovW0.jpg), which also detects all frames missing frames of the sequence
- In case there are **missing frames**, the addon either provides an utility function to fill the gaps of the image sequence with copies of the previous (nearest) frame to get the full lenght animation and another operator to render all missing frames. If you just want to fill the gaps of the given sequence, enable the *Ignore Scene Range* property <img width="18" alt="Screenshot 2022-12-15 at 08 32 33" src="https://user-images.githubusercontent.com/512368/207799961-29fb9796-941b-48dd-8ea0-e5c22a94e1e9.png">

<!-- ![Encode Image Sequence Dialog](https://i.stack.imgur.com/ul9ld.jpg) -->
Expand Down

0 comments on commit e345041

Please sign in to comment.