Skip to content

Commit c58247e

Browse files
committed
Refactoring
1 parent 95f7c7d commit c58247e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ Example command line for piping images to FFmpeg:
8989
```
9090
toucan-render Transition.otio - -raw rgba | ffmpeg -y -f rawvideo -pix_fmt rgba -s 1280x720 -r 24 -i pipe: output.mov
9191
```
92-
Descriptions of the options:
93-
* "Transition.otio": The input timeline file.
92+
* <pre>Transition.otio<pre>: The input timeline file.
9493
* "-": Write to standard out instead of a file.
9594
* "-raw rgba": Set the pixel format of the output frames. This should
9695
match the "-pix_fmt" option given to FFmpeg. One exception is that toucan

0 commit comments

Comments
 (0)