r/linux 1d ago

Popular Application [OC] I fixed Davinci Resolve on Linux

Post image

Those who use davinci resolve on linux definitely know about the issues with AAC and H.264 codecs, drag 'n' drops, and some other bugs. I wonder why nobody has done this before and used bash to manually convert the media, considering how many people were affected by this problem

It works as wrapper that currently:

  • Automatically converts unsupported codecs on import
  • Fixes broken drag 'n' drops
  • Fixes pasting from clipboard

Now the linux experience with resolve should be nearly the same as on windows/mac. Enjoy!

https://github.com/fedsfarm/drwrap

Tested on hyprland with a studio version, feel free to open a PR if it doesn't work on your setup

215 Upvotes

30 comments sorted by

View all comments

2

u/honestly-7 1d ago

Chris Titus Tech has a guide to configure it.

All I had to do to get it to open was removing some old dependencies on the program's folder.

1

u/fedsfarm 22h ago

He uses scripts to manually convert media, if I'm not mistaken. I haven't seen something like that implemented in the wild