feat: update UHF Server script to use setup_ffmpeg#13564
Merged
MickLesk merged 1 commit intocommunity-scripts:mainfrom Apr 8, 2026
Merged
Conversation
CrazyWolf13
approved these changes
Apr 7, 2026
Member
|
setup_ffmpeg build from source and take many time. Why for UHF? and why no profile? Really the FULL FFMPEG Codecs? |
Contributor
Author
|
@MickLesk I wanted to use the latest stable ffmpeg version, not the one available on stable Debian and figured using the supplied util made most sense. full is the only one to include x265, which is a fairly common codec to use |
Member
|
@MickLesk I think he is right on that. Isn't x265 more widely used for it to be only in full? https://github.com/community-scripts/ProxmoxVE/blob/main/misc%2Ftools.func#L3929-L3930 |
MickLesk
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✍️ Description
This PR updates the UHF script to install ffmpeg using the shared
setup_ffmpegfunction, instead of using the debian repo.🔗 Related Issue
Fixes #
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.