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 73b6cb119e - Show all commits

View File

@ -73,6 +73,7 @@ class Transcoder:
crf, preset = self.variants[maxheight] crf, preset = self.variants[maxheight]
slides[maxheight] = pool.apply_async(_Worker.make_slides_video, slides[maxheight] = pool.apply_async(_Worker.make_slides_video,
(self.worker, (self.worker,
package_id,
package['demux_file'], package['demux_file'],
workbase, workbase,
maxheight, preset, crf)) maxheight, preset, crf))