-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ffmpeg 4.4.2-44 cannot find libx265.so.199 #5314
Comments
Quick investigation points towards missing https://stackoverflow.com/questions/12862830/r-ppc-rel24-relocation-out-of-range |
@jesus2099 if it builds succesfully there should be artifacts available in the check summary in here https://github.com/SynoCommunity/spksrc/pull/5323/checks Try out the |
It now says All checks have passed but I'm not sure how to do that. |
From the check page above you clink on Build on the left side and you'll get to the result page (URL changes at every run) https://github.com/SynoCommunity/spksrc/actions/runs/2556795186 You'll find packages for each architectures. Download the one for qoriq, uncompress the zip and in there you'll find the ffmpeg package. |
@jesus2099 have you ever tested this out? All you needed was to download the Packages for qoriq-6.1 then manually install it on your NAS from the package center. I don't posess this NAS model so I can't test it on my end. |
Thank you @th0ma7 for the direct link. I see
I found some info about how to install them online:
I will try the command line, but, is |
You are overcomplexifying yourself a bit. follow this:
Afterwards you'll be able to retry your |
Great! I will try tonight or tomorrow! |
Should I uninstall the SynoCommunity ffmpeg package first? |
nope, this will replace the package you already have installed with an updated version. That's it. |
OK so I didn't need to uninstall first. But, you know... IT WORKS NOW! In fact I just had to run I can keep this version installed? And it will still detect when there is a newer version? My package center shows:
|
That's great! No worries you can keep this version installed. I've bumped the next package version to Thnx for taking time for testing this, cheers! |
Is this a new Bug?
Package Name
ffmpeg
Package Version
4.4.2-44
Device Model
DS213+
Device Architecture
PPC
Firmware Version
DSM 6.2.4-25556 Update 6 (Release notes)
What happened?
After #5287 has been fixed (missing
libatomic.so
), I now have another missing or wrong?libx265.so.199
library:Reproduction steps
yt-dlp --ffmpeg-location /usr/local/ffmpeg/bin/ --format bestvideo[ext=mp4]+bestaudio[ext=m4a] <video-URL>
Install Log
Other Logs
The text was updated successfully, but these errors were encountered: