8000 #4: update readme to use -vf · Powercoder64/ffmpeg-python@d7af3e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7af3e9

Browse files
committed
kkroening#4: update readme to use -vf
1 parent f520618 commit d7af3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Take for example a signal graph that looks like this:
3838
The corresponding command-line arguments are pretty gnarly:
3939
```
4040
ffmpeg -i input.mp4 \
41-
-filter_complex "\
41+
-vf "\
4242
[0]trim=start_frame=10:end_frame=20,setpts=PTS-STARTPTS[v0];\
4343
[0]trim=start_frame=30:end_frame=40,setpts=PTS-STARTPTS[v1];\
4444
[v0][v1]concat=n=2[v2];\

0 commit comments

Comments
 (0)
0