Skip to content

Commit

Permalink
Fix FourCC in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsha committed Dec 16, 2024
1 parent 6f9cf04 commit 4aebc59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<cv:Suffix>Timestamp</cv:Suffix>
<cv:Buffered>true</cv:Buffered>
<cv:Overwrite>false</cv:Overwrite>
<cv:FourCC>GREY</cv:FourCC>
<cv:FourCC>DIB </cv:FourCC>
<cv:FrameRate>30</cv:FrameRate>
<cv:FrameSize>
<cv:Width>0</cv:Width>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,11 @@ Workflow Tutorial

* Left-click the ``VideoWriter`` node and edit fields under the properties pane. Confirm frame rate matches that of the UCLA Miniscope v4.

* For ``FourCC`` value recommendations, GREY and FFV1 are recommended for neural recordings.
* For ``FourCC``, "DIB " and "FMP4" are recommended for neural recordings.

* GREY does not perform data compression.
* "DIB " is compatible with 8-bit and 10-bit data.

* FFV1 performs lossless data compression.

MJPG or similar is sufficient for behavioral recordings.
* "FMP4" performs data compression for smaller file sizes and is compatible only with 8-bit data.

**Orientation quarternion data:**

Expand Down

0 comments on commit 4aebc59

Please sign in to comment.