Fixes Issue #2 #4

Merged
dafo5502 merged 59 commits from developer into master 2021-10-25 14:41:37 +02:00
Showing only changes of commit e7c81318f6 - Show all commits

View File

@ -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)