← Back
Editing & Post-Production

Cloud storage downloads convert or normalize media metadata, breaking an otherwise deterministic relink workflow.

Problem

Cloud storage downloads convert or normalize media metadata, breaking an otherwise deterministic relink workflow.

Solution

Root Cause / Diagnostic:
Certain consumer-tier cloud storage services automatically transcode video assets, modify file creation timestamps, or strip extended file system metadata (such as reel names and timecode tracks) during web-based downloads. The modified files fail relinking algorithms.

Actionable Fix:
1. Compress production assets into uncompressed ZIP or TAR archive containers prior to uploading to cloud storage to shield embedded file metadata.
2. Instruct remote collaborators to download assets using desktop synchronization clients or dedicated CLI tools (e.g., Rclone, Cyberduck) rather than web browsers.
3. Compare file byte sizes and embedded timecode tracks between downloaded media and original camera cards using MediaInfo.

Pro Tip:
Transferring camera originals inside uncompressed .tar containers preserves bit-level metadata and prevents cloud platforms from executing automated background transcoding or metadata stripping.