Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
8th August 2024, 21:18 | #2081 | Link | |
Cat
Join Date: Oct 2006
Location: Box
Posts: 23
|
Quote:
More notes and testing: Maybe this is because MP4 container may contain video or audio, more complex to handle tags? Possible to separate behavior between MP4 and M4A (force M4A audio tags to track not global)? Opus audio tags are done ideally: General tags (according to MediaInfo, like 'writing application' and 'encoder options') are added as track tags not global. FLAC is fine (zero global tags). Last edited by OAKside; 8th August 2024 at 22:47. |
|
6th September 2024, 11:12 | #2082 | Link |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,732
|
Does MKVMerge support HEVC version 3 profiles?
__________________
@turment on Telegram |
7th September 2024, 12:39 | #2083 | Link | |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,304
|
Quote:
__________________
Latest MKVToolNix is v87.0 If I ever ask you to upload something, please use my file server. |
|
7th September 2024, 12:42 | #2084 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,304
|
MKVToolNix v87.0 released
Heyo!
here's a small, new MKVToolNix release, v87. Not a lot going on, to be honest. See below for details! Version 87.0 "Black as the Sky" 2024-09-07 New features and enhancements
Bug fixes
Have fun!
__________________
Latest MKVToolNix is v87.0 If I ever ask you to upload something, please use my file server. |
8th September 2024, 10:03 | #2086 | Link |
Life's clearer in 4K UHD
Join Date: Jun 2003
Location: Notts, UK
Posts: 12,250
|
Cheers Mosu
__________________
| I've been testing hardware media playback devices and software A/V encoders and decoders since 2001 | My Network Layout & A/V Gear |
|
24th September 2024, 22:29 | #2088 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,304
|
FLAC is the only one you cannot split due to bad decisions (on my part) back when I specced how it's stored in Matroska. All other codec types can be split (applies to video & subtitles as well, not just FLAC).
__________________
Latest MKVToolNix is v87.0 If I ever ask you to upload something, please use my file server. |
24th September 2024, 22:53 | #2090 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,304
|
FLAC is the only format for which mkvmerge actively prevents splitting unless you override it.
__________________
Latest MKVToolNix is v87.0 If I ever ask you to upload something, please use my file server. |
25th September 2024, 09:49 | #2092 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,304
|
No audio data is corrupted at all. Please see this FAQ entry for technical details.
__________________
Latest MKVToolNix is v87.0 If I ever ask you to upload something, please use my file server. |
25th September 2024, 13:15 | #2093 | Link |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,732
|
Yep, I read the FAQ after you replied me yesterday.
Please explain me the meaning of: Please note that this will result in broken tracks: the official FLAC tools will not be able to decode them and seeking will not work as expected. […] So basically in order to support appending and splitting FLAC tracks I would have to implement my own FLAC decoder, something I'm not willing to do. Does it mean FLAC splitting (with the flag enabled) properly works or it doesn't?
__________________
@turment on Telegram |
25th September 2024, 13:18 | #2094 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,304
|
Depends on your definition of "works". If you mean "is 100% spec-compliant & will work with every FLAC-handling software, even after extracting it back from Matroska", then no. If, on the other hand, you mean something like "works with most players just fine", then yes.
__________________
Latest MKVToolNix is v87.0 If I ever ask you to upload something, please use my file server. |
4th October 2024, 18:38 | #2095 | Link |
Registered User
Join Date: Dec 2010
Posts: 275
|
MakeMKV adds metadata when it rips directly from a disc or ISO.
Comes up as "Original source medium: Blu-ray" at the end of every track. Is there a way to edit or add this specific metadata to other tracks? It's not exposed in the hex editor in mkvtoolnix. |
4th October 2024, 18:46 | #2096 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,304
|
There's no dedicated track header field for this kind of information in Matroska; therefore it's likely a tag. Check the file created by MakeMKV & extract tags from it, e.g. with "mkvextract filename.mkv tags -" & paste them here. I don't know which one it might be from the top of my head, but seeing whatever tags there are might help.
__________________
Latest MKVToolNix is v87.0 If I ever ask you to upload something, please use my file server. |
5th October 2024, 01:54 | #2097 | Link | |||
Registered User
Join Date: Dec 2010
Posts: 275
|
Here's what I got...I still don't see it.
Quote:
Quote:
Quote:
https://gitlab.com/mbunkus/mkvtoolnix/-/issues/2774 I don't think it's been implemented in a visible way though? UPDATE: <Simple> <Name>SOURCE_ID</Name> <TagLanguage>eng</TagLanguage> <String>001100</String> </Simple> But how do I add it to a file? So far have been unsuccessful in adding the tag. Last edited by AngelGraves13; 5th October 2024 at 03:11. |
|||
5th October 2024, 12:09 | #2098 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,304
|
Yep, it's SOURCE_ID. I totally forgot I implemented that for mkvmerge, too: it'll add such a tag when reading from MPEG transport streams, and it'll keep existing SOURCE_ID tags when reading from Matroska.
If you have to add them manually, then extract tags with mkvextract, edit them, then replace the existing ones with "mkvpropedit yourfile.mkv --tags all:modified_tags.xml" Or, if you want to set them during muxing, create a minimal tag file with only SOURCE_ID in it for each track & use mkvmerge's "--tags track1.xml" syntax.
__________________
Latest MKVToolNix is v87.0 If I ever ask you to upload something, please use my file server. |
5th October 2024, 17:52 | #2099 | Link |
Registered User
Join Date: Dec 2010
Posts: 275
|
Tried it a few times and it still doesn't show up.
C:\mkvtoolnix>mkvpropedit 01.mkv --tags all:modified_tags.xml The file is being analyzed. The changes are written to the file. Done. Still comes up without the tag in mediainfo. Can you add a way to add it through hexeditor in a future update? I'd like a way to do them in batch mode if possible. Last edited by AngelGraves13; 5th October 2024 at 17:54. |
5th October 2024, 17:57 | #2100 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,304
|
No to the hex editor. You can already script all the CLI tools.
As for why it doesn't show up in MediaInfo: maybe ask the MediaInfo devs about the requirements for it to show up. You'll likely have more luck with them.
__________________
Latest MKVToolNix is v87.0 If I ever ask you to upload something, please use my file server. |
Tags |
matroska |
Thread Tools | Search this Thread |
Display Modes | |
|
|