I am editing some videos in Final Cut and I would like to make these available on my website. I have added some keywords to the videos. Is there a way I can extract/read these keywords using php scripts?

Is this metadata stored in the same way as ID3 tags? How can the php script read them?

Thanks.

有帮助吗?

解决方案

Your best bet is to find an API which can handle Apple Final Cut files or to make your own (hard, especially if the format is not open). Otherwise your best bet is to manually enter the keywords to the website.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top