From c219567dd70235ef83503b62d9a444b05c76253a Mon Sep 17 00:00:00 2001 From: mmntnth Date: Sun, 13 Jan 2019 02:53:51 +0900 Subject: [PATCH] Remove convertTwoByteToOneByte option from config.sample --- config/config.sample.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config/config.sample.json b/config/config.sample.json index e00975a1b..b389eca15 100644 --- a/config/config.sample.json +++ b/config/config.sample.json @@ -6,7 +6,6 @@ "ffmpeg": "/usr/local/bin/ffmpeg", "ffprobe": "/usr/local/bin/ffprobe", "maxEncode": 2, - "convertTwoByteToOneByte": true, "encode": [ { "name": "H264",