I just tried to install xml metadata into a 16+Gb 2160p/4K video file. The bash prompt states completion but nothing has changed in the file. I tried with smaller versions of the same file, 480p and 720p, successfully.
My question: Is there an upper filesize limit in the goigabyte range?
- Installed metadata and cover image using MetaX software into 720p file.
- extracted (and examined) data and image using mkvextract
- installed data and image into 480p file and succeeded.
- installed same data on 4k version of file, but failed
The script:
mkvextract “in.mkv” tags “movie01”.xml
mkvextract “in.mkv” attachments 1:“cover”.jpg
mkvpropedit.exe “out.mkv” --attachment-name “cover” --attachment-mime-type “image/jpeg” --add-attachment “cover.jpg”
mkvpropedit --tags all:“movie01.xml” “out.mkv”