8000 Update README.rst · mauler/django-elastic-transcoder@66a7458 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66a7458

Browse files
committed
Update README.rst
1 parent 4f60317 commit 66a7458

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@ For instance, encode an mp3
8383
transcoder = Transcoder(pipeline_id)
8484
transcoder.encode(input, outputs)
8585
86+
87+
# Transcoder can also work standalone without Django
88+
# just pass region and required aws key/secret to Transcoder, when initiate
89+
90+
transcoder = Transcoder(pipeline_id, AWS_REGION, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
91+
8692
.. |Build Status| image:: https://travis-ci.org/StreetVoice/django-elastic-transcoder.png?branch=master
8793
:target: https://travis-ci.org/StreetVoice/django-elastic-transcoder
8894
.. |Coverage Status| image:: https://coveralls.io/repos/StreetVoice/django-elastic-transcoder/badge.png?branch=master

0 commit comments

Comments
 (0)
0