Skip to content

Commit 8776cfd

Browse files
committed
Add note for file name with spaces
1 parent 4ea1721 commit 8776cfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ffmpeg-coder.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ class ffmpeg
286286
void h264()
287287
{
288288
//Taking the video name input
289+
std::cout<<"Note: Video file names with space does not work.";
290+
std::cout<<std::endl;
289291
std::cout << "Please input the video file name without file extension: ";
290292
// getline(std::cin, video_name);
291293
std::cin >> video_name;

0 commit comments

Comments
 (0)