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 |
|
|
#461 | Link | |
|
Registered User
Join Date: Mar 2008
Posts: 280
|
Quote:
![]() There are two options if you click on that box: none and zlib. Should we always make sure "none" is selected? If that's the case why did you changed it? Note: I used TsMuxer to demux the contents of m2ts files (video/audio/subtitle streams) and later MkvMerge to join all those streams into a MKV. The author of this program replied: Hardware players are notoriously behind in supporting official features. mkvmerge uses certain features like header removal compression by default because they've been part of the specs of over half a decade now. If your player does not support header removal compression then you have to turn it off manually, yes.
__________________
"Whoever has not known himself has known nothing. But whoever has known himself has simultaneously achieved knowledge about the depth of all things." Last edited by Lincoln Burrows; 30th October 2010 at 17:52. |
|
|
|
|
|
#465 | Link |
|
Registered User
Join Date: Sep 2004
Location: France
Posts: 368
|
Yes, this feature is completely useless for audio tracks and just adds compatibility issues with almost every hardware player and some software players, but Mosu refuses to disable it by default or let us the choice to disable it by default...
Last edited by LeMoi; 30th October 2010 at 23:03. |
|
|
|
|
#466 | Link |
|
Registered User
Join Date: Feb 2006
Posts: 823
|
Well the code for the GUI is available so if you want to make an alternate GUI that has compression 'none' as default you could do that with probably only adjusting a few lines of code.
Since there are so many complaints I'm surprised no one has done this and uploaded it somewhere yet anyway. |
|
|
|
|
#468 | Link |
|
Registered User
Join Date: Jan 2010
Posts: 199
|
I just use an older version (4.1.0 I think) from before the compression feature was added. Otherwise, I kept forgetting to disable compression, and ended up making incompatible mkv's.
__________________
Windows 7 x64 i7 870 16GB RAM AMD 6870 |
|
|
|
|
#469 | Link |
|
Registered User
Join Date: Mar 2008
Posts: 280
|
Is there a way to reverse this if you already generated a MKV file with this issue?
All steps: TsMuxer (to demux the original BD files/m2ts) > Mkvmerge ----> MKV (with this problem) > What's next? If I didn't selected "None" for all streams should I start all over again (from the beginning, see above) or simply open MKvmerge and select this option for all streams and create another MKV?
__________________
"Whoever has not known himself has known nothing. But whoever has known himself has simultaneously achieved knowledge about the depth of all things." |
|
|
|
|
#471 | Link | |
|
Registered User
Join Date: Nov 2006
Posts: 55
|
Quote:
|
|
|
|
|
|
#472 | Link | ||
|
Registered User
Join Date: Feb 2010
Posts: 330
|
Quote:
Example: Quote:
|
||
|
|
|
|
#473 | Link |
|
Registered User
Join Date: Dec 2005
Posts: 1,454
|
There is no reason to create a raw AVC track with x264 if your target is MKV. Raw output is only necessary for Blu Ray (and possibly AVCHD). If you let x264 output MKV or MP4 to begin with that bug doesn't affect you.
Personally I stopped using the GUI and use the CLI now. That way I'm less likely to forget turning compression off. Setting things up is also faster that way if I do TV series. From what I read when other programs use mkvmerge they usually also disable the compression for audio and video tracks by default so I guess many people won't notice that it was added. Last edited by nurbs; 31st October 2010 at 11:27. |
|
|
|
|
#474 | Link |
|
Registered User
Join Date: May 2005
Posts: 1,572
|
Basically what it boils down to, is that I have to rewrite every mkv generated by mkvtoolnix with eac3to, as tools like tsMuxeR trip over the header compression as well.
__________________
Gorgeous, delicious, deculture! |
|
|
|
|
#475 | Link |
|
Registered User
Join Date: Aug 2008
Location: The Land Of Dracula (Romania - EU)
Posts: 934
|
@Mosu feature request:
split .mkvs in equal size when provide ONLY the max number of splits... _
__________________
if you ask a question and somebody give you the correct answer don't forget to leave a "thank you" note... Visit The Land Of Dracula (Romania - EU)! |
|
|
|
|
#476 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
Won't happen, sorry. The reason is simple: mkvmerge does not know how big the file will become. It cannot know the size of all tracks before it starts muxing, therefore it's not possible to implement something like you've requested.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
|
|
#477 | Link |
|
Registered User
Join Date: Oct 2004
Location: France
Posts: 567
|
Hello,
Is there an easy way to cut a sample from an mkv file (by cutting only the first X MB or seconds for example) ? If the splitting mode is used, more files than needed will be created. It is probably quite easy to do so but I have found the solution yet ... |
|
|
|
|
#478 | Link |
|
Pinhead
Join Date: Sep 2002
Location: Twin Cities, MN, USA
Posts: 158
|
Is there a thread for future feature requests? I'd like to see automatic chapter joining when two MKV files are appended and each contains their own chapters. In the current version, only the chapters in the first MKV file is kept and the chapters in the second MKV file is lost.
|
|
|
|
|
#479 | Link |
|
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
|
There's no extra thread, but what you've described should already be implemented. The next release has been built already, and I just have to find the time to write all of those release messages...
See also http://forum.doom9.org/showthread.ph...84#post1444584 and the preceding posts for a related discussion.
__________________
Latest MKVToolNix is v101.0 If I ever ask you to upload something, please use my file server. |
|
|
![]() |
|
|