Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee committed Mar 11, 2019
1 parent 7da56ee commit 0f7c5d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions python/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Major tools
**dash-ondemand-verifier** (dash_tools.ondemand_verifier)
* Performs checks on (trees of) DASH OnDemand asset and reports issues

**dash-ondemand-add-subtitles** (dash_tools.ondemand_add_subs)
* Add subtitle adaptation sets for side-loaded files to a DASH MPD

**dash-livedownloader** (dash_tools.livedownloader)
* Downloads a live DASH asset and stores on disk. Only supports
$Number$-template
Expand Down
2 changes: 1 addition & 1 deletion python/dash_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.2'
__version__ = '0.9.0'
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
console_scripts = [
'dash-ondemand-verifier=dash_tools.ondemand_verifier:main',
'dash-ondemand-creator=dash_tools.ondemand_creator:main',
'dash-ondemand-add-subtitles=dash_tools.ondemand_add_subs:main',
'dash-track-resegmenter=dash_tools.track_resegmenter:main',
'dash-batch-encoder=dash_tools.batch_encoder:main',
'dash-livedownloader=dash_tools.livedownloader:main'
Expand Down

0 comments on commit 0f7c5d1

Please sign in to comment.