[REF] - Length Calculator

Hello,

I usually do audioreactive “Videos” with TD. Therefor the length of the Video is determined by the length of the audio. To find aut the length of the Video I use https://www.zapstudio.net/framecalc/ to find out the length in Frames.

Maybe you could add a functionally that calculate the “Ends”

image

based on a “AUDIO FILE IN CHOP”

Using an infoCHOP you can get quite some information on that topic.
i.E. file_length gives you the length of the audioFile in samples. Dividing that be the sampleRate will give you the length in seconds.
But even better, you can use file_length_frames which already gives you the lenght in frames (framerate dependable!) So no need for calculation.
There also are true_file_length members. They do not consider trimming-operations done in the audiofilein tab.

Hi @alphamoonbase … thanks for you help and for the deeper insights !