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 fae0286f0d - Show all commits

View File

@ -47,6 +47,7 @@ class Transcoder:
slides_thumb = 'slides_thumb{}'.format(ext)
shutil.copy2(stream['poster'],os.path.join(workbase, slides_thumb))
stream['poster'] = slides_thumb
stream.pop('demux_file')
elif 'video' in stream:
streampath_rel = stream['video']