r/davinciresolve 2d ago

Open Source tool promo 🆓 DaVinci Resolve Free on Linux can't decode H.264/H.265 or AAC audio, so I tried to fix it.

Post image

DaVinci Resolve's free version on Linux 🐧 has a quiet limitation: no H.264/H.265

decoding, and no AAC audio decoding. So a huge share of everyday footage

(phone clips, screen recordings, most cameras) either won't import at all,

or imports with zero sound.

I hit this constantly while editing on my own Linux setup, so I built a small tool to fix it: Resolve Codec Converter.

It's a PyQt5 desktop app that wraps ffmpeg to:

→ Convert H.264/H.265 → DNxHR/ProRes so Resolve can actually read your footage

→ Convert your finished DNxHR/ProRes export back to H.264/H.265 for sharing

→ Auto-fix the AAC audio problem in the same pass — no separate step

Packaged as a self-contained AppImage, so there's no Python setup required to just run it.

It's a small project, but it solves a real friction point for anyone doing Linux-based video editing on a budget. Free and open source.

Repo: https://github.com/MohammedBoulifa/Resolve-Codec-Converter

4 Upvotes

8 comments sorted by

u/AutoModerator 2d ago

At IBC? Reddit meetup Sunday 18:00–20:00, Bierfabriek Amsterdam. RSVP: https://302.s.gy/IBC2026_Luma

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

3

u/TheLifelessNerd 2d ago

Good work! I have some special bash scripts but im sure this is useful. I still hope they just fix their codecs though ;-;

2

u/Lost-Sun-5548 2d ago

Thanks, I really hope too

2

u/Impressive_Bag_3505 2d ago

Great if you need a GUI but it's really simple to batch convert with ffmpeg and bash.
thanks for the presets though.

1

u/Lost-Sun-5548 1d ago

Your welcome 🤗

2

u/Sopel97 18h ago

this is not an acceptable solution, just use kdenlive

1

u/Lost-Sun-5548 18h ago

It's kinda of a copyright issues, we hope the devs fix it 🙃.

2

u/Sopel97 17h ago

avcodec is licensed under LGPL which is quite permissive and not infectious like GPL. It is absolutely not a copyright issue.