8000 Merge pull request #126 from RPing/master · prismdata/ffmpeg-python@e0eb332 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0eb332

Browse files
authored
Merge pull request kkroening#126 from RPing/master
small fix for document
2 parents d47890a + 6b5a1f2 commit e0eb332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
389D
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Take for example a signal graph that looks like this:
4141

4242
The corresponding command-line arguments are pretty gnarly:
4343
```bash
44-
ffmpeg -i input.mp4 -filter_complex "[0]trim=start_frame=10:end_frame=20[v0];\
44+
ffmpeg -i input.mp4 -i overlay.png -filter_complex "[0]trim=start_frame=10:end_frame=20[v0];\
4545
[0]trim=start_frame=30:end_frame=40[v1];[v0][v1]concat=n=2[v2];[1]hflip[v3];\
4646
[v2][v3]overlay=eof_action=repeat[v4];[v4]drawbox=50:50:120:120:red:t=5[v5]"\
4747
-map [v5] output.mp4

0 commit comments

Comments
 (0)
0