Skip to content

Commit

Permalink
README: add custom font example command
Browse files Browse the repository at this point in the history
  • Loading branch information
amietn committed Jun 14, 2019
1 parent 5dc8fcf commit 00a94d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ $ vcsi bbb_sunflower_2160p_60fps_normal.mp4 \
-g 4x4 \
--background-color 000000 \
--metadata-font-color ffffff \
--end-delay-percent 20
--end-delay-percent 20 \
--metadata-font /usr/share/fonts/TTF/DejaVuSans-Bold.ttf
```
![Image](<http://i.imgur.com/rAItOp3.png>)

Expand All @@ -26,6 +27,7 @@ $ vcsi bbb_sunflower_2160p_60fps_normal.mp4 \
-w 850 \
-g 3x5 \
--end-delay-percent 20 \
--timestamp-font /usr/share/fonts/TTF/DejaVuSans.ttf \
-o output.png
```
![Image](<http://i.imgur.com/TA4JXal.jpg>)
Expand Down

0 comments on commit 00a94d6

Please sign in to comment.