Flix Cloud News & Blog

Category: Features


Cropping Videos in Flix Cloud

September 17th, 2009

Flix Cloud does cropping a bit differently than some other video compressors, so I thought I’d write a short post about it. Continue reading »

Posted September 17th, 2009 under Features, Recipes No comments yet

Bunch of New Features

July 23rd, 2009

We added FLV cue points, job status query and manual job cancellation. We also replaced XSD XML schema file with Relax NG (.rng) format (but still provide an XSD version if that’s important to you). Enjoy!

Posted July 23rd, 2009 under Features

Two New API Elements

July 15th, 2009

We’ve added two handy elements to the API.

  • pass-through allows your application to pass a string value through Flix Cloud and have it appear in the notification after the job is completed. This field can be used for anything you like, even an identifying string for authentication. This field is optional.
  • notification-url enables a restful PUT back to your application based on the ID of your own record. For example, if you have a new UserUpload and a user_uploads resource, you can have the notifier PUT to http://mysite.com/user_uploads/2 or whatever the id of the new record happens to be. This field is optional. It will override the notification URL that is set in your Dashboard.

Posted July 15th, 2009 under API, Features

Back to top