(self, out_path)
| 62 | self.video = mp.CompositeVideoClip([self.video, video_text]) |
| 63 | |
| 64 | def save(self, out_path): |
| 65 | out_path = str(out_path) |
| 66 | self.video.subclip(0, self.duration).write_videofile( |
| 67 | out_path, **self._conf) |
no outgoing calls
no test coverage detected