MCPcopy Create free account
hub / github.com/Netflix/void-model / ffmpeg_exe

Function ffmpeg_exe

data_generation/kubric_variable_objects.py:132–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 return motion_params
131
132def ffmpeg_exe():
133 import shutil as _sh
134 ff = _sh.which("ffmpeg")
135 if ff: return ff
136 import imageio_ffmpeg
137 return imageio_ffmpeg.get_ffmpeg_exe()
138
139def encode_sequence(pattern_glob: str, out_mp4: Path, fps: int, lossless: bool = False):
140 out_mp4.parent.mkdir(parents=True, exist_ok=True)

Callers 1

encode_sequenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected