-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x264 plugin not loading #68
Comments
Hmm this looks correct. My most recent build of 19.1.2 produces this: Questions:
I can run an strace on my version to look where it gets loaded but it looks like you may be using the free version and that might be the issue, so I want to check this is as the potential issue first. |
Oh, the H264 videos not loading is not related. The x264 plugin is only for exporting videos. Here's a list of the supported codecs for import & export, if it's helpful. Linux starts on page 11. Cheers! |
|
Yeah I'm kind of getting hints that it may be the case. The readme in
So it does mention Studio there. And more confirmation-- this Blackmagic Certified Trainer says "Only Studio, yes" when asked about it. All this said, I highly recommend considering getting the Studio version if you can swing it. I believe that anyone who's bought a license has thusfar received free updates forever and the benefits just with the AI-stuff alone is worth it. |
ok. thanks for your help |
thanks for this project, it's very useful!
I tried building with
BUILD_X264_ENCODER_PLUGIN=1
and didn't see x264 listed as an option for the QuickTime codec in the 'Deliver' tab and H264 videos do not load.I have the file
in place. I don't see anything obious in the log to indicate that the plugin is being loaded. To see whether resolve was even attempting to load the plugin, I ran with
to see all the files and directories it attempts to read. I then went to the Deliver tab and clicked the codecs dropdown. I can see many files in
/opt/resolve
are being read, but it never attempts to read anything in/opt/resolve/IOPlugins
.I also tried adding
fopen("/tmp/plugin_loaded" ,"a");
tog_HandlePluginStart()
inplugin.cpp
to signal that the plugin was loaded. After opening resolve the file was not created.I'm running version:
any ideas?
The text was updated successfully, but these errors were encountered: