Skip to content

Commit

Permalink
Addresses a typo in the readme, closes #148
Browse files Browse the repository at this point in the history
Just fix the typo in the Readme)
  • Loading branch information
poctek authored and bikeath1337 committed Nov 10, 2016
1 parent aeef1f7 commit 1129c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -82,7 +82,7 @@ movie.transcode("movie.mp4") { |progress| puts progress } # 0.2 ... 0.5 ... 1.0
Give custom command line options with an array.

``` ruby
movie.transcode("movie.mp4", %w(-ac aac -vc libx264 -ac 2 ...)")
movie.transcode("movie.mp4", %w(-ac aac -vc libx264 -ac 2 ...))
```

Use the EncodingOptions parser for humanly readable transcoding options. Below you'll find most of the supported options.
Expand Down

0 comments on commit 1129c67

Please sign in to comment.