Questions tagged [blackmagic-fusion]

Blackmagic Fusion is a compositing package for post-production developed by Blackmagic Design. It is used to create visual effects for feature films, TV-series, music videos and commercials and employs a node-based GUI.

Blackmagic Fusion, formerly eyeon Fusion, is a compositing package developed by Blackmagic Design. It is used to create visual effects for feature films, TV-series, music videos and commercials and employs a node-based GUI. Since mid 2018 it's a part of DaVinci Resolve editing and color grading software by Blackmagic Design.

7 questions
3
votes
4 answers

How to translate a Python script to Lua script?

I am trying to translate a piece of code I wrote from Python to Lua. I am using this code inside of compositing package Blackmagic Fusion. Any help would be greatly appreciated! Python script (working): try: comp.ActiveTool() …
iGwok
  • 323
  • 5
  • 18
2
votes
1 answer

FFMPEG DNxHR with Alpha to Webm

I'm trying to convert a video file exported from Blackmagic Fusion as DNxHR with Alpha checked to WebM or PNG. FFMPEG seems to ignore the alpha and the background is black. Is there something I need to do? This is what I'm currently using: ffmpeg…
Castles
  • 897
  • 1
  • 10
  • 29
1
vote
0 answers

How to access the 'Comment' property of a fusion clip from a script on a tool inside that clip

In brief, how can I reference the 'Comment' property of a fusion clip from a script inside the clip. I imagine something like self.clip.comment perhaps. In detail, I have added a HorizontalLineReveal to a composition. I want to set the text based on…
Andrew
  • 321
  • 2
  • 11
1
vote
0 answers

How to do a bidirectional link for Slider and SpinBox controls?

I'm trying to link two common controls in the GUI, a Slider and a SpinBox. They are from a Python library for the Blackmagic Fusion software. It happen that in the way that I'm trying it seems are overriding the Slider control with SpinBox…
AlbertoGZ
  • 11
  • 2
1
vote
2 answers

Runtime error occasionally interrupts my Python script

I seem to be getting a Runtime error whilst running my Python script in Blackmagic Fusion. # "The application has requested the Runtime to terminate it in an unusual way". This does not happen every time I run the script. It only seems to pop up…
0
votes
0 answers

camera tracker in fusion studio in solve and export tab

Want to track the camera of my clip in fusion studio to import it into blender. by using the camera tracker, auto track (in track tab) works, but after that clicking solve (in solve tab) it did not do anything. dont understand the problem. same…
Sonja
  • 1
0
votes
2 answers

A way to extrude 2d text in The Foundry Nuke via Python

I'd like to know if there's a way to turn Nuke's text (contained in Text node) into polygonal object and then extrude it along Z axis? It's possible in Blackmagic Fusion, it's even possible in Apple Motion 5. Who knows how to do it in Nuke via…
Andy Jazz
  • 49,178
  • 17
  • 136
  • 220