FIX 增加视频帧率转换节点
This commit is contained in:
parent
d91c536a66
commit
f20fa1e6fc
|
|
@ -258,7 +258,6 @@ class VideoChangeFPS:
|
||||||
|
|
||||||
def changeFps(self, video_path, fps):
|
def changeFps(self, video_path, fps):
|
||||||
try:
|
try:
|
||||||
print(video_path[1])
|
|
||||||
if not (video_path.startswith("/") or video_path.startswith("output/") or video_path[1] == ":"):
|
if not (video_path.startswith("/") or video_path.startswith("output/") or video_path[1] == ":"):
|
||||||
video_path = "output/" + video_path
|
video_path = "output/" + video_path
|
||||||
loguru.logger.info("Processing video: %s", video_path)
|
loguru.logger.info("Processing video: %s", video_path)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue