开源 企业版 高校版 私有云 模力方舟 AI 队友
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
1 Star 1 Fork 0

Moe/ffmpeg

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
已有帐号? 立即登录
linux_aarch64
分支 (2)
linux_aarch64
linux_x86_64
克隆/下载
克隆/下载
提示
下载代码请复制以下命令到终端执行
为确保你提交的代码身份被 Gitee 正确识别,请执行以下命令完成配置
初次使用 SSH 协议进行代码克隆、推送等操作时,需按下述提示完成 SSH 配置
1 生成 RSA 密钥
2 获取 RSA 公钥内容,并配置到 SSH公钥
在 Gitee 上使用 SVN,请访问 使用指南
使用 HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议 配置并使用私人令牌 替代登录密码进行克隆、推送等操作
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # 私人令牌
贡献代码
同步代码
对比差异 通过 Pull Request 同步
同步更新到分支
通过 Pull Request 同步
将会在向当前分支创建一个 Pull
Request,合入后将完成同步
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
未知许可证
______ ______ 
 / ____// ____/____ ___ ____ ___ ____ _
 / /_ / /_ / __ `__ \ / __ \ / _ \ / __ `/
 / __/ / __/ / / / / / // /_/ // __// /_/ /
 /_/ /_/ /_/ /_/ /_// .___/ \___/ \__, /
 /_/ /____/
 build: ffmpeg-4.4.1-arm64-static.tar.xz
 version: 4.4.1
 gcc: 8.3.0
 yasm: N/A
 nasm: N/A
 libaom: 3.2.0-151-g07aa6c51c
 libass: 0.15.2
 libgme: 0.6.2
 libsrt: 1.4.2
 libvpx: 1.11.0-23-gc56ab7d0c
 libvmaf: N/A
 libx264: 0.164.3075 
 libx265: 3.3+1-f94b0d32737d
 libxvid: 1.3.7 
 libwebp: 0.6.1 
 libzimg: 3.0.1
 libzvbi: N/A
 libdav1d: 0.9.2
 libgnutls: 3.7.1
 libtheora: 1.2.0alpha1+git
 libfrei0r: 1.6.1-2
 libvidstab: 1.20
 libfreetype: 2.9.1-3+deb10u1
 libharfbuzz: 2.8.0
 libopenjpeg: 2.4.0 
 libalsa: 1.2.4
 libsoxr: 0.1.3
 libopus: 1.3.1
 libspeex: 1.2
 libvorbis: 1.3.7
 libmp3lame: 3.100 
 librubberband: 1.8.2
 libvo-amrwbenc: 0.1.3-1+b1
 libopencore-amrnb: 0.1.3-2.1+b2
 libopencore-amrwb: 0.1.3-2.1+b2
 Notes: A limitation of statically linking glibc is the loss of DNS resolution. Installing
 nscd through your package manager will fix this.
 The vmaf filter needs external files to work- see model/000-README.TXT
 This static build is licensed under the GNU General Public License version 3.
 
 Patreon: https://www.patreon.com/johnvansickle
 Paypal: https://www.paypal.me/johnvansickle 
 Ethereum: 0x491f0b4bAd15FF178257D9Fa81ce87baa8b6E242 
 Bitcoin: 3ErDdF5JeG9RMx2DXwXEeunrsc5dVHjmeq 
 Dogecoin: DH4WZPTjwKh2TarQhkpQrKjHZ9kNTkiMNL
 email: john.vansickle@gmail.com
 irc: relaxed @ irc://chat.freenode.net #ffmpeg
 url: https://johnvansickle.com/ffmpeg/
