We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f7c7d commit c58247eCopy full SHA for c58247e
README.md
@@ -89,8 +89,7 @@ Example command line for piping images to FFmpeg:
89
```
90
toucan-render Transition.otio - -raw rgba | ffmpeg -y -f rawvideo -pix_fmt rgba -s 1280x720 -r 24 -i pipe: output.mov
91
92
-Descriptions of the options:
93
-* "Transition.otio": The input timeline file.
+* <pre>Transition.otio<pre>: The input timeline file.
94
* "-": Write to standard out instead of a file.
95
* "-raw rgba": Set the pixel format of the output frames. This should
96
match the "-pix_fmt" option given to FFmpeg. One exception is that toucan
0 commit comments