Thumbnail generation new options
Started by Jan Laplace on January 19th, 2010 17:45 | return to category | Follow by RSS
Hello BOTR team.
We need to set thumbnail of the video, but we really don't want to store original vids, and set thumbnail uploading an image is a bad way :=
We see some diferent options to solve it: 1) BOTR add a new option in ACCOUNT preferences, option "Delete original video after 7 days". We can update thumbnail becouse original is avaliable during some days.
2) BOTR allows us to modify thumbnail trought the API even though delete doesn't exist (we know you really maintain the original during some days).
Any other option/idea?
Thank you.
JeroenW
January 20th, 2010 14:12We will indeed implement a 7-day delay for the automated deletion of originals. In fact, that will go live with the next release in two weeks.
This 7-day delay allows you to create thumbs ánd allows us to debug a video should one of the conversions have failed.
Jan Laplace
January 20th, 2010 15:03Ok, please update that topic when 7-day delay for the automated deletion of originals is done.
Thank you.
JeroenW
January 21st, 2010 17:44Just tested this on our staging server, and the 7-day delay indeed works fine.
I'll let you know when this is pushed live.
Jan Laplace
January 28th, 2010 19:16Perhaps another simply option is to let us to upload an image thumbnail... perhaps trought the API?
We can't see that option here: http://www.bitsontherun.com/documentation/system-api/methods/videos/thumbnails/update.html
Could it be posible to add it? Thank you.
JeroenW
January 29th, 2010 11:38Uploading an image is possible. The largest part of the page you mention describes how uploading an image works ;)
The trick is not to send a position parameter along. You'll then automatically get a response with a URL where the image can be posted to.
We use this two-step method so images can be directly uploaded from the client to our system. With a single-step upload, images have to pass through your servers.
Jan Laplace
February 8th, 2010 11:17JeroenW - On January 20th, 2010 14:12 We will indeed implement a 7-day >delay for the automated deletion of >originals. In fact, that will go >live with the next release in two >weeks.
Is the 7-day delay done?
Thank you.
remco
February 8th, 2010 14:35The release with the 7-day relay should come out next week. Apologies for the delay of the 7-day delay.