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.94
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 .. 45 46 47 48 49 50 51 52 53 54 55 Next › Last »

marcinn commented on 2018-08-22 09:36 (UTC) (edited on 2018-08-22 09:37 (UTC) by marcinn)

Please apply this patch to make installing easier:

diff --git a/PKGBUILD b/PKGBUILD
index c68b515..7dd91ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,10 +20,11 @@ depends=('glu' 'gtk2' 'gstreamer' 'libpng12' 'lib32-libpng12' 'ocl-icd' 'openssl
          'qt5-webengine' 'qt5-websockets')
 options=('!strip')
 conflicts=('davinci-resolve-beta' 'davinci-resolve-studio' 'davinci-resolve-studio-beta')
+DOWNLOADS_DIR=`xdg-user-dir DOWNLOAD`

 if [ ! -f ${pkgdir}/DaVinci_Resolve_${pkgver}_Linux.zip ]; then
-  if [ -f $HOME/Downloads/DaVinci_Resolve_${pkgver}_Linux.zip ]; then
-    ln -sfn $HOME/Downloads/DaVinci_Resolve_${pkgver}_Linux.zip ${pkgdir}
+  if [ -f $DOWNLOADS_DIR/DaVinci_Resolve_${pkgver}_Linux.zip ]; then
+    ln -sfn $DOWNLOADS_DIR/DaVinci_Resolve_${pkgver}_Linux.zip ${pkgdir}
   else
     msg2 "Please remember to put a package archive DaVinci_Resolve_${pkgver}_Linux.zip in ${pkgdir} or in your Downloads directory."
     sleep 3

simona commented on 2018-08-20 12:28 (UTC)

==> ERRORE: impossibile trovare DaVinci_Resolve_15.0_Linux.zip nella directory di compilazione e non è un URL.

jacobgkau commented on 2018-08-19 06:12 (UTC)

On my machine running PulseAudio, I did not have sound until I installed pulseaudio-alsa from Extra. I understand why it's not a dependency (because not everyone uses PulseAudio), but I wanted to leave that here in case anyone else has the same issue. Maybe list it as optional?

r4ndom commented on 2018-08-19 05:53 (UTC)

I get the same error like @oberon2007.

Found this, but I don't really know what to do with the information: https://github.com/smartdevicelink/sdl_core/issues/809#issuecomment-246478996

oberon2007 commented on 2018-08-18 05:58 (UTC)

I'm getting core dump with: log4cxx: No appender could be found for logger (Undefined). log4cxx: Please initialize the log4cxx system properly.

satriani commented on 2018-08-15 15:42 (UTC)

@e-anima All issues of this kind, please report here https://forum.blackmagicdesign.com/viewforum.php?f=21

e-anima commented on 2018-08-14 19:53 (UTC)

mp4 isnt supported on linux in the free version. I have a dongle them mp4 works. My davinci is crashing when i drop a title to the timeline. I have a nvida gtx 750ti

Snuggle commented on 2018-08-11 20:16 (UTC)

I'm also unable to hear any sound or video after importing .mp4 videos. I can't find a single video format that's working. :/

ganthore commented on 2018-07-16 18:27 (UTC)

Using the open source amdgpu driver, davinci-resolve is crashing with a Segfaut. I didn't observe this behavior while using proprietary nvidia-drivers in the past.

In case anyone else is having this problem, I added all the related crash info to a post at the Black Magic forums: https://forum.blackmagicdesign.com/viewtopic.php?f=21&t=69688

Crashlog error: bin/resolve(_ZN7BtDebug14ReportSegfaultEiP7siginfoPv+0x44)[0x3c72984] /usr/lib/libc.so.6(+0x14afb3)[0x7f90c9201fb3] /usr/lib/libc.so.6(+0x14afb3)[0x7f90c9201fb3] /opt/resolve/libs/libFairlightPage.so(_ZN6SDebugC2EPKcS1_ibbNS_8CategoryENS_8LoadWhenEb+0x5d)[0x7f8fad1d14ed] /opt/resolve/libs/libFairlightPage.so(+0xb31cbd)[0x7f8fad4a9cbd] /opt/resolve/libs/libFairlightPage.so(+0xe2c336)[0x7f8fad7a4336] Signal Number = 11

oberon2007 commented on 2018-07-08 11:08 (UTC)

"Please remember to put a package archive DaVinci_Resolve_14.3_Linux.zip in in your Downloads directory." Where would I get that Download? From www.blackmagicdesign.com/products/davinciresolve/ I can either download 'DaVinci Resolve 15 Beta 6' for free or buy 'DaVinci Resolve 14 Studio'... ?