Duration of movie-different when jit.movie read it
I made a short movie (mp4) which is 7 minutes plus (400,000 milliseconds plus) length.
I wish to add some twist to it and feed it to jit.movie~ but it says the length is only 280,512 milliseconds as shown in the chart.
The frame rate is the same and the mp4 plays its sound track, which is about 7 minutes, all through, so it confuses me a lot. When I record the entire movie into another file, it lasts only 4 minutes.
Do I miss something?
Sincerely,
Jun Yamamoto

the duration and time attributes are in timescale units (for historical reasons, better left for history). use seconds and time_secs attributes instead.

Thank you, Rob.
I changed the units and it worked fine.
Sincerely,
Jun Yamamoto