-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Is your feature request related to a problem? Please describe.
The Mp4ReaderSource module currently restricts playback to the original FPS of the input file. This limitation can become a bottleneck in scenarios where faster processing is required—such as clip generation or batch analysis—where real-time playback is not necessary.
Describe the solution you'd like
It would be helpful to introduce a property in the module configuration that allows overriding the playback FPS. This would enable the module to run faster or slower than the file’s native FPS, depending on the use case.
Additional context
Allowing custom playback rates would improve flexibility for non-real-time workflows and speed up tasks like data preprocessing or segment extraction.