MP4 metadata when uploading to YouTube, TikTok, and other platforms

YouTube, Vimeo, Twitter, and TikTok all re-encode uploaded MP4 videos. That re-encoding strips most of the original MP4 atoms — the title, description, copyright, and keyword metadata you carefully embedded. So is there any point in writing MP4 metadata before upload? Yes — for downloads, archives, and the platforms that do preserve it.

  • YouTube preserves the file metadata only for the original-quality download, not the streamed copy
  • Apple Music and QuickTime fully read MP4 iTunes-style atoms
  • Internal DAM systems often rely on embedded MP4 metadata
  • Archive copies on your own server keep the metadata intact
  • MediaMeta writes ©nam, ©cmt, ©ART, ©cpy, ©alb, ©gen, ©day, ©xyz, keyw atoms

What YouTube does to your MP4 metadata

YouTube re-encodes every uploaded video to its own codec ladder (H.264, VP9, AV1) at multiple resolutions. The streamed copies that viewers see have YouTube's own metadata pipeline — your embedded ©nam title is replaced by the title you set in YouTube Studio. The original file you uploaded may still have your metadata, but viewers downloading via youtube-dl typically get a stripped copy.

Why write MP4 metadata anyway

Three real reasons. First, for archive copies on your own server / S3 / DAM where the file is downloaded as-is. Second, for distribution channels that respect metadata (Apple Music podcasts, internal media servers, file-sharing). Third, for legal provenance — embedded copyright + author information travels with the file as evidence of ownership.

How to combine YouTube SEO with MP4 metadata

Use YouTube's own title, description, and tags fields for YouTube SEO — those are what get indexed. Use embedded MP4 metadata for everything off-YouTube. A clean workflow: write MP4 metadata before upload (for archive integrity), then fill in YouTube Studio fields with the same content (for YouTube SEO). One source of truth, two destinations.

What about TikTok, Vimeo, Twitter?

TikTok strips heavily — even the visual codec is replaced. Vimeo preserves more for paid tiers (the source file is downloadable with metadata intact). Twitter/X strips and re-compresses. For consistent behavior across platforms, do not depend on any platform preserving MP4 metadata. Use it for your own archives.

Frequently asked questions

Will YouTube use my MP4 atoms as its video title?
No. YouTube uses the title field you set in YouTube Studio. Embedded ©nam atoms are not surfaced to viewers.
Does writing metadata change the video file size?
Yes, but trivially — typically less than a kilobyte added for the metadata atoms. The video data is untouched.
Can I add metadata to a file YouTube already processed?
Yes — download the file from YouTube and run it through MediaMeta. The new copy will have your metadata embedded.

Related