May 23, 20178 yr Hello in my DB fin FMPadv 13 I have containers with movies. Is there a way to calculate the duration of these films? I dont have the GetContainerAttribute in my application and i understand it will not return many infos for Movies. Is there an Applescript I could use to get the duration? Thanks a lot Edited May 23, 20178 yr by dkey
May 23, 20178 yr What type are your movie files? And are they embedded in the container field, or are they stored externally?
May 23, 20178 yr With MBS FileMaker Plugin you can use various functions for this. You can use QTMovie or AVAsset to open the video/audio file and read metadata like duration. Or if you show it in an interactive container to run javascript with WebView.RunJavaScript and query duration.
Create an account or sign in to comment