Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Requirements

howdycloud edited this page Sep 29, 2012 · 2 revisions

Go Environment

Output from go env should look like:

GOROOT="/usr/local/go"
GOBIN=""
GOARCH="amd64"
GOCHAR="6"
GOOS="darwin"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GOGCCFLAGS="-g -O2 -fPIC -m64 -pthread -fno-common"
CGO_ENABLED="1"

FFmpeg

Running ffmpeg without args should output something like:

ffmpeg version git-2011-10-26-51bfaa2, Copyright (c) 2000-2011 the FFmpeg developers
  built on Nov 29 2011 18:34:45 with gcc 4.2.1 (Apple Inc. build 5664)
  configuration: --enable-libmp3lame --enable-shared --enable-libfaac --enable-nonfree --disable-yasm --arch=x86_64
  libavutil    51. 22. 0 / 51. 22. 0
  libavcodec   53. 23. 0 / 53. 23. 0
  libavformat  53. 17. 0 / 53. 17. 0
  libavdevice  53.  4. 0 / 53.  4. 0
  libavfilter   2. 45. 0 /  2. 45. 0
  libswscale    2.  1. 0 /  2.  1. 0
Hyper fast Audio and Video encoder
usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...

Use -h to get full help or, even better, run 'man ffmpeg'
Clone this wiki locally