Skip to content

Commit

Permalink
README: add bragging badges
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Apr 2, 2016
1 parent a2fddfd commit fb10f48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
@@ -1,6 +1,12 @@
Accessing Video Files as Python Sequences
=========================================

.. image:: https://travis-ci.org/rjw57/videosequence.svg?branch=master
:target: https://travis-ci.org/rjw57/videosequence

.. image:: https://coveralls.io/repos/github/rjw57/videosequence/badge.svg?branch=master
:target: https://coveralls.io/github/rjw57/videosequence?branch=master

Quite often I find myself writing scripts which need to load a few frames from a
video file, process them and save the result to disk. It's a pain to implement
video opening, seeking and decoding over and over again and complex Python
Expand Down

0 comments on commit fb10f48

Please sign in to comment.