Wireframe CI/CD Demo
The following are just borrowed from ffcvt
.
Only to show the TOC feature.
ffcvt [flags] [video_filename]
For flags
, run ffcvt
without parameters to see the comprehensive list and explanation.
Command ffcvt
is an easy to use video converter that takes the burden of such daunting task from normal Joe, to harness the fantastic high efficiency audio/video codec/encoding capability long been available in ffmpeg
, by simplifying the convoluted ffmpeg
command line parameters.
The ffcvt
is now officially in Debian repository, so the installation is now as simple as a apt install
/apt-get install
:
apt install ffcvt
- The latest binary executables are available under
https://bintray.com/suntong/bin/Wireframe-CICD/
as the result of the Continuous-Integration process. - I.e., they are built right from the source code during every git commit automatically by travis-ci.
- Pick & choose the latest binary executable that suits your OS and its architecture. E.g., for Linux, it would most probably be the
Wireframe-CICD-linux-amd64
file (if your OS and its architecture is not available in the download list, please let me know and I'll add it). - Download the executable and put it somewhere in the PATH
- You may want to rename it to a shorter name instead, e.g.,
Wireframe-CICD
, after downloading it.
Debian package repo is available at https://dl.bintray.com/suntong/deb.
The browse-able repo view is at https://bintray.com/suntong/deb.
echo "deb [trusted=yes] https://dl.bintray.com/suntong/deb all main" | sudo tee /etc/apt/sources.list.d/suntong-debs.list
sudo apt-get update
sudo chmod 644 /etc/apt/sources.list.d/suntong-debs.list
apt-cache policy Wireframe-CICD
sudo apt-get install -y Wireframe-CICD
If you prefer to compile and install Wireframe-CICD
from source, although a manual process, it's pretty straightforward and simple.
- Get the source via
git clone
orgo get
. - Do
cd Wireframe-CICD
, then issuego build
without any other parameters. - Copy the generated executable somewhere in the PATH
That's it, it's ready to roll.
ffcvt
comes with comprehensive online documents. For further details,
please go to:
https://github.com/suntong/ffcvt#encoding-help
https://github.com/suntong/ffcvt/wiki
ffmpeg(1)