문제

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