8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f520618 commit d7af3e9Copy full SHA for d7af3e9
README.md
@@ -38,7 +38,7 @@ Take for example a signal graph that looks like this:
38
The corresponding command-line arguments are pretty gnarly:
39
```
40
ffmpeg -i input.mp4 \
41
- -filter_complex "\
+ -vf "\
42
[0]trim=start_frame=10:end_frame=20,setpts=PTS-STARTPTS[v0];\
43
[0]trim=start_frame=30:end_frame=40,setpts=PTS-STARTPTS[v1];\
44
[v0][v1]concat=n=2[v2];\
0 commit comments