From 2e6fb5121a01f1bd1592b98dbb75966222441965 Mon Sep 17 00:00:00 2001 From: danielschubert Date: Wed, 22 Oct 2014 14:56:14 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25f37ae..d4142f9 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ videoconverter ============== -Video Converter for the html5 Video Player Projekktor +I wrote this because I needed something that produces Videos for use withe the html5 Video Player [Projekktor](http://www.projekktor.com/) + +- produces 3 output videos (mpg, mp4, ogv) from (hopefully) any input video file that ffmpeg can decode - written in ruby -- needs ffmpeg +- requires ffmpeg and ffmpeg2theora + Usage:

 #!/usr/bin/env ruby
+require 'VideoConversion.class.rb'
 v = VideoConversion.new(vid.chomp, 800, 100,"projekktor",1500,192)
 v.converter