Skip to content

Commit dba65eb

Browse files
committed
Update README.rst
spelling fixes
1 parent 94f6fb5 commit dba65eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FFmpegPHP 2.6
22
=============
33

4-
FFmpegPHP is a pure OO PHP port of ffmpeg-php writter in C. It adds an easy to use,
4+
FFmpegPHP is a pure OO PHP port of ffmpeg-php (written in C). It adds an easy to use,
55
object-oriented API for accessing and retrieving information from video and audio files.
66
It has methods for returning frames from movie files as images that can be manipulated
7-
using PHP's image functions. This works well for automatically creating thumbnail images from movies.
7+
using PHP image functions. This works well for automatically creating thumbnail images from movies.
88
FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma...).
99
FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)
1010

@@ -19,7 +19,7 @@ Requirements
1919
Tests
2020
-----
2121

22-
**Tested on evnironment**
22+
**Tested environment**
2323

2424
- Xubuntu Linux 11.10 oneiric 64-bit
2525
- ffmpeg version N-37798-gcd1c12b

0 commit comments

Comments
 (0)