In a script, both
myVideoFile.metadata.video.framerate
and
myVideoFile.metadata.video_text.framerate
give me the number with a trailing "fps", eg. "30 fps".
Is there a way of getting just the number (other than parsing the string myself, ofc)?
(I'm on the latest beta 13.18.5.)