MCPcopy Create free account
hub / github.com/PowerHouseMan/ComfyUI-AdvancedLivePortrait / exec_cmd

Function exec_cmd

LivePortrait/utils/video.py:18–19  ·  view source on GitHub ↗
(cmd)

Source from the content-addressed store, hash-verified

16
17
18def exec_cmd(cmd):
19 subprocess.run(cmd, shell=True, check=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
20
21
22def images2video(images, wfp, **kwargs):

Callers 3

video2gifFunction · 0.85
merge_audio_videoFunction · 0.85
change_video_fpsFunction · 0.85

Calls 1

runMethod · 0.45

Tested by

no test coverage detected