Writing to: ../results/
Traceback (most recent call last):
File "sep_video.py", line 442, in <module>
ut.make_video(full_ims, pr.fps, pj(arg.out, 'fg%s.mp4' % name), snd(full_samples_fg))
File "~/multisensory/src/aolib/util.py", line 3156, in make_video
write_ims = (type(im_fnames[0]) != type(''))
IndexError: list index out of range
Do I have to run something else before sep_video.py?
I get this when I run it on my video:
Do I have to run something else before
sep_video.py
?