![]() |
[BUG] MKV Advanced Video Signaling Options Have No Effect - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] MKV Advanced Video Signaling Options Have No Effect (/thread-2830.html) |
MKV Advanced Video Signaling Options Have No Effect - Analog - 15.07.2022 Hi Selur, I'm using the debug version of Hybrid that you gave me (2022.04.19.1), and I've been finding that I've been unable to get files with the Matroska advanced video signaling options stored in the tags. I'm specifically setting the Matrix, Range, White Color Coordinates & Chroma Coordinates. My input file is an uncompressed MOV and I'm saving to an MKV-encapsulated FFV1 file. When I open the MKV in MediaInfo I don't see any of the tags I set. When I set them in MKVToolNix, I see the changes in MediaInfo...but that's not automated. ![]() There are no errors or anything that seem useful, but let me know if you need more information. Thanks! RE: MKV Advanced Video Signaling Options Have No Effect - Selur - 15.07.2022 Might be that I limited the signaling to specific video formats, will look at the code later. RE: MKV Advanced Video Signaling Options Have No Effect - Selur - 15.07.2022 No, values get set independent of the video type, but mkvmerge needs to be used as muxer, which is not alwayse the case. Cu Selur Ps.: debug version , probably a dev version,... RE: MKV Advanced Video Signaling Options Have No Effect - Selur - 15.07.2022 Send you a link to a dev version which should add/enforce mkvmerge muxing unless ffmpeg muxing is enforced. Cu Selur RE: MKV Advanced Video Signaling Options Have No Effect - Analog - 16.07.2022 Hi Selur, Unfortunately, the messaged dev version didn't help... It's still not working. I think I was always using mkvmerge... I've attached a link to a zip file with the profile, log output, video output, and a modified version of the output video with the tags correctly set for your reference. All this was made with the most recent dev version. Here: https://drive.google.com/file/d/1cvXTI3H2gvvNwokaeWHbM8iPrp-ads3k/view?usp=sharing Maybe this will help reproduce the issue? Please let me know if you need any other information... Thanks! RE: MKV Advanced Video Signaling Options Have No Effect - Selur - 16.07.2022 The mucing call: "C:\Program Files\Hybrid\64bit\mkvmerge.exe" --ui-language en -o "D:\VIDEO\2022-07-15@20_04_21_3310__05.mkv" --global-tags "C:\VIDEO\mkvtags_2022-07-15@20_04_21_3310__05.xml" --default-track 1:yes --colour-matrix 1:4 --colour-range 1:2 --chromaticity-coordinates 1:0.67,0.33,0.21,0.71,0.14,0.08 --white-colour-coordinates 1:0.3101,0.3162 --track-name 1:"UTC 2022-07-15 09:40:27" --default-duration "1:60/1i" --aspect-ratio-factor 1:1/1 --no-chapters --compression -1:none --forced-track 1:yes --no-audio --no-subtitles "C:\VIDEO\Test_2022-07-15@20_04_21_3310_04.mkv" --default-track 0:yes --forced-track 0:no -a 0 --compression -1:none --no-video --no-subtitles --no-chapters "C:\VIDEO\iId_1_aid_0_2022-07-15@20_04_21_3310_02.flac" --colour-matrix 1:4 --colour-range 1:2 --chromaticity-coordinates 1:0.67,0.33,0.21,0.71,0.14,0.08 --white-colour-coordinates 1:0.3101,0.3162 <HybridData name="mkvAdvancedVideoSingaling" value="true"/> <Tag> Cu Selur RE: MKV Advanced Video Signaling Options Have No Effect - Selur - 16.07.2022 Hmm, I tired to reproduc the problem by taking the Test.mkv file ad setting your settings: ![]() and the output properly showed: colour_description_present : Yes mkvmerge --ui-language en -o "E:\Output\2022-07-16@08_32_00_5310__03.mkv" --global-tags "E:\Temp\mkvtags_2022-07-16@08_32_00_5310__03.xml" -d 0 --default-track 0:yes --colour-matrix 0:4 --colour-range 0:2 --colour-transfer-characteristics 0:7 --colour-primaries 0:7 --max-content-light 0:1000 --max-frame-light 0:300 --max-luminance 0:1000.0 --min-luminance 0:0.0000 --chromaticity-coordinates 0:0.67,0.08,0.21,0.71,0.67,0.33 --white-colour-coordinates 0:0.3101,0.3162 --colour-bits-per-channel 0:8 --chroma-subsample 0:1,1 --default-duration "0:60/1i" --no-chapters --compression -1:none --forced-track 0:yes --no-audio --no-subtitles "E:\Temp\8bit_2022-07-16@08_32_00_5310_02.raw" --default-track 0:yes --forced-track 0:no -a 0 --compression -1:none --no-video --no-subtitles --no-chapters "E:\Temp\iId_1_aid_0_2022-07-16@08_32_00_5310_01.flac" Cu Selur RE: MKV Advanced Video Signaling Options Have No Effect - Selur - 16.07.2022 I can reproduce the isse when using your global profile. First I thought that maybe one of these has to be set, but even using all the option: mkvmerge --ui-language en -o "E:\Output\2022-07-16@10_11_49_2810__02.mkv" --global-tags "E:\Temp\mkvtags_2022-07-16@10_11_49_2810__02.xml" --default-track 1:yes --colour-matrix 1:4 --colour-range 1:2 --colour-transfer-characteristics 1:7 --colour-primaries 1:7 --max-content-light 1:1000 --max-frame-light 1:300 --max-luminance 1:1000.0 --min-luminance 1:0.0001 --chromaticity-coordinates 1:0.67,0.33,0.21,0.71,0.14,0.08 --white-colour-coordinates 1:0.3101,0.3162 --colour-bits-per-channel 1:8 --chroma-subsample 1:1,1 --default-duration "1:60000/1001i" --aspect-ratio-factor 1:8/9 --no-chapters --compression -1:none --forced-track 1:yes --no-audio --no-subtitles "E:\Temp\global_allset_2022-07-16@10_11_49_2810_01.mkv" -> then I noticed the cause of the problem, for some reason 1: is used while 0: should be used. RE: MKV Advanced Video Signaling Options Have No Effect - Selur - 16.07.2022 -> send you a new link via pm for testing. (upload is finished in 5min) Cu Selur RE: MKV Advanced Video Signaling Options Have No Effect - Analog - 17.07.2022 Hi Selur, Sorry for the late reply. The last dev release you sent me fixed the issue! Thank you so much! |