Professional Video Applications

RSS for tag

Exchange data with Final Cut Pro X and create effects plugins for Final Cut Pro X and Motion using Professional Video Applications.

Posts under Professional Video Applications tag

44 Posts

Post

Replies

Boosts

Views

Activity

Access to Final Cut Pro files through extension
Hi, I am developing a Final Cut Pro workflow extension. I would like to upload a Final Cut Pro video with the extension. As far as I understand both the macOS app and the extension are sandboxed and the user doesn't have a direct access to the Final Cut Pro folders. Here there is a described way to receive media through a custom share destination. So far I have been able to parse the XML describing the video after dragging the video from FCP and dropping it in the extension. I have the URL of the video but no access to it - permissions denied. Can I programmatically acquire access to the folder/ file in question? Or have the user allow access at the beginning and use it later? Or should I use custom shared destination for that purpose? Thank you in advance!
0
0
1.1k
Mar ’22
Issues playing video in a Web application
Hello everyone, I am developing a web application and I have a video presentation within the app and it seems to have issues only the iPad or mobile devices. I've read that autoplay doesn't seem to work on the iOS systems anymore and playing muted is allow. I've verified this but is there any way to get the video to play? I have a button the should start the video but it doesn't I've also tried using various other things to get it to work but to no avail. I'm currently using a software platform called Bubble.io using javascript, HTML, Dom commands. Any tips/advise would be greatly appreciated also here is a link to the test video to show what is going on. https://testingvideoplayer.bubbleapps.io/version-test?debug_mode=true If you have any questions/concerns let me know.
0
0
1.2k
Feb ’22
Final Cut Pro Workflow Extension - Access FCPXSequence data
Hi, I’m trying to make a very simple Workflow Extension for Final Cut Pro. No problem to access timeline objects from the code below : host = ProExtensionHostSingleton() as? FCPXHost let timeline = host.timeline But how to access data from other proxy objects like FCPXProject or FCPXSequence ? If someone can give me an example or a little advice on how to use it, that would be really helpful. Thanks
0
0
892
Jan ’22
Latest FCPX update causing audio waveform delay
Entirely new problem occurred with previously normal clips. Only change is the latest FCPX update. Everytime you trim a clip or move it in the timeline, the audio waveform disappears for 20-30 seconds severely affecting productivity if you’re using audio to determine where to rough cut clips. The audio plays absolutely fine and the waveforms eventually appear but it is an extremely annoying bug that a lot of others have seemed to have experienced since the update. Could this please be sorted ASAP?
0
0
729
Nov ’21
Access to Final Cut Pro files through extension
Hi, I am developing a Final Cut Pro workflow extension. I would like to upload a Final Cut Pro video with the extension. As far as I understand both the macOS app and the extension are sandboxed and the user doesn't have a direct access to the Final Cut Pro folders. Here there is a described way to receive media through a custom share destination. So far I have been able to parse the XML describing the video after dragging the video from FCP and dropping it in the extension. I have the URL of the video but no access to it - permissions denied. Can I programmatically acquire access to the folder/ file in question? Or have the user allow access at the beginning and use it later? Or should I use custom shared destination for that purpose? Thank you in advance!
Replies
0
Boosts
0
Views
1.1k
Activity
Mar ’22
Issues playing video in a Web application
Hello everyone, I am developing a web application and I have a video presentation within the app and it seems to have issues only the iPad or mobile devices. I've read that autoplay doesn't seem to work on the iOS systems anymore and playing muted is allow. I've verified this but is there any way to get the video to play? I have a button the should start the video but it doesn't I've also tried using various other things to get it to work but to no avail. I'm currently using a software platform called Bubble.io using javascript, HTML, Dom commands. Any tips/advise would be greatly appreciated also here is a link to the test video to show what is going on. https://testingvideoplayer.bubbleapps.io/version-test?debug_mode=true If you have any questions/concerns let me know.
Replies
0
Boosts
0
Views
1.2k
Activity
Feb ’22
Final Cut Pro Workflow Extension - Access FCPXSequence data
Hi, I’m trying to make a very simple Workflow Extension for Final Cut Pro. No problem to access timeline objects from the code below : host = ProExtensionHostSingleton() as? FCPXHost let timeline = host.timeline But how to access data from other proxy objects like FCPXProject or FCPXSequence ? If someone can give me an example or a little advice on how to use it, that would be really helpful. Thanks
Replies
0
Boosts
0
Views
892
Activity
Jan ’22
Latest FCPX update causing audio waveform delay
Entirely new problem occurred with previously normal clips. Only change is the latest FCPX update. Everytime you trim a clip or move it in the timeline, the audio waveform disappears for 20-30 seconds severely affecting productivity if you’re using audio to determine where to rough cut clips. The audio plays absolutely fine and the waveforms eventually appear but it is an extremely annoying bug that a lot of others have seemed to have experienced since the update. Could this please be sorted ASAP?
Replies
0
Boosts
0
Views
729
Activity
Nov ’21