Assemble video from slides in mediasite import #2
Notifications
Due Date
No due date set.
Blocks
#4 Fixes Issue #2
DMC/play-daemon
Reference: DMC/play-daemon#2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mediasite saves one of its 4 streams as a collection of jpg images instead of a true video stream. This slide deck needs to be transformed into an actual video file for the new player.
The queue job when importing from mediasite will contain an extra field,
slides
, that maps to a list of slide objects that each has the members "url" and "time":What needs to be done:
slides
subdirectory_download()
function automatically uses a valid account._download()
function should start reusing a single connection in order to speed up downloading many files.mypackage
in the same way as the list in the job file, but with absolute local paths.slides
key in the package dictslides
key should be silently ignored.duration
in the concat syntax is unclear, will need to be tested.self.variants
.sources
list.pipeline.notify()
should delete aslides
key if it exists.slides
key should be silently ignored.The major stuff is done.
What is left is:
Test a few more lectures
Find a bug? of durations for the slide videos either in the sources or the code