Create README.md

This commit is contained in:
Daniel Schubert 2014-10-22 14:47:08 +02:00
parent 09d4dc063f
commit 79f8b555e9
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
videoconverter
==============
Video Converter for the html5 Video Player Projekktor
- written in ruby
- needs ffmpeg
Usage:
<pre><code>
#!/usr/bin/env ruby
v = VideoConversion.new(vid.chomp, 800, 100,"projekktor",1500,192)
v.converter
</code></pre>