正在显示
1 个修改的文件
包含
4 行增加
和
3 行删除
| @@ -1136,9 +1136,10 @@ int main(int argc, char * argv[]) | @@ -1136,9 +1136,10 @@ int main(int argc, char * argv[]) | ||
| 1136 | printf(" run ffmpeg to merge audio and video files according to the record info file,\nusage:"); | 1136 | printf(" run ffmpeg to merge audio and video files according to the record info file,\nusage:"); |
| 1137 | printf("\n %s record_info_filename [-p] [-k]", argv[0]); | 1137 | printf("\n %s record_info_filename [-p] [-k]", argv[0]); |
| 1138 | printf("\n -p :only print the command,don't run ffmpeg"); | 1138 | printf("\n -p :only print the command,don't run ffmpeg"); |
| 1139 | - printf("\n -k :keep the temp files\n"); | ||
| 1140 | - printf("\n -c :only convert mp4 files\n"); | ||
| 1141 | - printf("\n -t :recodec h264\n"); | 1139 | + printf("\n -k :keep the temp files"); |
| 1140 | + printf("\n -c :only convert mp4 files"); | ||
| 1141 | + printf("\n -t :recodec h264"); | ||
| 1142 | + printf("\n"); | ||
| 1142 | return -1; | 1143 | return -1; |
| 1143 | } | 1144 | } |
| 1144 | 1145 |
-
请 注册 或 登录 后发表评论