Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
merge_av
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
胡斌
2018-06-28 21:00:27 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
95cb7c200ed291b5aa44577cbace8a869502049e
95cb7c20
1 parent
e98d68f0
format the help info
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
3 行删除
merge_av/merge_av.cpp
merge_av/merge_av.cpp
查看文件 @
95cb7c2
...
...
@@ -1136,9 +1136,10 @@ int main(int argc, char * argv[])
printf
(
" run ffmpeg to merge audio and video files according to the record info file,
\n
usage:"
);
printf
(
"
\n
%s record_info_filename [-p] [-k]"
,
argv
[
0
]);
printf
(
"
\n
-p :only print the command,don't run ffmpeg"
);
printf
(
"
\n
-k :keep the temp files
\n
"
);
printf
(
"
\n
-c :only convert mp4 files
\n
"
);
printf
(
"
\n
-t :recodec h264
\n
"
);
printf
(
"
\n
-k :keep the temp files"
);
printf
(
"
\n
-c :only convert mp4 files"
);
printf
(
"
\n
-t :recodec h264"
);
printf
(
"
\n
"
);
return
-
1
;
}
...
...
请
注册
或
登录
后发表评论