回答編集履歴
1
1
answer
CHANGED
@@ -9,4 +9,6 @@
|
|
9
9
|
|
10
10
|
[OpenCV: cv::VideoWriter Class Reference](https://docs.opencv.org/3.4/dd/d9e/classcv_1_1VideoWriter.html#ac3478f6257454209fa99249cc03a5c59)
|
11
11
|
|
12
|
-
> isColor If it is not zero, the encoder will expect and encode color frames, otherwise it will work with grayscale frames (the flag is currently supported on Windows only).
|
12
|
+
> isColor If it is not zero, the encoder will expect and encode color frames, otherwise it will work with grayscale frames (the flag is currently supported on Windows only).
|
13
|
+
|
14
|
+
Windows only と書いてありますが、Windows の他、Linux (Ubuntu) でも動作することを確認しました。Mac でも機能するかどうかはわかりません。
|