Fixes Issue #2 #4
@ -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))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user