studionow / pybrightcove

Python Implementation of the Brightcove Backend Integration API
http://help.brightcove.com/developer/docs/mediaapi/media-API.cfm
MIT License
29 stars 28 forks source link

Implement add_image #22

Closed paltman closed 15 years ago

paltman commented 15 years ago

add_image(token:String, image:Image, filename:String, maxsize:Long, file:InputStream, file_checksum:String, video_id:Long, video_reference_id:String, resize:Boolean):Image

Add a new thumbnail or video still image to a video, or assign an existing image to another video.

http://help.brightcove.com/developer/docs/mediaapi/media-API.cfm#Video_Write

paltman commented 15 years ago

Added Video.set_image (however, can't verify as I am getting an UnknownServerError from Brightcove). Closed by af468cd8852c49ef60022c0340287ea804aba181