Code Monkey home page Code Monkey logo

Comments (10)

danboid avatar danboid commented on July 24, 2024 4

I personally cannot and will not be using Clear until ffmpeg gets bundled. It is a MUST for the Linux desktop and any semi-serious multimedia. It should be prioritized if Clear is serious about being used as a desktop OS.

from distribution.

seanvk avatar seanvk commented on July 24, 2024 3

@chivakker

from distribution.

ahkok avatar ahkok commented on July 24, 2024 1

Please, let's not get too dramatical about this. The issue isn't that we don't want to offer ffmpeg (we do: we want to offer ffmpeg to all users) but that ffmpeg unfortunately is blocked due to legal issues.

I encourage you to keep an open mind and help us work on a solution. We're putting time in this effort and hopefully one day it will result in something usable. I am personally attempting to contribute my efforts in the office to accelerate the work that is being done to unblock this, and a positive attitude is far more effective way to get these efforts to completion.

from distribution.

undeadindustries avatar undeadindustries commented on July 24, 2024

+1 for this.

from distribution.

OpenSourceAnarchist avatar OpenSourceAnarchist commented on July 24, 2024

This would greatly aid the goals of expanding codec support in Firefox as well as bringing Chromium/Chrome support to Clear Linux. Vivaldi browser, Opera, and other browsers could also make use of ffmpeg in Clear Linux.

from distribution.

eero-t avatar eero-t commented on July 24, 2024

Today's we already have the Gstreamer. But some projects rely on ffmpeg to transcoding. And also, Intel has a good support for ffmpeg libraries.

https://software.intel.com/en-us/articles/accessing-intel-media-server-studio-for-linux-codecs-with-ffmpeg
https://www.intel.com/content/dam/www/public/us/en/documents/white-papers/cloud-computing-quicksync-video-ffmpeg-white-paper.pdf

So, my suggestion is add ffmpeg support with Intel libraries ( libmfx ) as official for Clear Linux project.

Media driver & MediaSDK and everything needed by them are available as OpenSource (shaders are binary blobs, but CPU side code is there):

In addition to above, everything needed by FFmpeg is already in ClearLinux:

I'm currently using Ubuntu 18.04 to build Media driver stack & MediaSDK, but those builds work fine on ClearLinux too.

gmmlib & media-driver are built with default options, for libva I use the following meson options:
-Ddisable_drm=false -Dwith_glx=yes -Dwith_x11=yes -Dwith_wayland=yes -Denable_docs=false

For MediaSDK, the following CMake options: -DENABLE_X11_DRI3=ON -DENABLE_WAYLAND=ON

And for FFmpeg, the following Autotools options:

--disable-libx265 --disable-libx264 --disable-libmp3lame --disable-libass --disable-sndio \
--enable-libmfx --enable-vaapi --enable-sdl2 --enable-libvpx --enable-libvorbis --enable-libopus \
--enable-libfreetype --enable-gpl --disable-doc

Disable options are needed because I'm building this on Ubuntu, but ClearLinux doesn't have any of those libraries (in generic FFmpeg build instructions those are enabled). Because CPU encoding support is missing, e.g. H264 / H265 encoding can be used only on machines supported by MediaSDK: Broadwell or newer, see support table in the above listed media-driver page.

(Libass would be needed for subtitling, mp3lame for mp3 audio encoding.)

from distribution.

ahkok avatar ahkok commented on July 24, 2024

Duplicate of #429

from distribution.

Wallacy avatar Wallacy commented on July 24, 2024

Strange, the older thread is closed because it is duplicated with a newer thread.

Any way, let’s see how this will be done. ;)

from distribution.

flower1024 avatar flower1024 commented on July 24, 2024

any news on this?
ffmpeg (with x265 and x264 support) is the last thing that blocks me from switching to clear

from distribution.

puneetse avatar puneetse commented on July 24, 2024

@flower1024 Updates and discussion on this topic are continuing here: #429

from distribution.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.