This commit is contained in:
justumen
2024-12-17 14:38:57 +01:00
parent eabe9f2e10
commit 50ee5779c0
1695 changed files with 20285 additions and 18 deletions

View File

@@ -32,7 +32,7 @@ class CombineVideoAudio:
RETURN_TYPES = ("STRING", "FLOAT", "FLOAT", "INT")
RETURN_NAMES = ("video_path", "video_duration", "fps", "number_of_frames")
FUNCTION = "combine_audio_video"
CATEGORY = "video"
CATEGORY = "Bjornulf"
def get_video_frame_count(self, video_path):
try: