|
@@ -2,11 +2,10 @@
|
|
|
|
|
|
## Maintainer: Gemer cheung <zhangyupeng@cgaii.com>
|
|
|
|
|
|
-
|
|
|
# Documentation
|
|
|
|
|
|
-* [English](README.md)
|
|
|
-* [中文](docs/documention-cn.md)
|
|
|
+- [English](README.md)
|
|
|
+- [中文](docs/documention-cn.md)
|
|
|
|
|
|
> A Custom version FFmpeg for 4DAGE 4D Kankan, bootup by NVIDIA's GPU accelerated video codecs, LV2 python nervous plugin,such as speech-denoiser ladspa etc.... special with command `4dage-ffmpeg`
|
|
|
|
|
@@ -37,47 +36,42 @@ This repository is build with the FFmpeg build script provides an easy way to bu
|
|
|
### Easy installation with effective 4dag-ffmpeg :
|
|
|
|
|
|
```bash
|
|
|
-$ sudo /bin/bash -c "$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/4dage-ffmpeg/raw/master/web-install.sh)"
|
|
|
+$ sudo /bin/bash -c "$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/4dage-ffmpeg/raw/master/web-install.sh)"
|
|
|
```
|
|
|
|
|
|
-
|
|
|
### Only update 4dag-ffmpeg for feature:
|
|
|
|
|
|
```bash
|
|
|
-$ sudo /bin/bash -c "$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/4dage-ffmpeg/raw/master/install-4dage)"
|
|
|
+$ sudo /bin/bash -c "$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/4dage-ffmpeg/raw/master/install-4dage)"
|
|
|
```
|
|
|
|
|
|
-
|
|
|
### Deb installation:
|
|
|
|
|
|
TBC
|
|
|
|
|
|
-
|
|
|
### vagrant:
|
|
|
|
|
|
-
|
|
|
```bash
|
|
|
vagrant up
|
|
|
# seem the log to check what happen for script's onging
|
|
|
- tail -f /var/log/4dage-ffmpeg.log
|
|
|
+ tail -f /var/log/4dage-ffmpeg.log
|
|
|
```
|
|
|
|
|
|
-
|
|
|
## package fast line (WIP) :
|
|
|
|
|
|
In order to accelerating for downloading speed with compiling the script, will considering with offline package, the movement are ongoing to chose which CDN way to fit us to implement with script.
|
|
|
|
|
|
-* git repo
|
|
|
-* Url tar.gz
|
|
|
+- git repo
|
|
|
+- Url tar.gz
|
|
|
|
|
|
### using gogs as lib fast CDN:
|
|
|
+
|
|
|
```bash
|
|
|
$ sudo /bin/bash -c "$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/4dage-ffmpeg/raw/master/web-install.sh)" --in
|
|
|
```
|
|
|
|
|
|
## `4DAGE-FFMPEG ` command usage:
|
|
|
|
|
|
-
|
|
|
```bash
|
|
|
$ 4dage-ffmpeg -s <media path> -a <audio path> -n <output name> -o <output path>
|
|
|
```
|
|
@@ -86,3 +80,9 @@ $ 4dage-ffmpeg -s <media path> -a <audio path> -n <output name> -o <output path>
|
|
|
$ 4dage-ffmpeg -v
|
|
|
0.1.2
|
|
|
```
|
|
|
+
|
|
|
+### overlay-ffmpeg
|
|
|
+
|
|
|
+```bash
|
|
|
+$ sudo /bin/bash -c "$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/4dage-ffmpeg/raw/master/install-overlay-ffmpeg)"
|
|
|
+```
|