Skip to content

Commit

Permalink
Merge branch 'master' of github.com:amietn/vcsi
Browse files Browse the repository at this point in the history
  • Loading branch information
amietn committed Aug 27, 2016
2 parents b24845c + 9004ebf commit 8d53453
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,23 @@ Create video contact sheets. A video contact sheet is an image composed of video
## Examples

```
$ vcsi bbb_sunflower_1080p_60fps_normal.mp4 -t -w 725 --background-color 000000 --metadata-font-color ffffff -g 4x4 --end-delay-percent 20
$ vcsi bbb_sunflower_1080p_60fps_normal.mp4 \
-t \
-w 725 \
-g 4x4 \
--background-color 000000 \
--metadata-font-color ffffff \
--end-delay-percent 20
```
![Image](<http://i.imgur.com/kEgQ4xl.png>)

```
$ vcsi bbb_sunflower_1080p_60fps_normal.mp4 -t -w 725 -g 3x5 -o output.png --end-delay-percent 20
$ vcsi bbb_sunflower_1080p_60fps_normal.mp4 \
-t \
-w 725 \
-g 3x5 \
--end-delay-percent 20 \
-o output.png
```
![Image](<http://i.imgur.com/nnDPpiJ.jpg>)

Expand Down

0 comments on commit 8d53453

Please sign in to comment.