We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d47890a + 6b5a1f2 commit e0eb332Copy full SHA for e0eb332
1 file changed
README.md
@@ -41,7 +41,7 @@ Take for example a signal graph that looks like this:
41
42
The corresponding command-line arguments are pretty gnarly:
43
```bash
44
-ffmpeg -i input.mp4 -filter_complex "[0]trim=start_frame=10:end_frame=20[v0];\
+ffmpeg -i input.mp4 -i overlay.png -filter_complex "[0]trim=start_frame=10:end_frame=20[v0];\
45
[0]trim=start_frame=30:end_frame=40[v1];[v0][v1]concat=n=2[v2];[1]hflip[v3];\
46
[v2][v3]overlay=eof_action=repeat[v4];[v4]drawbox=50:50:120:120:red:t=5[v5]"\
47
-map [v5] output.mp4
0 commit comments