MCPcopy
hub / github.com/OpenMotionLab/MotionGPT / save

Method save

mGPT/render/video.py:64–67  ·  view source on GitHub ↗
(self, out_path)

Source from the content-addressed store, hash-verified

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)

Callers 11

render_cliFunction · 0.95
render_motionFunction · 0.80
mainFunction · 0.80
new_dirFunction · 0.80
motion_process.pyFile · 0.80
render_animationFunction · 0.80
viz_epochFunction · 0.80
save_npyMethod · 0.80
mainFunction · 0.80
plys2npyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected