first commit
This commit is contained in:
3
content/deepin折腾笔记/第六章/6.11.6.md
Executable file
3
content/deepin折腾笔记/第六章/6.11.6.md
Executable file
@@ -0,0 +1,3 @@
|
||||
# 6.11.6 ffmpeg 视频合并音频
|
||||
ffmpeg -i in.mp4 -i in.mp3 -c copy -map 0:v -map 1:a out.mp4
|
||||
in.mp4中的视频与in.mp3中的音频合并。
|
||||
Reference in New Issue
Block a user