Skip to content

Commit b4d68a0

Browse files
committed
fix: `的位置打错了
1 parent 62574e0 commit b4d68a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Solutions/Other-FFmpeg-SomeCommonUsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ffmpeg -i 0.mp4 -i 0.png -filter_complex "[0:v][1:v]overlay=180:450,drawtext=tex
114114

115115
### 合并视频和字幕
116116

117-
假设当前目录下有```0.mp4```和````0.ass``,则可以:
117+
假设当前目录下有```0.mp4``````0.ass```,则可以:
118118

119119
```bash
120120
ffmpeg -i 0.mp4 -vf "ass=0.ass" -c:a copy output.mp4

0 commit comments

Comments
 (0)