macOS 13 Ventura Photos.app "Export unmodified original" exports original movie's all metadata OK.
But "Export video" mangles movie metadata to its own liking. For example, it nukes original Keys:Keywords to zero byte binary data that does not work:
[Keys] Keywords : (Binary data 0 bytes, use -b option to extract)
[Keys] DisplayName : Title
[Keys] Description : Description
[Keys] GPSCoordinates : -33.4519 -70.6505
[Keys] CreationDate : 2021:02:16 16:19:29+02:00
A workaround is to "Export unmodified original" with "Export IPTC as XMP" sidecar and then use some 3rd party app like GraphicConverter or exiftool to join the sidecar metadata to the movie.
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 6.0.0">
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:exif="http://ns.adobe.com/exif/1.0/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:photoshop="http://ns.adobe.com/photoshop/1.0/">
<exif:GPSLongitude>70.650466100000003</exif:GPSLongitude>
<exif:GPSLongitudeRef>W</exif:GPSLongitudeRef>
<exif:GPSHPositioningError>1</exif:GPSHPositioningError>
<exif:GPSLatitude>33.451855799999997</exif:GPSLatitude>
<exif:GPSLatitudeRef>S</exif:GPSLatitudeRef>
<exif:GPSTimeStamp>2023-05-20T18:55:22Z</exif:GPSTimeStamp>
<dc:title>Title</dc:title>
<dc:description>Description</dc:description>
<dc:subject>
<rdf:Seq>
<rdf:li>Keyword 1</rdf:li>
<rdf:li>Keyword 2</rdf:li>
</rdf:Seq>
</dc:subject>
<photoshop:DateCreated>2021-02-16T16:19:29+02:00</photoshop:DateCreated>
</rdf:Description>
</rdf:RDF>
</x:xmpmeta>
...but notice that because Photos.app exports non-standard GPS in .xmp, you might have to use some workarounds because otherwise western and southern locations go to the other side of the globe. I have reported this flaw to Apple several times during the last several years. <sigh>
https://exiftool.org/forum/index.php?topic=14606.msg78717#msg78717
The best workflow is to edit movie metadata outside Photos.app and then import the movie to Photos.