<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--#config errmsg="" --><!-- saved from url=(0022)http://help.adobe.com/ -->
<html lang="es-es">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
    <meta name="lang" content="es-es" />
    <meta name="area" content="livedocs" />
    <title>Adobe&#160;OnLocation&#160;CS5 * Novedades de Adobe OnLocation CS5</title>
    <link rel="shortcut icon" href="images/OnLocation.ico" />
    <meta name="book" content="Uso de Adobe OnLocation CS5" />
    <meta name="product" content="adobe onlocation" />
    <meta name="keywords" content="" />
    
    <script type="text/javascript" language="Javascript" charset="UTF-8"><!--[CDATA[
        var currentTreeNode = "WS5b3ccc516d4fbf351e63e3d117cbc980c1-7ff0.html";
// ]]--></script>
<script src="terms.js" type="text/javascript" language="Javascript" charset="UTF-8">...</script> <script src="help.js" type="text/javascript" language="Javascript" charset="UTF-8">...</script>  <script src="utilities.js" type="text/javascript" language="Javascript" charset="UTF-8">...</script> <script src="event.js" type="text/javascript" language="Javascript" charset="UTF-8">...</script> <script src="treeview.js" type="text/javascript" language="Javascript" charset="UTF-8">...</script> <script src="toc.js" language="Javascript" type="text/javascript" charset="UTF-8">..</script> <script src="swfobject.js" language="Javascript" type="text/javascript" charset="UTF-8">..</script>  <script src="booklist.js" language="Javascript" type="text/javascript" charset="UTF-8">..</script>
<script type="text/javascript">
<!--[CDATA[
var headId = document.getElementsByTagName("head")[0];         
if (use_ie_6_behavior) {
  var linkId = document.createElement("link");
  linkId.href = "content-ie6.css";
  linkId.rel = "stylesheet";
  linkId.type = "text/css";
  headId.appendChild(linkId);
}
function initRoboHelpDOM() {
  if (use_chm_behavior) {
    hideElement("search");
  }
  if (use_robohelp_behavior) {
    hideElement("search");
    hideElement("productmenu");
    hideElement("notyourversion");
  }
  if(!use_chc_behavior) {
    document.getElementById("notyourversion").style.display = "inline";;
  }
}
var dirname = location.pathname.match( /.*\// );    
function setSearchUserPref(){
  if ( document.cookie.indexOf( "ah_searchpref" ) > -1 ) {
    if ( document.cookie.indexOf( dirname ) > 0 ) {
      document.search.gsa.checked = true ;
    }else{
      document.search.gsa.checked = false ;            
    }
  }
}
YAHOO.util.Event.onDOMReady(initRoboHelpDOM);
YAHOO.util.Event.onDOMReady(setSearchUserPref);
// ]]-->
</script>
<!--#include virtual="/ssi/globalheader.ssi" -->
<!--#include virtual="/es_ES/ssi/localheader.ssi" -->
<!--#include virtual="header.ssi" -->
    <link rel="stylesheet" type="text/css" href="tree.css" />
    <link rel="stylesheet" type="text/css" href="content-fonts.css" />
    <link rel="stylesheet" type="text/css" href="content-hyperlinks.css" />
    <link rel="stylesheet" type="text/css" href="content.css" />
    <link rel="stylesheet" type="text/css" href="localeSpecific.css" />
  </head>
  <body id="content_body" onload="window.focus();">
    <a name="top" shape="rect"><!--LeaveCommentHere--></a>
    
    <div id="mnemonic">
      <div class="OnLocation"><div class="banner"><a href="WSe824490e891d80bc1e63e3d12528802644-8000.html">Adobe&#160;OnLocation&#160;CS5</a></div></div>
    </div>
    
    <div id="searchbar">
<table id="searchbartable">
<tr>
<td colspan="2">
      <div id="pdf"><img src="images/PDF.gif" width="16" height="16" hspace="10" />&#160;
           <a title="Ver PDF de ayuda" href="http://help.adobe.com/es_ES/OnLocation/CS5/Using/onlocation_cs5_help.pdf">Ver PDF de ayuda (adobe.com)</a></div>
</td>
</tr>
</table>
    </div>

<!-- BEGIN SEARCH CONTENT -->
<form id="search" name="search" action="search.html" target="_self">
<script type="text/javascript">
<!--[CDATA[
if ( !use_chc_behavior ){
    if (typeof(terms_AHV_SEARCH_CONSTRAINT) != "undefined" && 
        terms_AHV_SEARCH_CONSTRAINT.length > 0 && 
        document.location.href.indexOf(".adobe.com") > 0){
        if ( typeof(terms_SEARCH_THIS_HELP_ONLY) != "undefined" && terms_SEARCH_THIS_HELP_ONLY == "ON" ) {
            document.write('<div id="searchscope"> \
                <input onchange="setAHSearchPref();" \
                class="gsa" \
                name="gsa" \
                id="gsa" \
                type="checkbox" \
                checked="checked" \
                value="1" ><\/input>'); 
                
        // Leave the "Search this help system only" checkbox unckecked
        }else{    
            document.write('<div id="searchscope"> \
                <input onchange="setAHSearchPref();" \
                class="gsa" \
                name="gsa" \
                id="gsa" \
                type="checkbox" \
                value="1" ><\/input>'); 
        }
        document.write('<span class="gsalabel">' + terms_AHV_SEARCH_CONSTRAINT + '<\/span><\/div>'); 
    }
    document.write('<input class="searchinput" \
        name="q" \
        id="q" \
        type="text" \
        maxlength="256" \
        value="' + terms_AHV_SEARCH_BUTTON + '" \
        onclick="clearSearch()"><\/input><input \
        type="button" \
        name="searchbutton" \
        class="searchbutton" \
        onclick="submit()" />'); 
} 
 
/* 
 * Start Functions 
 */
function clearSearch(){
    if (document.search.q.value == terms_AHV_SEARCH_BUTTON){document.search.q.value = ""}; 
}

// set search preferences
function setAHSearchPref(){
    if (document.search.gsa.checked == 1){
        setAHSearchCookie( dirname );
    }else{
        setAHSearchCookie( "community" );
    }
}

// Set search preferences cookie
function setAHSearchCookie( p ){
    // set cookie ah_searchpref with a value of the document path
    var expire=new Date();
    expire.setDate(expire.getDate()+365); // Cookie expires after 1 year (365 days) 
    document.cookie="ah_searchpref=" +p+ "; expires=" +expire.toGMTString()+ ";";
}

// ]]-->
</script> 
 </form>
<!-- END SEARCH CONTENT -->    



<!-- BEGIN PAGE CONTENT WRAPPER -->
    <div id="page_content_wrapper">
<!-- BEGIN PAGE WRAPPER -->
<table id="page_content_table">
<tr>
    
<td id="col2">
<!-- BEGIN CONTENT WRAPPER -->
<!-- BEGIN BREADCRUMBS -->

      
      <div id="breadcrumb">
        
<ul class="navigation"><li class="prev"><a accesskey="p" class="prev" href="WSe824490e891d80bc1e63e3d12528802644-8000.html" title="Página de inicio"><img src="images/blank.gif" alt="Anterior" width="17" height="17" /></a></li><li class="next"><a accesskey="n" class="next" href="WS5b3ccc516d4fbf351e63e3d117cbc9832e-7fee.html" title="Espacio de trabajo"><img src="images/blank.gif" alt="Siguiente" width="17" height="17" /></a></li></ul><div class="hierarchy" id="hierarchy"><a href="WSe824490e891d80bc1e63e3d12528802644-8000.html"><b>Página de inicio</b></a> / <a href="WSe824490e891d80bc1e63e3d12528802644-8000.html"><b>Uso de Adobe OnLocation CS5</b></a></div>

      </div>
<!-- END BREADCRUMBS -->
      <div id="content_wrapper">
<!-- BEGIN PAGE TITLE -->
        <h1>
          Novedades de Adobe OnLocation CS5
        </h1>
<!-- END PAGE TITLE -->
<!-- BEGIN IONCOMMENTCOUNT -->
        <div id="ionCount">
        </div>
<!-- END IONCOMMENTCOUNT -->
<!--#include virtual="contentheader.ssi" -->
        <div><p>Adobe®&#160;OnLocation™&#160;CS5 es un potente software multiplataforma de supervisión y grabación directa en disco que le ayuda a filmar mejor y con más rapidez. Adobe&#160;OnLocation está diseñado para ejecutarse en un equipo portátil o estación de trabajo. Le ofrece una impresionante gama de herramientas de producción para gestionar las tomas rápidamente,  revisar el contenido y agregar metadatos. Ahorre tiempo y dinero en la filmación, en postproducción y hasta la entrega con soporte de metadatos XMP y una estrecha integración con Adobe® Premiere® Pro.</p>
<div class="tip"><img src="images/tip_help.png" />Para ver un vídeo con una descripción general de las funciones de Adobe OnLocation, visite <a href="http://www.adobe.com/go/lrvid5523_ol_es" target="_self">www.adobe.com/go/lrvid5523_ol_es</a>.</div><dl><dt class="dlterm">Integración de flujos de trabajo con Adobe Story</dt>
<dd xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xs="http://www.w3.org/2001/XMLSchema">Importe un script de Adobe Story ® en Adobe&#160;OnLocation al tiempo que conserva los metadatos introducidos durante la creación. Estos metadatos se usan para asignar los scripts a los marcadores de posición.</dd><p class="dlseparator"></p><dt class="dlterm">Integración de flujos de trabajo con Adobe Premiere Pro</dt>
<dd xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xs="http://www.w3.org/2001/XMLSchema">Mueva el contenido desde Adobe&#160;OnLocation a Adobe Premiere Pro con rapidez y facilidad, al tiempo que conserva los metadatos introducidos durante la filmación, con la consiguiente aceleración del proceso de edición. (Consulte <a href="WS96261419-CCC6-4bcd-81BF-D7778D8A5F11.html">Transferencia de clips a otras aplicaciones</a>.)</dd><p class="dlseparator"></p><dt class="dlterm">Registro rápido</dt>
<dd xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xs="http://www.w3.org/2001/XMLSchema">Registre las tomas en el panel Proyecto con una interfaz tabular que funciona como una hoja de cálculo. Navegue por los campos de datos utilizados con más frecuencia mediante el teclado. Este rápido y eficaz método de introducción de datos garantiza que el usuario recopila información más útil en el momento de la filmación. Este método ofrece una mayor eficacia en postproducción. (Consulte <a href="WS5b3ccc516d4fbf351e63e3d117cbc98bab-7f94.html">Organización de tomas en el panel Proyecto</a>.)</dd><p class="dlseparator"></p><dt class="dlterm">Marcadores de comentarios</dt>
<dd xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xs="http://www.w3.org/2001/XMLSchema">Use marcadores de comentarios para agregar notas durante la grabación o la reproducción. Los comentarios se adjuntan a códigos de tiempo exactos, facilitando la revisión de partes específicas de los clips mientras se sigue en la filmación. Use los comentarios Turbo para almacenar una lista de los comentarios utilizados con frecuencia y para insertar comentarios rápidamente. (Consulte <a href="WS3C50DD49-C00C-45d9-BFE1-2640DA083DF0.html">Marcadores de comentarios</a>.)</dd><p class="dlseparator"></p><dt class="dlterm">Navegador de medios</dt>
<dd xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xs="http://www.w3.org/2001/XMLSchema">Use el Navegador de medios para navegar por los archivos y para importar clips copiados desde medios de almacenamiento de vídeo como tarjetas P2. El Navegador de medios reconoce el contenido y, en consecuencia, puede reconocer los archivos multimedia. Asimismo, durante la importación de clips multimedia, puede filtrar los clips que ya hay en el proyecto.</dd><p class="dlseparator"></p></dl>
<ul class="navlinklist"></ul>
</div>


<!-- BEGIN USER PREFERENCES -->
        <div id="userprefs">
        </div>
<!-- END USER PREFERENCES -->

        <div id="related">
          
          
          <div class="separator">&#160;</div>
        </div>
        <div id="footer">
          <p><img src="images/Community.png" />&#160;<a title="ayuda de comunidad (adobe.com)" href="http://www.adobe.com/go/lr_OnLocation_community_es">ayuda de comunidad (adobe.com)</a></p>
<!-- BEGIN IONCOMMENTS -->
          <div id="ionComHere">
          </div>
<!-- END IONCOMMENTS -->
<!--#include virtual="ionComments.ssi" -->
          <p id="creativecommons"><a href="http://creativecommons.org/licenses/by-nc-sa/3.0/" id="creativecommons_text"><img id="creativecommons_img" src="images/CC.png" alt="Esta obra obtiene su licencia de una licencia de Atribución-No Comercial-Licenciar Igual 3.0 Unported" /></a></p>
        </div>
      </div>
<!-- BEGIN BREADCRUMBS -->
      <div id="breadcrumb">
        
<ul class="navigation"><li class="prev"><a accesskey="p" class="prev" href="WSe824490e891d80bc1e63e3d12528802644-8000.html" title="Página de inicio"><img src="images/blank.gif" alt="Anterior" width="17" height="17" /></a></li><li class="next"><a accesskey="n" class="next" href="WS5b3ccc516d4fbf351e63e3d117cbc9832e-7fee.html" title="Espacio de trabajo"><img src="images/blank.gif" alt="Siguiente" width="17" height="17" /></a></li></ul><div class="hierarchy" id="hierarchy"><a href="WSe824490e891d80bc1e63e3d12528802644-8000.html"><b>Página de inicio</b></a> / <a href="WSe824490e891d80bc1e63e3d12528802644-8000.html"><b>Uso de Adobe OnLocation CS5</b></a></div>

      </div>
<!-- END BREADCRUMBS -->
<!-- END CONTENT WRAPPER -->
<!--#include virtual="contentfooter.ssi" -->
</td>
<td id="col3">
    <div>
        <img src="images/adobe-lq.png" />
    </div>
</td>
</tr>
</table>
    </div>
<!-- END PAGE CONTENT WRAPPER -->
<script type="text/javascript">
<!--[CDATA[
scrollToNameAnchor();
// ]]-->
</script> 
<!--#include virtual="/es_ES/ssi/productmenu.ssi" -->
<!--#include virtual="/ssi/globalfooter.ssi" -->
<!--#include virtual="/es_ES/ssi/localfooter.ssi" -->
<!--#include virtual="footer.ssi" -->
<!--#include virtual="/ubi/analytics/analytics_ssi.html" -->
  </body>
</html>