Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Sep 16, 2024
1 parent c58247e commit 70b66de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Example command line for piping images to FFmpeg:
```
toucan-render Transition.otio - -raw rgba | ffmpeg -y -f rawvideo -pix_fmt rgba -s 1280x720 -r 24 -i pipe: output.mov
```
* <pre>Transition.otio<pre>: The input timeline file.
* <pre>Transition.otio</pre>: The input timeline file.
* "-": Write to standard out instead of a file.
* "-raw rgba": Set the pixel format of the output frames. This should
match the "-pix_fmt" option given to FFmpeg. One exception is that toucan
Expand Down

0 comments on commit 70b66de

Please sign in to comment.