feat: add fps input to PrismAudioFeatureExtractor
Exposes the video frame rate as an optional input (default 30). Correct FPS ensures accurate temporal frame sampling in VideoPrism and Synchformer feature extraction. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
{"name": "features", "type": "PRISMAUDIO_FEATURES", "links": [4], "slot_index": 0}
|
||||
],
|
||||
"properties": {"Node name for S&R": "PrismAudioFeatureExtractor"},
|
||||
"widgets_values": ["describe the video in detail", "python", "", ""]
|
||||
"widgets_values": ["describe the video in detail", 30.0, "python", "", ""]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
|
||||
Reference in New Issue
Block a user