胡斌

format help

@@ -1706,8 +1706,9 @@ int main(int argc, char * argv[]) @@ -1706,8 +1706,9 @@ int main(int argc, char * argv[])
1706 printf(" run ffmpeg to merge video files to one pip video according to record info file,\nusage:"); 1706 printf(" run ffmpeg to merge video files to one pip video according to record info file,\nusage:");
1707 printf("\n %s record_info_filename [-p] [-k]", argv[0]); 1707 printf("\n %s record_info_filename [-p] [-k]", argv[0]);
1708 printf("\n -p :only print the command,don't run ffmpeg"); 1708 printf("\n -p :only print the command,don't run ffmpeg");
1709 - printf("\n -k :keep the temp files\n");  
1710 - printf("\n -d :individual files for different time segment\n"); 1709 + printf("\n -k :keep the temp files");
  1710 + printf("\n -d :individual files for different time segment");
  1711 + printf("\n\n");
1711 return -1; 1712 return -1;
1712 } 1713 }
1713 1714