简体   繁体   English

带有内置 ffmpeg 库的 Linux 发行版

[英]Linux distribution with built-in ffmpeg library

Is there a Linux distribution with a built-in ffmpeg library (compiled) ?是否有带有内置ffmpeg库(已编译)的 Linux 发行版?

It seems to cause a lot of problems to install ffmpeg these days (for development).这些天安装ffmpeg似乎会导致很多问题(用于开发)。 No matter how hard I tried using this wiki , it refuses to link properly.无论我多么努力地尝试使用这个wiki ,它都拒绝正确链接。 A lot of undefined references...很多未定义的引用...

Just run sudo pacman -S ffmpeg on Arch based distros.只需在基于 Arch 的发行版上运行sudo pacman -S ffmpeg

I recommend Manjaro.我推荐Manjaro。 It's an amazing distro with great convenience because it has access to the AUR or Arch User Repository.这是一个了不起的发行版,非常方便,因为它可以访问 AUR 或 Arch 用户存储库。 AUR is basically the biggest repository in any Linux distro. AUR 基本上是所有 Linux 发行版中最大的存储库。 It's like an app store that has pretty much everything that's available on Linux.它就像一个应用程序商店,几乎拥有 Linux 上可用的所有内容。 That's an over-simplification but you get the idea.这过于简单化,但你明白了。

Did you try UbuntuStudio?你试过 UbuntuStudio 吗? Judging by http://ubuntustudio.org/tour/video/ , it has ffmpeg pre-installed.http://ubuntustudio.org/tour/video/来看,它已经预装了 ffmpeg。

You always can try source based distros like Gentoo , Slackware and Arch .您总是可以尝试基于源代码的发行版,例如GentooSlackwareArch In my experience, Gentoo have a good build result ( the ebuild runs fine, just emerge ffmpeg ).根据我的经验,Gentoo 有一个很好的构建结果(ebuild 运行良好,只需emerge ffmpeg )。 And you have the advantage to make it to your needs.而且您有优势可以满足您的需求。 Take care about ./configure options.注意./configure选项。 Sometimes a feature can f*** the whole thing.有时,一个功能可能会影响整个事情。

openSUSE 在Packman 存储库中提供 ffmpeg

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM