Fixes Issue #2 #4
@ -163,6 +163,7 @@ class _Worker:
|
||||
package_id, outstream, runtime)
|
||||
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):
|
||||
self.logger.debug("%s - Preparing slides for processing", package_id)
|
||||
outstream = '{}-{}-{}-{}.mp4'.format('slides', maxheight, preset, crf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user