[ANN] HeyWatch library released - Video encoding web service

B

Bruno Celeste

Hi people,

I just released a library for the Hey!Watch web service. http://heywatch.com

Hey!Watch provides a simple and robust video encoding plateform for
both individuals (B2C) and companies (B2B).

The service allows developers to access a fast, scalable and
inexpensive web service to encode videos easier. The API can be easily
integrated in any web or desktop applications.

Here is an example:

require 'heywatch'
include HeyWatch

Base::establish_connection! :login => 'login', :password => 'password'

raw_video = Download.create:)url => 'http://host.com/video.avi',
:download => true) do |percent, total_size, received|
puts "#{percent}%"
end

ipod_format = Format.find_by_name('iPod 4:3')
encoded_video = Job.create:)video_id => raw_video.id, :format_id =>
ipod_format.id) do |percent|
puts "#{percent}%"
end

puts "downloading #{encoded_video.title}"
path = encoded_video.download
puts "video saved in #{path}"


Install: gem install heywatch
Website: http://heywatch.com
RDoc: http://heywatch.rubyforge.org
API doc: http://wiki.heywatch.com/API_Documentation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,266
Messages
2,571,318
Members
47,998
Latest member
GretaCjy4

Latest Threads

Top