Package Details: davinci-resolve 19.0.3-1

Git Clone URL: https://aur.archlinux.org/davinci-resolve.git (read-only, click to copy)
Package Base: davinci-resolve
Description: Professional A/V post-production software suite from Blackmagic Design
Upstream URL: https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion
Keywords: blackmagic davinci editor resolve video
Licenses: Commercial
Conflicts: davinci-resolve-beta, davinci-resolve-studio, davinci-resolve-studio-beta
Submitter: jonathon
Maintainer: satriani
Last Packager: satriani
Votes: 142
Popularity: 2.08
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2024-10-22 20:37 (UTC)

Dependencies (24)

Required by (0)

Sources (1)

Pinned Comments

satriani commented on 2021-05-15 14:15 (UTC) (edited on 2021-05-15 14:16 (UTC) by satriani)

Issues and bugs, please report on the official forum here: https://forum.blackmagicdesign.com/viewforum.php?f=21&sid=239f0d5c49abe5d6a635b69638192e9a Thank you!

Visit DaVinci Resolve - ArchWiki before installing: https://wiki.archlinux.org/title/DaVinci_Resolve

ATTENTION: Please don't flag this package as out-of-date before beta version has been released as stable!

This is a current stable Package!

The current free beta is available here: https://aur.archlinux.org/packages/davinci-resolve-beta/

And for current studio beta here: https://aur.archlinux.org/packages/davinci-resolve-studio-beta/

Thanks.

Latest Comments

« First ‹ Previous 1 .. 50 51 52 53 54 55 56 Next › Last »

boustanihani commented on 2017-08-11 11:05 (UTC)

Question: Where should I put the "DaVinci_Resolve_12.5.6_Linux.zip" file?

sainf commented on 2017-06-17 11:18 (UTC)

Hi. I got it to work with b4 ver, but I need to change to user permissions on /opt/resolve to open it.

jonathon commented on 2017-05-19 21:22 (UTC)

I'm not convinced this software works correctly outside of a limited subset of hardware/software configuration. Going by a comment on the beta PKGBUILD [1] there is no audio support unless you have specific hardware. I think as an academic exercise this effort has likely come to a conclusion. [1] https://aur.archlinux.org/packages/davinci-resolve-beta/#news

mditto commented on 2017-05-15 22:32 (UTC)

Anyone else getting a hard crash when you try to read media from disk or switch away from the media panel and back again?

pablo1 commented on 2017-05-09 17:06 (UTC)

@thesbos: Yep I'm having the same error. Also with the beta package from AUR

odensc commented on 2017-05-02 10:35 (UTC)

Looks like something's wrong with the permissions? Running `/opt/resolve/bin/resolve` crashes after the splash screen with a permission error in the logs - running `sudo /opt/resolve/bin/resolve` works fine.

jonathon commented on 2017-04-29 13:56 (UTC)

Added libpng12 and log4cxx as deps. Switching to libopenssl-1.0-compat until openssl won't cause conversation. Let me know when it's no longer needed. Not sure if nvidia* packages are deps if you don't have an Nvidia card.

perlsite commented on 2017-04-29 13:20 (UTC) (edited on 2017-04-29 13:22 (UTC) by perlsite)

To sum it up, how you can install DaVinci Resolve 14.0b1 1. Download DaVinci_Resolve_14.0b1_Linux.zip , unzip and run installer with sudo. 2. Install nvidia(-dkms) package if you are using Nvidia and didn't do that already. 3. Install the prerequirments, plus libpng12 and log4cxx 4. Download the missing *.so.10 files from Ubuntu: http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.0.0_1.0.2g-1ubuntu4.6_amd64.deb inside /opt/resolve/libs directory and create the missing links i.e.: sudo ln -s /opt/resolve/libs/libcrypto.so.1.0.0 /opt/resolve/libs/libcrypto.so.10 sudo ln -s /opt/resolve/libs/libssl.so.1.0.0 /opt/resolve/libs/libssl.so.10 5. Run from command line: /opt/resolve/bin/resolve to test it or prefix it with QT_DEVICE_PIXEL_RATIO=2 for 4k displays. 6. Fix your /usr/share/applications/DaVinci\ Resolve.desktop For my 4k display it looks like this: [Desktop Entry] Comment= Encoding=UTF-8 Exec=env QT_DEVICE_PIXEL_RATIO=2 /opt/resolve/bin/resolve Icon=/opt/resolve/graphics/DV_Resolve.png MimeType= Name=DaVinci Resolve ServiceTypes= SwallowExec= SwallowTitle= Terminal=false TerminalOptions= Type=Application