first commit

This commit is contained in:
momen
2021-10-21 14:57:58 +08:00
parent ba65bf40aa
commit 8184931095
572 changed files with 3165246 additions and 305 deletions

View 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中的音频混合输出。