Post-Production - Do you always share the source files with your video editor?

Updated by Tiago Araújo [SSW] 15 days ago. See history

123

When you ask for changes to a video, it's tempting to just send the exported video and assume the editor can make quick fixes. However, without the original project files and media, the editor is stuck with a "flattened" version and can't properly tweak audio, video timing, or transitions without redoing work or risking quality loss.

<!-- endintro -->

All editing tools have their own way of saving source files. Some editing tools save multiple video files separately. For example:

* **Clipchamp** exports two distinct .mp4 files - one for the screen recording and another one for the webcam footage
* Other tools, like **Camtasia**, use specific source files: The .trec file contains the recorded media assets (like screen recording, webcam, mic audio, and system audio), and the .tscproj file (optional) contains the project edits, timeline layout, and references to media files (including .trec files) that references all the media assets

Sharing these complete project files or all related media ensures your editor can work efficiently and maintain professional quality.

<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "badExample",
    figure: 'Bad example - Only the exported video file (.mp4) is shared',
    shouldDisplay: true
  }}
  src="/uploads/rules/share-source-files-with-video-editor/bad-example-one-video-file.png"
/>

<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "goodExample",
    figure: 'Good example - Clipchamp - The 2 video files are shared',
    shouldDisplay: true
  }}
  src="/uploads/rules/share-source-files-with-video-editor/good-example-two-video-files.png"
/>

<imageEmbed
  alt="Image"
  size="large"
  showBorder={false}
  figureEmbed={{
    preset: "goodExample",
    figure: 'Good example - Camtasia - The source file and project file are shared',
    shouldDisplay: true
  }}
  src="/uploads/rules/share-source-files-with-video-editor/good-example-source-file.png"
/>
acknowledgements
related rules