How to handle different values of fps, when your video is x1 fps, your sequence x2 fps, TICKS, etc?
Hello,
So here is my configuration:
- A sequence that has 25 FPS
- A video that has 30 FPS
- and Some Audios

Ok then HOW to obtain the FPS value without looking at the UI?
I tried:
Item.getFootageInterpretation().frameRate;
Results:
- Sequences: 2.75404699046078e-8
- (Audios): 2.75404699046078e-8
- Video: 30 FPS (CORRECT).

The problem is as you can see my sequence here is actually 25 FPS (cf screenshot), and I have No method to obtain its actual FPS,
or......................... is there?
Edit:
I am not sure how the sequence FPS is "set" from the beginning? So I am not sure how to "predict" its value.