Skip to content

go-easygen/Wireframe-CICD

Repository files navigation

Wireframe-CICD - Wireframe CI/CD Demo

Wireframe CI/CD Demo

MIT License GoDoc Go Report Card travis Status PoweredBy WireFrame

TOC

The following are just borrowed from ffcvt. Only to show the TOC feature.

SYNOPSIS

ffcvt [flags] [video_filename]

OPTIONS

For flags, run ffcvt without parameters to see the comprehensive list and explanation.

DESCRIPTION

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.

Download/Install

Using apt

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

Download binaries

  • 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

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

Install Source

If you prefer to compile and install Wireframe-CICD from source, although a manual process, it's pretty straightforward and simple.

  1. Get the source via git clone or go get.
  2. Do cd Wireframe-CICD, then issue go build without any other parameters.
  3. Copy the generated executable somewhere in the PATH

That's it, it's ready to roll.

EXAMPLES

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

SEE ALSO

ffmpeg(1)

AUTHORS

Tong SUN
suntong from cpan.org

About

Wireframe CI/CD Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages