mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Revert "#4: update readme to use -vf"
This reverts commit d7af3e9f5273012282e5e329d345a18d0e8ba8fe.
This commit is contained in:
parent
d7af3e9f52
commit
56102041aa
@ -38,7 +38,7 @@ Take for example a signal graph that looks like this:
|
|||||||
The corresponding command-line arguments are pretty gnarly:
|
The corresponding command-line arguments are pretty gnarly:
|
||||||
```
|
```
|
||||||
ffmpeg -i input.mp4 \
|
ffmpeg -i input.mp4 \
|
||||||
-vf "\
|
-filter_complex "\
|
||||||
[0]trim=start_frame=10:end_frame=20,setpts=PTS-STARTPTS[v0];\
|
[0]trim=start_frame=10:end_frame=20,setpts=PTS-STARTPTS[v0];\
|
||||||
[0]trim=start_frame=30:end_frame=40,setpts=PTS-STARTPTS[v1];\
|
[0]trim=start_frame=30:end_frame=40,setpts=PTS-STARTPTS[v1];\
|
||||||
[v0][v1]concat=n=2[v2];\
|
[v0][v1]concat=n=2[v2];\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user