Reemplazo#

As projects involve increasingly high-resolution footage, the performance of the video preview can decrease drastically. To combat this, Blender can generate proxies – copies of the original footage stored at a lower quality and/or resolution – to maintain a smooth editing experience without compromising visual fidelity in the end result.

The quickest way to set up proxies for videos is to simply select a Proxy Render Size in the View tab (visible when the editor is in Preview or Sequencer & Preview mode). This will automatically enable the selected proxy resolution in all the strips and start generating the downscaled video files.

You can use the Proxy tab if you want to configure proxies in more detail (or create proxies for image sequences).

Opciones de Reemplazo#

Referencia

Panel:

Sidebar region ‣ Proxy ‣ Proxy Settings

Contains scene-wide proxy settings.

Almacenamiento

How proxies are stored for the project.

Por Clip:

Each strip can specify where to store its proxies (see below).

Proyectar:

Todos los proxies se almacenan en un directorio.

Directorio de Reemplazos

La ubicación para almacenar los proxies para el proyecto.

Definir Reemplazos en Clips Seleccionados

Shows a pop-over that lets you choose the resolution(s) to generate and whether to overwrite existing proxy files. Once you confirm with the Set button, your choices are applied to the selected strips. You can view and tweak the settings for individual strips in the Strip Proxy & Timecode panel (see below).

In the Preview mode, where the Proxy tab is not available, this is instead done through the menu View ‣ Proxy ‣ Setup.

Reconstruir Reemplazo e Identificadores de Código de Tiempo

Generates proxies and time indices for the selected strips.

In the Preview mode, where the Proxy tab is not available, this is instead done through the menu View ‣ Proxy ‣ Rebuild.

Reemplazo y Código de Tiempo del Clip#

Referencia

Panel:

región Barra Lateral ‣ Reemplazos y Código de Tiempo ‣ Reemplazo y Código de Tiempo del Clip

../../../../_images/video-editing_sequencer_sidebar_proxy_panel.png

Contains strip-specific proxy settings. The checkbox in the header can be used to enable/disable proxy generation.

Reemplazo Personalizado
Directorio

By default, all generated proxy videos are stored to the folder <path of original footage>/BL_proxy/<clip name>, but this can be changed to a custom directory using this option.

Archivo

Le permite utilizar reemplazos preexistentes.

Resoluciones

The resolution(s) of the proxy videos to generate; multiple sizes can be selected.

Sobrescribir

Whether to overwrite existing proxy files or keep them.

Calidad

The video/image quality for proxies.

Timecode Index

When you are working with footage directly copied from a camera without preprocessing it, there might be numerous artifacts, mostly due to seeking to a given frame in the sequence. This happens because such footage usually does not have correct frame rate values in the file header. This issue can still arise when the source clip has the same frame rate as the scene settings. In order for Blender to correctly calculate the frames and frame rate there are two possible solutions:

  1. Preprocesar su video con, p.ej. MEncoder para reparar el encabezado del archivo e insertar los fotogramas clave correctos.

  2. Use the Proxy/Timecode option in Blender.

Ninguno:

No se usa ningún código de tiempo.

Contador de Grabación:

Usa las imágenes en el orden en que se grabaron.

Contador Continuo:

Usa la marca de tiempo global escrita por el dispositivo de grabación.

Contador Continuo (Fecha Grabación):

Interpola una marca de tiempo global usando la fecha y hora de registro escritas por el dispositivo de grabación.

Contador de Grabación sin Pausas:

Similar to Record Run, but ignores the timecode given in the file header, changes in frame rate, or frame dropouts.

Nota

El Contador de grabación es el código de tiempo que generalmente es mejor usar, pero si el archivo de origen está muy dañado, Contador de grabación sin saltos será la única oportunidad de conseguir un resultado aceptable.