jay123210599
20th May 2025, 01:04
I have a video that doesn't have colorimetry flags. How do I add them to the video without having to create a new file? I tried using this command but I got the following error:
mkvpropedit "C:\Users\User\Videos\video.mkv" --edit track:1 -s colour-primaries=1 -s colour-transfer-characteristics=1 -s colour-matrix-coefficients=1
The file is being analyzed.
Error: The name 'colour-primaries' is not a valid property name for the current edit specification in '--set colour-primaries=1'.
mkvpropedit "C:\Users\User\Videos\video.mkv" --edit track:1 -s colour-primaries=1 -s colour-transfer-characteristics=1 -s colour-matrix-coefficients=1
The file is being analyzed.
Error: The name 'colour-primaries' is not a valid property name for the current edit specification in '--set colour-primaries=1'.