From 0f1a1e4c1ddeb9c6e9a3ca72eabcb56331d723fd Mon Sep 17 00:00:00 2001 From: Jared Bruni Date: Thu, 30 Jan 2020 16:45:31 -0800 Subject: [PATCH] removed string output --- acidcam/acidcam-cli-main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/acidcam/acidcam-cli-main.cpp b/acidcam/acidcam-cli-main.cpp index f8b4d6a..a824cd6 100644 --- a/acidcam/acidcam-cli-main.cpp +++ b/acidcam/acidcam-cli-main.cpp @@ -367,7 +367,6 @@ bool parseRes(const std::string &text, int &fw, int &fh) { void output_software_info(std::string name) { std::cout << name << " " << APP_VERSION << " filters version: " << ac::version << - ((ac::OpenCL_Enabled()) ? "\nOpenCL Enabled." : "\nOpenCL Not Enabled") << "\n\nCommand Line Arguments\n-l List filters\n-L list filters sorted by name\n-i input video\n-o output video\n-f filter list\n-v image visible\n-c r,g,b set colors\n-d set color index\n-p plugin\n-x list plugins in path\n-n plugin index\n-g image file for blend with image filters\n-b brightness\n-m gamma\n-s saturation\n-r colormap\n-k color key image\n-a additional videos\n-A add together frames for multiple video files.\n-C add together by scale of how many videos\n-O Use or to concat multiple videos\n-N use and to concat multiple video files.\n-X Xor frames for multiple video files.\n-e source flip video frame\n-S subfilter\n-u Resolution ex: 1920x1080\n-R stretch on resize\n-F force fps\n-I skip frames\n-T Set thread count (default is 4)\n-H use HEVC x265 (if your system has it)\n-V use AVC x264\n-J fourcc\n-j second layer video\n"; #if METACALL_ENABLED