You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
8 years ago | |
---|---|---|
README.md | 8 years ago | |
VideoConversion.class.rb | 8 years ago |
README.md
videoconverter
I wrote this because I needed something that produces Videos for use withe the html5 Video Player Projekktor
- produces 3 output videos (mpg, mp4, ogv) from (hopefully) any input video file that ffmpeg can decode
- written in ruby
- requires ffmpeg and ffmpeg2theora
Usage:
#!/usr/bin/env ruby
require 'VideoConversion.class.rb'
v = VideoConversion.new("videofile", 800, 100,"projekktor",1500,192)
v.converter