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<