From 2d40f9d62cad61d3d829be3f443a57cfddf425fd Mon Sep 17 00:00:00 2001 From: Abir-Tx <28858998+Abir-Tx@users.noreply.github.com> Date: Wed, 6 Jan 2021 01:31:46 +0600 Subject: [PATCH] Fix type and note display lines --- ffmpeg-coder.cpp | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/ffmpeg-coder.cpp b/ffmpeg-coder.cpp index e3e9809..7841b38 100644 --- a/ffmpeg-coder.cpp +++ b/ffmpeg-coder.cpp @@ -46,7 +46,7 @@ class ffmpeg }; void show_encodes() { - std::cout<<"Which video encoding do you prefer: "<> choice; - std::cout<<"Select the appropriate video bitrate (default is 8 MBPS): "; - std::cout<> video_name; clear_screen(); + std::cout << "Note: Video file names with space does not work."; + std::cout << std::endl; std::cout << "NB: Input -1 to Exit the input loop"; std::cout << std::endl; - std::cout << "Your input video file name is: " << video_name; + std::cout << "Your inputted video file's name is: " << video_name; std::cout << std::endl; //preparing the prefix and suffix code for ffmpeg convertion + std::cout << "Generated code to run in your CLI in the specified video file Directory: "; std::cout << std::endl; std::cout << std::endl; - std::cout<<"Generated code to run in your CLI in the specified video file Directory: "; - std::cout<