self.output_dir = Path(os.path.abspath("Bjornulf/concat_videos")) os.makedirs(self.work_dir, exist_ok=True) os.makedirs(self.output_dir, exist_ok=True) def concat ...
I'm a relative newbie so hopefully I'm not adding more work. In the Python List Ops project 'list_ops.py', def concat(lists): is supposed to "(given a series of lists ...