Davinci Resolve: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
== Installation == | == Installation == | ||
* Install dependencies. | * Install dependencies. These are prompted for you if you run the installer first (go for it). | ||
sudo apt install libapr1 libaprutil1 libasound2 | |||
Ubuntu 25.04 had me use: | |||
sudo apt install libapr1t64 libaprutil1t64 libasound2t64 | |||
But then DaVinci Resolve wasn't happy... | |||
TODO ^ | |||
* Get their installer, run as root, go through all the steps. | * Get their installer, run as root, go through all the steps. | ||
* Run it via gnome or albert. | * Run it via gnome or albert. | ||
| Line 7: | Line 14: | ||
cd /opt/resolve/bin | cd /opt/resolve/bin | ||
./resolve | ./resolve | ||
== Importing == | == Importing == | ||
Apparently it only edits *.mov files and you have to use ffmpeg or whatever to convert your *.mp4 files. | Apparently it only edits *.mov files and you have to use ffmpeg or whatever to convert your *.mp4 files. | ||
Okay, that was fun, byeeee! Opening [[Blender]]... | Okay, that was fun, byeeee! Opening [[Blender]]... | ||
Latest revision as of 00:57, 16 December 2025
Installation
- Install dependencies. These are prompted for you if you run the installer first (go for it).
sudo apt install libapr1 libaprutil1 libasound2
Ubuntu 25.04 had me use:
sudo apt install libapr1t64 libaprutil1t64 libasound2t64
But then DaVinci Resolve wasn't happy...
TODO ^
- Get their installer, run as root, go through all the steps.
- Run it via gnome or albert.
- It crashed, I killed it and restarted it, seemed to work:
pk resolve cd /opt/resolve/bin ./resolve
Importing
Apparently it only edits *.mov files and you have to use ffmpeg or whatever to convert your *.mp4 files.
Okay, that was fun, byeeee! Opening Blender...