|
@@ -9,9 +9,10 @@
|
|
|
|
|
|
> 一个专门为4DAGE 4D Kankan而优化设计的FFmpeg,可以利用NVIDIA's GPU视频核心的加速,拥有python lv2的神经网络学习插件,如有speech-denoiser,ladspa等声音降噪功能,如`4dage-ffmpeg`中有使用。
|
|
|
|
|
|
-This repository is build with the FFmpeg build script provides an easy way to build custom version with a static FFmpeg on **macOS** and **Linux** with **non-free codecs** included.
|
|
|
|
|
|
-## Supported Codecs
|
|
|
+这个仓库是提供一键FFmpeg安装脚本并提供一键安装命令,包括**macOS** and **Linux** 平台,非免费播件等。
|
|
|
+
|
|
|
+## Supported Codecs(支持的解码库):
|
|
|
|
|
|
- `x264`: H.264 Video Codec (MPEG-4 AVC)
|
|
|
- `x265`: H.265 Video Codec (HEVC)
|
|
@@ -31,20 +32,32 @@ This repository is build with the FFmpeg build script provides an easy way to bu
|
|
|
|
|
|
## some spec has using some flag with the repo's recommended params spec.
|
|
|
|
|
|
+## 一些我们使用的ffmpeg参数也参考了下面的方法:
|
|
|
+
|
|
|
[https://gist.github.com/mikoim/27e4e0dc64e384adbcb91ff10a2d3678](https://gist.github.com/mikoim/27e4e0dc64e384adbcb91ff10a2d3678)
|
|
|
|
|
|
-### Easy installation with effective 4dag-ffmpeg :
|
|
|
+### 一键shell全安装命令 :
|
|
|
|
|
|
```bash
|
|
|
$ /bin/bash -c "$(curl -fsSL http://192.168.0.115:3000/zhangyupeng/4dage-ffmpeg/raw/master/web-install.sh)"
|
|
|
```
|
|
|
|
|
|
|
|
|
-### Only update 4dag-ffmpeg for feature:
|
|
|
+### 一键4dag-ffmpeg安装命令(方便升级安装) :
|
|
|
|
|
|
```bash
|
|
|
$ /bin/bash -c "$(curl -fsSL http://192.168.0.115:3000/zhangyupeng/4dage-ffmpeg/raw/master/install-4dage)"
|
|
|
```
|
|
|
|
|
|
-### Deb installation:
|
|
|
+### Deb包安装方法:
|
|
|
+
|
|
|
+TBC
|
|
|
|
|
|
+### vagrant(测试):
|
|
|
+
|
|
|
+
|
|
|
+```bash
|
|
|
+ vagrant up
|
|
|
+ # seem the log to check what happen for script's onging
|
|
|
+ tail -f /var/log/4dage-ffmpeg.log
|
|
|
+```
|