/ff

An ffmpeg (or ffprobe) command-line parameter builder

Primary LanguageGoBSD 2-Clause "Simplified" LicenseBSD-2-Clause

ff: an ffmpeg (or ffprobe) command-line parameter builder

Implements useful functions for building params for a call to ffmpeg or ffprobe.

It was written, partially, as an exploration of TDD (Test Driven Development).

To install:

go get -t github.com/xdave/ff

(the -t flag ensures deps are pulled in required to run the tests)

To run the tests:

go test -v github.com/xdave/ff

To run the tests in your browser:

cd $GOPATH/src/github.com/xdave/ff
$GOPATH/bin/goconvey

(Then, open your browser to the URL given in the output)

Copyright 2015 Dave Gradwell

Released under a BSD-style license (see LICENSE file)