8000 Update readme · Powercoder64/ffmpeg-python@4b54df2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b54df2

Browse files
committed
Update readme
1 parent e095879 commit 4b54df2

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
@@ -14,7 +14,7 @@ Flip a video horizontally:
1414
import ffmpeg
1515
stream = ffmpeg.input('input.mp4')
1616
stream = ffmpeg.hflip(stream)
17-
stream = ffmpeg.output(stream)
17+
stream = ffmpeg.output(stream, 'output.mp4')
1818
ffmpeg.run(v)
1919
```
2020

0 commit comments

Comments
 (0)
0