# License Most files in FFmpeg are under the GNU Lesser General Public License version 2.1 or later (LGPL v2.1+). Read the file `COPYING.LGPLv2.1` for details. Some other files have MIT/X11/BSD-style licenses. In combination the LGPL v2.1+ applies to FFmpeg. Some optional parts of FFmpeg are licensed under the GNU General Public License version 2 or later (GPL v2+). See the file `COPYING.GPLv2` for details. None of these parts are used by default, you have to explicitly pass `--enable-gpl` to configure to activate them. In this case, FFmpeg's license changes to GPL v2+. Specifically, the GPL parts of FFmpeg are: - libpostproc - optional x86 optimization in the files - `libavcodec/x86/flac_dsp_gpl.asm` - `libavcodec/x86/idct_mmx.c` - `libavfilter/x86/vf_removegrain.asm` - the following building and testing tools - `compat/solaris/make_sunver.pl` - `doc/t2h.pm` - `doc/texi2pod.pl` - `libswresample/tests/swresample.c` - `tests/checkasm/*` - `tests/tiny_ssim.c` - the following filters in libavfilter: - `signature_lookup.c` - `vf_blackframe.c` - `vf_boxblur.c` - `vf_colormatrix.c` - `vf_cover_rect.c` - `vf_cropdetect.c` - `vf_delogo.c` - `vf_eq.c` - `vf_find_rect.c` - `vf_fspp.c` - `vf_histeq.c` - `vf_hqdn3d.c` - `vf_kerndeint.c` - `vf_lensfun.c` (GPL version 3 or later) - `vf_mcdeint.c` - `vf_mpdecimate.c` - `vf_nnedi.c` - `vf_owdenoise.c` - `vf_perspective.c` - `vf_phase.c` - `vf_pp.c` - `vf_pp7.c` - `vf_pullup.c` - `vf_repeatfields.c` - `vf_sab.c` - `vf_signature.c` - `vf_smartblur.c` - `vf_spp.c` - `vf_stereo3d.c` - `vf_super2xsai.c` - `vf_tinterlace.c` - `vf_uspp.c` - `vf_vaguedenoiser.c` - `vsrc_mptestsrc.c` Should you, for whatever reason, prefer to use version 3 of the (L)GPL, then the configure parameter `--enable-version3` will activate this licensing option for you. Read the file `COPYING.LGPLv3` or, if you have enabled GPL parts, `COPYING.GPLv3` to learn the exact legal terms that apply in this case. There are a handful of files under other licensing terms, namely: * The files `libavcodec/jfdctfst.c`, `libavcodec/jfdctint_template.c` and `libavcodec/jrevdct.c` are taken from libjpeg, see the top of the files for licensing details. Specifically note that you must credit the IJG in the documentation accompanying your program if you only distribute executables. You must also indicate any changes including additions and deletions to those three files in the documentation. * `tests/reference.pnm` is under the expat license. ## External libraries FFmpeg can be combined with a number of external libraries, which sometimes affect the licensing of binaries resulting from the combination. ### Compatible libraries The following libraries are under GPL version 2: - avisynth - frei0r - libcdio - libdavs2 - librubberband - libvidstab - libx264 - libx265 - libxavs - libxavs2 - libxvid When combining them with FFmpeg, FFmpeg needs to be licensed as GPL as well by passing `--enable-gpl` to configure. The following libraries are under LGPL version 3: - gmp - libaribb24 - liblensfun When combining them with FFmpeg, use the configure option `--enable-version3` to upgrade FFmpeg to the LGPL v3. The VMAF, mbedTLS, RK MPI, OpenCORE and VisualOn libraries are under the Apache License 2.0. That license is incompatible with the LGPL v2.1 and the GPL v2, but not with version 3 of those licenses. So to combine these libraries with FFmpeg, the license version needs to be upgraded by passing `--enable-version3` to configure. The smbclient library is under the GPL v3, to combine it with FFmpeg, the options `--enable-gpl` and `--enable-version3` have to be passed to configure to upgrade FFmpeg to the GPL v3. ### Incompatible libraries There are certain libraries you can combine with FFmpeg whose licenses are not compatible with the GPL and/or the LGPL. If you wish to enable these libraries, even in circumstances that their license may be incompatible, pass `--enable-nonfree` to configure. This will cause the resulting binary to be unredistributable. The Fraunhofer FDK AAC and OpenSSL libraries are under licenses which are incompatible with the GPLv2 and v3. To the best of our knowledge, they are compatible with the LGPL.
举报
举报成功
我们将于2个工作日内通过站内信反馈结果给你!
请认真填写举报原因,尽可能描述详细。
请选择举报类型
取消
发送
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

简介

ffmpeg静态编译
暂无标签
README
未知许可证
查看未知开源许可协议
取消

发行版

暂无发行版

贡献者

全部

语言

近期动态

不能加载更多了
编辑仓库简介
简介内容
主页
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mo2/ffmpeg.git
git@gitee.com:mo2/ffmpeg.git
mo2
ffmpeg
ffmpeg
linux_aarch64
点此查找更多帮助

搜索帮助

评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册

AltStyle によって変換されたページ (->オリジナル) /