August 27th, 2007 — 9:12pm
Hi People,

Nellymoser, the popular audio codec, is now supported by Hey!Watch. This codec improves and empowers the Mobile and Flash experiences. Besides, all the external acquisition multimedia devices, as Webcam for the most famous one, make video recording using this audio codec.
Encoding videos having this audio codec is now possible.
Comments Off | Hey!Watch
August 10th, 2007 — 3:56pm
Hi People,
We’ve just added two new video networks:

How to miss the phenomenon? Facebook is in the place and you like it, Hey!Spread do too.

Besides, sevenload “the media platform” has also been added.
So, from now send your videos over the 15 best video networks.
4 comments » | Hey!Spread
August 8th, 2007 — 5:40pm
Hi people,
The ruby library for Hey!Watch is finally released.
To install it:
gem install heywatch
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}"
You can find the doc here.
Comment » | Hey!Watch
August 6th, 2007 — 3:55pm
Hi people,
Keep sending your videos over the best video networks with Hey!Spread. We’ve just added four popular networks for that:
Now, spread your videos over 13 video networks in one shot. More coming soon.
2 comments » | Hey!Spread