Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix image in videowriter properties panel screenshot #30

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Binary file modified source/_static/images/videowriter-properties.webp
Binary file not shown.
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