54.5 F
Los Angeles
Tuesday, Mar 4, 2025

Sony Enters Cloud Business

Sony Corp. of America is getting into the cloud storage business with its newest Los Angeles subsidiary.

Sony Media Cloud Services launched Wednesday as an online platform for filmmakers and television broadcasters to store and share their large and complex media files.

The 80-person subsidiary will work out of the Sony Pictures Studio lot in Culver City.

“We deliberately put ourselves on the Sony Pictures lot,” said Naomi Climer, president of Sony Media Cloud Services. “It’s great to have access to that many creative people working across movies, television, post production and effects.”

The subsidiary has developed software called Ci that filmmakers can use for storage, organization, sharing and editing of their media. Subscriptions to the software-as-a-service are sold on a sliding scale.

In addition to Sony Pictures, the company has also signed NBCUniversal as a client.

Climer said that the company supports most media files, but could eventually target other industries, such as music. It could also eventually target the consumer market, such as film students or self-employed creative types.

Sony Media Cloud Services does have some competition in the space. The most direct competitor is Hollywood-based Gobbler, which has targeted creative industries by integrating with popular video and sound editing products. Consumer products such as DropBox and enterprise services such as Box also serve some of the same needs.

Climer said Sony’s product was built to handle large video files. It was also built with security in mind so the latest “Spider Man” film won’t leak before it opens in theaters.

“Generally studios and creative professionals have content that they really don’t want to have in the wrong hands at the wrong time,” she said. “Security is something that we’ve put a lot of thought into. Generally speaking there isn’t that type of demand on the consumer level.”

Featured Articles

Related Articles

Natalie Jarvey Author ' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->