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
胡斌
2017-11-30 23:20:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1f00714668440ed991dda0d72ba30ca9897316d1
1f007146
1 parent
f8804b08
add version
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
0 行删除
merge_av/merge_av.cpp
merge_av/merge_av.vcxproj
merge_av/merge_av.cpp
查看文件 @
1f00714
...
...
@@ -274,6 +274,7 @@ void load_codec_param()
int
main
(
int
argc
,
char
*
argv
[])
{
if
(
argc
<
2
)
{
printf
(
" merge_av 1.0.0
\n
"
);
printf
(
" run ffmpeg to merge audio and video files according to the record info file,
\n
usage:"
);
printf
(
"
\n
%s record_info_filename [-p]"
,
argv
[
0
]);
printf
(
"
\n
-p :only print the command,don't run ffmpeg
\n
"
);
...
...
merge_av/merge_av.vcxproj
查看文件 @
1f00714
...
...
@@ -81,6 +81,7 @@
<ItemGroup>
<ClCompile Include="merge_av.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
</ClCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
...
...
请
注册
或
登录
后发表评论