Container-level metadata
MP4/MKV/MOV all support metadata tags — title, artist, comment, year. Set them with -metadata key=value. Existing metadata can be inspected with ffprobe -show_format.
Chapters
Chapter markers split a long video into named sections. YouTube reads chapters from the video metadata for the timeline scrubber. To add chapters via FFmpeg, use the metadata-file pattern: read existing metadata, edit the chapter section, write back.