Given the limitations on the character set allowed in XML I suggest
that you convert the binary to Base64 before inserting it into your
XML file. This will increase the size of the file by a third as three
binary bytes become four characters in Base64.
Alternatively, post the video file on the web, and just put the URI in
the XML file.