浏览代码

增加overlay-ffmpeg

gemer cheung 4 年之前
父节点
当前提交
e862cc34a9
共有 1 个文件被更改,包括 14 次插入14 次删除
  1. 14 14
      README.md

+ 14 - 14
README.md

@@ -2,11 +2,10 @@
 
 
 ## Maintainer: Gemer cheung <zhangyupeng@cgaii.com>
 ## Maintainer: Gemer cheung <zhangyupeng@cgaii.com>
 
 
-
 # Documentation
 # 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`
 > 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 :
 ### Easy installation with effective 4dag-ffmpeg :
 
 
 ```bash
 ```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:
 ### Only update 4dag-ffmpeg for feature:
 
 
 ```bash
 ```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:
 ### Deb installation:
 
 
 TBC
 TBC
 
 
-
 ### vagrant:
 ### vagrant:
 
 
-
 ```bash
 ```bash
  vagrant up
  vagrant up
  # seem the log to check what happen for script's onging
  # 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) :
 ## 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.
 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:
 ### using gogs as lib fast CDN:
+
 ```bash
 ```bash
 $ sudo /bin/bash -c "$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/4dage-ffmpeg/raw/master/web-install.sh)" --in
 $ sudo /bin/bash -c "$(curl -fsSL http://face3d.4dage.com:7005/zhangyupeng/4dage-ffmpeg/raw/master/web-install.sh)" --in
 ```
 ```
 
 
 ## `4DAGE-FFMPEG ` command usage:
 ## `4DAGE-FFMPEG ` command usage:
 
 
-
 ```bash
 ```bash
 $ 4dage-ffmpeg -s <media path> -a <audio path> -n <output name> -o <output path>
 $ 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
 $ 4dage-ffmpeg -v
 0.1.2
 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)"
+```