From 82e84fa3dc91ced3b3c934c222b599657f520f9b Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Fri, 2 Nov 2018 21:49:37 -0400 Subject: [PATCH] added default hwaccel option --- video2x.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/video2x.json b/video2x.json index 0612ddf..b78106b 100644 --- a/video2x.json +++ b/video2x.json @@ -1,5 +1,6 @@ { "waifu2x_path": "C:/Program Files (x86)/waifu2x-caffe/waifu2x-caffe-cui.exe", "ffmpeg_path": "C:/Program Files (x86)/ffmpeg/bin/", - "ffmpeg_arguments": "" + "ffmpeg_arguments": [], + "ffmpeg_hwaccel": "cuda" } \ No newline at end of file