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

Skip to content

Commit a1c4c9b

Browse files
committed
Update readme
1 parent 0224e2d commit a1c4c9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import ffmpeg
1515
stream = ffmpeg.input('input.mp4')
1616
stream = ffmpeg.hflip(stream)
1717
stream = ffmpeg.output(stream, 'output.mp4')
18-
ffmpeg.run(v)
18+
ffmpeg.run(stream)
1919
```
2020

2121
Or if you prefer a fluent interface:
@@ -48,7 +48,7 @@ ffmpeg -i input.mp4 \
4848
-map [v5] output.mp4
4949
```
5050

51-
Maybe this looks great to you, but if you're not an FFmpeg command-line expert, it probably looks pretty alien.
51+
Maybe this looks great to you, but if you're not an FFmpeg command-line expert, it probably looks alien.
5252

5353
If you're like me and find Python to be powerful and readable, it's easy with `ffmpeg-python`:
5454
```
@@ -125,7 +125,7 @@ When in doubt, refer to the [existing filters](https://github.com/kkroening/ffmp
125125

126126
Feel free to report any bugs or feature requests.
127127

128-
It should be fairly easy to use filters that aren't explicitly built into `ffmpeg-python` but if there's a feature or filter you'd really like to see included in the library, don't hesitate to open a feature request in GitHub.
128+
It should be fairly easy to use filters that aren't explicitly built into `ffmpeg-python` but if there's a feature or filter you'd really like to see included in the library, don't hesitate to open a feature request.
129129

130130
Pull requests are welcome as well.
131131

0 commit comments

Comments
 (0)
0