3

When should I use proxy clips vs. the "transcode to editor-friendly format" option? They both seem to accomplish the same goal, that is, providing the video in a format that the editor can more easily use during the editing process. I understand that the proxy clips are usually reduced in quality while the transcoded clips are not. But the transcoding process is lossy so you lose information either way (disregarding lossless transcoding which results in massive files). Thus I don't see a clear reason to use one over the other. What am I missing?

2 Answers2

2

Proxy clips are low-resolution versions of the original video files, which can be used for editing to improve performance and speed up the process. On the other hand, transcoding involves converting the original video files into a format that is optimized for editing.

While proxy clips are quicker to create and easier to manage, they may not provide the best image quality and may not accurately represent the final product. Additionally, if the original video files have a lower resolution or quality, creating proxy clips may not be helpful in improving editing performance.

Transcoding, on the other hand, may take longer to process and require more storage space, but it ensures that the footage being edited is of the highest quality and accurately represents the final product. This can be especially important for professional projects or those with specific image quality requirements.

Ultimately, the choice between using proxy clips and transcoding to an editor-friendly format depends on the specific needs of the project, the quality of the original footage, and the resources available to the user.

In short transcoding is for the Quality. And proxy clips are for the efficiency.

1

Though the other answer is correct, I think it doesn't clear up the main difference:

  • Proxy clips are used when your computer is not able to handle the clips, usually because the files are high-res clips. If you don't use proxies, when you place the clips on the timeline, you won't be able to watch the videos - they either play stuttering or don't play at all. Of course, if you can't watch it, you can't edit it. Proxies are low-resolution versions of your clips, so you can watch it, edit it, and when you render it, the original clips will be used instead, so you'll have the original quality.
  • Transcoding is used when clips are not suitable for editing - they are converted to some editable format. Transcoded clips intend to preserve the original clip quality, and WILL be used for rendering. To preserve quality, transcoded files are usually large - often larger than the original ones.

ยท

In a regular machine, when working with non-edit-friendly files, you may need to do both: transcode and use proxies.

Theo
  • 36