Skip to content

Simple command line app for encoding videos to be Web and device ready

Notifications You must be signed in to change notification settings

timgremore/encode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

encode.go

encode.go is a simple command line utility for encoding one or more videos to be html5 friendly. The design is guided by http://www.html5rocks.com/en/tutorials/video/basics and http://diveintohtml5.info/video.html and empowered by cli.go.

Overview

encode.go accepts a path and will recursively select, according to the value of --formats (default: mp4, webm, ogg, ogv, wmv), and encode all matching files into Ogg Theora, MP4 and WebM formats. Encoded files are stored in the value of --destination (default: output). To generate a simple index.html file that contains the necessary video tags, include --html.

Getting Started

To install encode.go, run:

$ go get github.com/timgremore/encode

For a list of options:

$ encode batch --help

About

Simple command line app for encoding videos to be Web and device ready

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages