From 21c5b03ebac9be6aea21c7d50311d622b5cef0ec Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Fri, 2 Nov 2018 21:52:34 -0400 Subject: [PATCH] updated README for 2.1.4 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 20b1c9f..e48d139 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ A test is undergoing for version 2.1.1 to verify is stability. Please wait patie ### This software is currently designed for Windows. +## 2.1.4 (November 2, 2018) + +- Added hardware acceleration option for ffmpeg. Ffmpeg will use hardware acceleration (GPU, usually) if `--gpu` or `--cudnn` is given. You can customize the method to use in `video2x.json`. + ## 2.1.1 (October 22, 2018) - Fixed video stream and audio stream indexing issues.