mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-26 14:48:51 -03:00
0.62
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user