You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified there are no duplicate active or recent bugs, questions, or requests.
have verified that I am using the latest version of the playbook.
Step 2: Describe your environment
Ansible version: ansible [core 2.17.7]
Operating System: Ubuntu 24.04
Ansible playbook: ?
Role (if applicable): ?
Step 3: Describe the problem:
To start off, thanks for creating these playbooks! It's really appreciated! I installed the free version of Resolve with it with no errors. Resolve also starts without errors. When I drag a video I made with my phone into resolve and into the timeline, it shows audio, but no video. The video plays fine in any other video player on Ubuntu. Here's a screenshot of what I see:
Steps to reproduce:
Open Davinci Resolve
Open New Project
Drag video into timeline
Observed Results:
I attached Davinci Resolve debug logs to this message
Failed to initialize OpenCL board manager for "Intel Iris Xe Graphics" (gpu:928ce290.7b092bf5): Failed to initialize OpenCL context
Codec (avc1) not Found in Repository
I found this thread about the missing AV1 codec, although later in the thread they say it has been added in Resolve 17.2. So then I tried converting my little video using a couple different codecs, but none of the ones I tried work. Here's what I tried.
Some of them do show a video track, but show no image in it. This is what I see now:
Would you have any idea what the source of this problem could be? Is it missing codecs? Is my Intel GPU the problem? Any tips would be really welcome! I really really want to start using DaVinci Resolve!
Expected Results:
That it shows video :-)
Relevant Code:
I don't know of any relevant code.
Error/Log Output:
See attached files above
The text was updated successfully, but these errors were encountered:
Frankly I'm not an expert of DaVinci Resolve (I created the playbook to help a friend to install it, I don't use it). But, if I have to guess, I would say that it is a codec issue.
You could try to convert it this way, it worked for another user with a similar problem: #21 (comment)
I'm able to import mp4 videos, mkv doesn't work and I don't any preview of the video but it's caused by the encoding, I was able to fix that by reencoding my test video using ffmpeg -i input.mp4 -vcodec vp9 -acodec mp3 output.mp4 so I assume this is not caused by this installer but from the software itself or missing libraries on my end.
Did you found the solution cuz i'm experience the same thing, i even got resolve studio and still can't decode the videos, nothing, i tried many codec formats but nothing is working
Step 1: Are you in the right place?
Step 2: Describe your environment
ansible [core 2.17.7]
Ubuntu 24.04
?
?
Step 3: Describe the problem:
To start off, thanks for creating these playbooks! It's really appreciated! I installed the free version of Resolve with it with no errors. Resolve also starts without errors. When I drag a video I made with my phone into resolve and into the timeline, it shows audio, but no video. The video plays fine in any other video player on Ubuntu. Here's a screenshot of what I see:
Steps to reproduce:
Observed Results:
ResolveDebug.txt
resolve_graphics_log.txt
The relevant two lines I guess are these:
I found this thread about the missing AV1 codec, although later in the thread they say it has been added in Resolve 17.2. So then I tried converting my little video using a couple different codecs, but none of the ones I tried work. Here's what I tried.
Some of them do show a video track, but show no image in it. This is what I see now:
Would you have any idea what the source of this problem could be? Is it missing codecs? Is my Intel GPU the problem? Any tips would be really welcome! I really really want to start using DaVinci Resolve!
Expected Results:
Relevant Code:
I don't know of any relevant code.
Error/Log Output:
See attached files above
The text was updated successfully, but these errors were encountered: