first commit
This commit is contained in:
3
content/deepin折腾笔记/第六章/6.11.5.md
Executable file
3
content/deepin折腾笔记/第六章/6.11.5.md
Executable file
@@ -0,0 +1,3 @@
|
||||
# 6.11.4 ffmpeg 提取音频
|
||||
ffmpeg -i in.mp4 -i in.mp3 -c:v copy -c:a copy out.mp4
|
||||
或简化成:ffmpeg -i in.mp4 -i in.mp3 -c copy out.mp4in.mp4中的视频和音频与in.mp3中的音频混合输出。
|
||||
Reference in New Issue
Block a user