mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Update readme
This commit is contained in:
parent
e947774eab
commit
9a64b5ce9b
@ -51,8 +51,8 @@ If you're like me and find Python to be powerful and readable, it's easy with `f
|
|||||||
```
|
```
|
||||||
import ffmpeg
|
import ffmpeg
|
||||||
|
|
||||||
in_file = ffmpeg.file_input(TEST_INPUT_FILE)
|
in_file = ffmpeg.file_input('input.mp4')
|
||||||
overlay_file = ffmpeg.file_input(TEST_OVERLAY_FILE)
|
overlay_file = ffmpeg.file_input('overlay.png')
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
.concat(
|
.concat(
|
||||||
in_file.trim(10, 20),
|
in_file.trim(10, 20),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user