diff --git a/cpp/cfgfile.cpp b/cpp/cfgfile.cpp index b752a00..b740cbd 100644 --- a/cpp/cfgfile.cpp +++ b/cpp/cfgfile.cpp @@ -1,3 +1,8 @@ +//A Test to read Config files +// The Config File Should be a text file +// and the content as follows +// key=value + #include #include #include diff --git a/cpp/m4s_to_mp4.cpp b/cpp/m4s_to_mp4.cpp index 8a40211..0cd6b15 100644 --- a/cpp/m4s_to_mp4.cpp +++ b/cpp/m4s_to_mp4.cpp @@ -1,3 +1,6 @@ +//This tool is to automatically execute ffmpeg +//Use audio.m4s and video.m4s file to generate a .mp4 file. + #include #include #include