-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
When receiving a video job the Whisper component generates tracks with improper frame ranges. When running WHISPER SPEECH DETECTION WITH QWEN SUMMARIZATION PIPELINE I was getting:
2026-01-21 21:10:45,929 ERROR [Camel (camelContext) thread #119 - JmsConsumer[MPF.JOB_ROUTER]] o.m.m.w.c.JobCompleteProcessor - [Job 2] Failed to create the output object due to: java.lang.IllegalArgumentException: Invalid range: [0..-1]
java.lang.IllegalArgumentException: Invalid range: [0..-1]
Also, the Whisper component processes the entire video instead of the specified frame range when receiving a sub-job for a video segment. For now we will disable video segmentation for Whisper.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress