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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#941 | Link | ||
|
Registered User
Join Date: Oct 2018
Posts: 133
|
I've an mkv with the following mediainfo:
Quote:
Quote:
|
||
|
|
|
|
|
#945 | Link | |
|
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,854
|
Quote:
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists Last edited by stax76; 6th January 2021 at 16:40. |
|
|
|
|
|
|
#946 | Link |
|
Registered User
Join Date: Oct 2018
Posts: 133
|
Thanks, stax. I wrote about it and it got swiftly closed, the developer doesn't intend to work on such a feature. https://gitlab.com/mbunkus/mkvtoolnix/-/issues/2994
|
|
|
|
|
|
#947 | Link |
|
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,844
|
Using mkvalidator on files with a Dolby Atmos track takes a very long time to finish. Is this something that cannot be helped? I also noticed that the process uses quite a lot of memory if the file is big, like almost 4GB for a 15GB Matroska file.
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... |
|
|
|
|
|
#948 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
mkvalidator is not part of MKVToolNix, nor am I its author. Therefore I cannot say anything about it.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
|
#949 | Link |
|
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,854
|
@bruno321
It can be achieved via simple script however: 1. Read tag data, very easy with Get-MediaInfo for instance 2. Create tag file 3. Re-mux
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
|
|
|
|
|
#950 | Link |
|
Registered User
Join Date: Oct 2013
Posts: 203
|
Is there a way to force MKVToolnix into saying all UNDETERMINED languages are english (or other language)? When I add an AVI into a new MKV file the english audio track is said to be UND. I always need to modify that to english, the problem is doing that with dozens of files.
|
|
|
|
|
|
#951 | Link | |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
Quote:
If you want to modify existing files, you can look into scripting mkvpropedit to change the properties of existing tracks. This automation example does something very similar and can serve as a basis for your own script. If scripting isn't your thing, there's also JMkvpropedit, though I've never used it myself and cannot attest to its suitability to your problem.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
|
|
#952 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
MKVToolNix v53.0.0 released
Heydiho,
trying to keep up my usual schedule in 2021 of about four to five weeks between releases. This time it's even a bit less than four weeks. Several bug fixes and small enhancements were made. There have been no changes for package maintainers. Here are the usual links: the MKVToolNix home page, the Windows installer/portable version & macOS DMG & Linux AppImage and the source code. The Windows and macOS binaries as well as the Linux AppImage are available already. The other Linux binaries are still being built and will be available over the course of the next couple of hours. Here are the NEWS since the previous release: Version 53.0.0 "Fool's Gold" 2021-01-30 New features and enhancements
Bug fixes
Have fun
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
|
#953 | Link | ||
|
Matroska find' ich toll
Join Date: Apr 2008
Posts: 1,413
|
Hi Mosu
Quote:
With the new MTX version, I can confirm for the video frames is no longer a BlockGroup used. I was always wondering why the "default duration" header field shows the half and in the BlockGroup shows the block duration the correct value. Quote:
This data was really superfluous? |
||
|
|
|
|
|
#954 | Link | |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
Quote:
All the change does is removing the very first state element if and only if its content is the same as the private element. Semantically nothing changes by leaving out that particular state element.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
|
|
#956 | Link |
|
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,854
|
staxrip always re-muxes mkvextract extracted AAC files to M4A using MP4Box, but is this necessary or do the AAC files contain all important metadata?
There is currently a discussion here: https://github.com/staxrip/staxrip/issues/489
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
|
|
|
|
|
#957 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
ADTS AAC files only include as much information as necessary for decoding. Extracting to it loses quite a lot of meta data, of course, such as the timestamps or user-supplied data such as track names, tagging, chapter information. Most of those could be stored in MP4, but they don't survive the .mkv → .aac step.
Or to put it differently: the .aac → .mp4 step cannot invent metadata that isn't present in the .aac already. So no, .mkv → .aac → .mp4 doesn't make much sense. One exception would be to feed the .mp4 to programs that don't support ADTS AAC files. If you want to keep more metadata intact, you'll have to use other applications that support reading Matroska and writing MP4 files. An obvious one is ffmpeg, another choice might be the gstreamer framework (no idea if that offers more than what libavformet does, though). Edited to add: mkvextract doesn't support extraction of 7.1 AAC to ADTS AAC files at the moment due to a more or less easily fixed but. Other channel configurations (7.0, 8.0 and more than 8 channels in general) aren't suported at all. The reason is that things get somewhat dicey with ADTS AAC files and the higher channel counts; the stream will have to contain a program_config_element to signal the higher channel count. mkvextract cannot generate said program_config_element at the moment.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. Last edited by Mosu; 4th February 2021 at 22:35. |
|
|
|
|
|
#958 | Link |
|
Registered User
Join Date: Jun 2013
Posts: 3
|
I'm trying to figure out how to use the 'Directory relative to first source file's directory'-setting but can't find any info about it other than this post that just says it now remembers your setting and there's nothing in the FAQ or documentation either. Maybe it's so obvious for the most you of that it isn't needed
![]() Maybe it isn't even possible to do what I want to do anyway. I would like to set the output directory to Y:\CurrentJobName (remote server) if the input is located locally in D:\Incoming\CurrentJobName. Is that doable or am I stuck to changing it manually every time? |
|
|
|
|
|
#959 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
That scheme isn't supported by MKVToolNix GUI. What "parent directory" means is: same drive, one directory up. For example, if the first file is located in "D:\Some\Where", the destination file name will be set to "D:\Some".
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
|
#960 | Link |
|
Registered User
Join Date: Apr 2020
Posts: 36
|
Hello everyone, I am using version 53.0.0 on Ubuntu 20.04 lts and I cannot merge two files, I get the error that a file cannot be merged with itself, this is the first time this happens to me and I don't know how Obviously they are two compatible files and it is an operation that I have done many times, I load the first file then with the function "append to an existing source file" I put the second file, only I get this error ... .... I hope someone can help me.
Thank you |
|
|
|
![]() |
| Tags |
| matroska |
|
|