Package Details: davinci-resolve 19.0.1-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: 138
Popularity: 2.21
First Submitted: 2017-04-19 20:57 (UTC)
Last Updated: 2024-09-05 20:35 (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 .. 33 34 35 36 37 38 39 40 41 42 43 .. 54 Next › Last »

nixit commented on 2019-08-16 20:39 (UTC) (edited on 2019-08-16 20:40 (UTC) by nixit)

Just installed the latest davinci-resolve 16.0-2. I noticed line 25 in the pkgbuild still references the beta version:

"if [ ${pkgname} == "davinci-resolve-studio-beta" ]; then"

Not sure if this was missed.

funnyprun commented on 2019-08-15 16:52 (UTC)

Hello, this package is working very good aside from an issue where I am unable to input Japanse characters in the textboxes. I'm using fcitx-mozc and fcitx-diagnose tool reports no problems with qt5 nor gtk2. So, I'm a bit confused as to what is causing this problem. I would appreciate any help!

C_Schmidpeter commented on 2019-07-24 07:48 (UTC)

@Weby: Thank you for the hint! I already removed it.

FraYoshi commented on 2019-07-24 07:08 (UTC)

there's something broken but can't find where.. basically, gets created a symlink that points to "/home/alex/Downloads/DaVinci_Resolve_${pkgver}_Linux.zip" I've solved creating the user "alex" and giving permissions.

Weby commented on 2019-07-21 15:21 (UTC)

@cschmid bzip2 reinstated the symlink in the latest version. Remove the symlink or --overwrite it with pacman.

wojtex commented on 2019-07-11 16:10 (UTC) (edited on 2019-07-11 16:19 (UTC) by wojtex)

@cschmid, maybe you have to import videos in MJPEG format: ffmpeg -i INPUT_VIDEO.MP4 -codec:video mjpeg -q:v 3 -an OUTPUT_VIDEO.AVI

About bzip2, maybe instead of arguing on bugtracker, just edit the davinci-resolve PKGBUILD to provide that symlink?

C_Schmidpeter commented on 2019-07-08 08:01 (UTC)

Added a request to reopen the libbzip2 bug ticket in order to add the missing symlink again (https://bugs.archlinux.org/task/63070).

C_Schmidpeter commented on 2019-07-07 09:14 (UTC)

@Weby: Thank you, that is much more elegant than downgrading. I can start the app now, however I don't see any video playback / video preview. All vidio display is simply missing.

Does anybody know how to fix that?

Weby commented on 2019-07-07 07:48 (UTC) (edited on 2019-07-07 07:50 (UTC) by Weby)

Apparently, bzip2 version 1.0.7 (the latest as of right now) removes the /usr/lib/libbz2.so.1 symlink.

You could manually re-add it by issuing the following command : sudo ln -s /usr/lib/libbz2.so.1.0.7 /usr/lib/libbz2.so.1

No clue why they removed that symlink.

Be wary that in doing so, the next update of libbz2 might not work properly (you probably will need to remove the /usr/lib/libbz2.so.1 file before upgrading bzip2).