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 |
|
|
#4561 | Link |
|
Registered User
Join Date: Jan 2014
Posts: 102
|
Thanks for your explanation. The mkvextract.exe warning message did indeed appear for both v9.8.0 and v9.7.1 when run with the "problem" file at the command prompt, but delivered output as required in both cases. So it looks as if the issue is with MeGUI tolerating the warning in v9.7.1, but not v9.8.0. I'll keep using v9.7.1 until MeGUI updates to tolerate v9.8.0, if indeed that happens in time.
|
|
|
|
|
#4563 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
Yes, there are:
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#4564 | Link |
|
Registered User
Join Date: Dec 2007
Posts: 96
|
3d-plane
hi
I have a feature request... with MPC-BE/LAV-Filters /XySubFilter/madVR one can playback 3D-mkv like those produced with MakeMKV; if for some reasons one needs to remux/rebuild such files one needs to preserve the individual 3D-plane for each subtitle... one can do this by adding a small tag file (XML format, see appended txt-example) to each individual subtitle stream... Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Tags SYSTEM "matroskatags.dtd">
<Tags>
<Tag>
<Simple>
<Name>3d-plane</Name>
<String>6</String>
</Simple>
</Tag>
</Tags>
it would be easier just to input this, like for example the delay... Best Regards Last edited by arrgh; 8th February 2017 at 22:59. Reason: unbelievable how long it takes to approve a txt-file... |
|
|
|
|
#4565 | Link | |
|
Registered User
Join Date: Jan 2014
Posts: 102
|
Quote:
As a result I have reverted to mkvextract.exe 9.7.1 which does not cause MeGui to exit with an error. I'm sure that non-technical users would prefer a version of mkvextract.exe that works with MeGui than to know that the new behaviour of mkvextract.exe 9.8 is the correct one. Ideally I'm sure that non-technical users would prefer to see mkvextract.exe 9.8 working well with all mkv files in MeGui. |
|
|
|
|
|
#4566 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
If the file structure is really broken, then exiting with a proper warning is the right course of action. It's really up to MeGUI to handle such cases by not aborting. Like I said, a warning isn't fatal, therefore MeGUI shouldn't treat it as such.
That being said: it's possible that there's a bug in mkvextract: it might show a warning about the file structure in situations where none is warranted. If you can provide me with such a file to test, I'll look into it.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#4567 | Link | |
|
Registered User
Join Date: Jan 2014
Posts: 102
|
Quote:
I have uploaded the file I first had problems with, Bones S11E01. |
|
|
|
|
|
#4568 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
The file you've uploaded is indeed damaged at the end. The last valid element is located at position 1099639165 with a size of three bytes, meaning the valid content ends at 1099639168. However, the file is 1099639253 bytes long. The difference, 85 bytes, is made up solely of 0 bytes. That's not valid Matroska data. Therefore the warning is indeed valid and not bogus.
The header of that file states that it was written by mkvmerge 7.0.0. I don't know why it wrote such trailing 0 bytes, and neither do I remember a bug regarding such behavior. I consider mkvextract's current behavior to be correct. Please ask the MeGUI author to treat warnings in mkvextract's execution (= exit code 1) as non-fatal.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#4569 | Link | |
|
Registered User
Join Date: Jan 2014
Posts: 102
|
Quote:
|
|
|
|
|
|
#4571 | Link | |
|
Registered User
Join Date: Jan 2014
Posts: 102
|
Quote:
Thanks again. |
|
|
|
|
|
#4572 | Link | |
|
Registered User
Join Date: Dec 2007
Posts: 96
|
Quote:
obviously the value "6" is just an example and must be replaced by the correct individual subtitle value Last edited by arrgh; 8th February 2017 at 23:04. |
|
|
|
|
|
#4573 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
That's good to hear!
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#4574 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
If you remux directly from the source Matroska file, then the tags for the track should be kept intact. No need to specify them anew.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#4575 | Link | |
|
Registered User
Join Date: Dec 2007
Posts: 96
|
Quote:
Sorry, if I might sound harsh, but have you looked lately in the options you provide for subs…? “language”,.. ”default”,…”forced”,… “delay”,… “stretch”… But “3d-plane” is not significant…? I accept it, since I have a work-around and the other 95% do work super-good (don’t get me wrong, I’m happy!), but I think the standardizing process in this respect (handling of 3D-mkv) should be accelerated… Best Regards arrgh |
|
|
|
|
|
#4576 | Link | ||
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
Quote:
Your "3d plane" tag is an unofficial tag that some players use to affect something. Big difference. Quote:
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
||
|
|
|
|
#4577 | Link |
|
Registered User
Join Date: Oct 2014
Posts: 469
|
Arrrrgh, it just happened again. Had a power outage and it started remuxing everything muxed since February 8th, and that was a HUUUUUGE list. Thankfully it only screwed one file and was a minor inconvenience for one other since I had to go and fix its UID.
Can we get a big "Abort Job Queue" button? Last edited by kuchikirukia; 15th February 2017 at 23:46. |
|
|
|
|
#4579 | Link | |
|
Registered User
Join Date: Oct 2014
Posts: 469
|
Quote:
Wasn't just mkvtoolnix, either. I had another program revert a setting I had changed days earlier. Windows 10 really needs a place to submit bug reports. |
|
|
|
|
|
#4580 | Link |
|
Registered User
Join Date: Sep 2012
Posts: 366
|
I just remuxed a recorded ts file, there's a section 50 minutes in where it looks like there were problems with the signal, the audio skips on playback and there's some minor pixelation. The ts plays back fine on MPC-HC but upon remuxing with MKVMerge the audio and video after that point in the resulting MKV goes about a second out of sync.
FFMPEG remuxes it fine and its MKV plays back without issue. Is this expected behaviour for MKVMerge with this kind of material? |
|
|
![]() |
|
|