Fixes Issue #2 #4
@ -163,6 +163,7 @@ class _Worker:
|
|||||||
package_id, outstream, runtime)
|
package_id, outstream, runtime)
|
||||||
return outstream
|
return outstream
|
||||||
|
|
||||||
|
# Function to make a video from images used for the slideshow
|
||||||
def make_slides_video(self, package_id, demux_file, outdir, maxheight, preset, crf):
|
def make_slides_video(self, package_id, demux_file, outdir, maxheight, preset, crf):
|
||||||
self.logger.debug("%s - Preparing slides for processing", package_id)
|
self.logger.debug("%s - Preparing slides for processing", package_id)
|
||||||
outstream = '{}-{}-{}-{}.mp4'.format('slides', maxheight, preset, crf)
|
outstream = '{}-{}-{}-{}.mp4'.format('slides', maxheight, preset, crf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user