Skip to content
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

FFmpegx rework for Emby update #2143

Merged
merged 9 commits into from
Nov 13, 2017
Merged

Conversation

CvH
Copy link
Member

@CvH CvH commented Oct 25, 2017

forward port of #1985 (with changes to make use of the new scripts available from master)

this is a major FFmpeg(x) rework that enables all major decoding and encoding possibilities including every possible HW acceleration

  • offers the possibility to use it for Tvheadends GPU transcoding (LE9) at Generic and RPi

  • adds working GPU transcoding for RPi0-3 at Emby Server

  • cleaner package

  • no qsv, nvenc and cuvid support included due the proprietary nonfree SDKs that are needed - only the free acceleration is available that supports Intel, AMD and RPi


case $ARCH in
aarch64)
TARGET_NAME_LIBVPX="arm64-linux-gcc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PKG_TARGET_NAME_LIBVPX?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, missed that one

@CvH
Copy link
Member Author

CvH commented Nov 13, 2017

anything missing what prevents merging or just forgotten ? :)

@MilhouseVH MilhouseVH merged commit d3a878e into LibreELEC:master Nov 13, 2017
@CvH CvH deleted the 9.0-ffmpegx-emby branch November 13, 2017 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants