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. |
17th May 2010, 01:17 | #1561 | Link | |
Matroska find' ich toll
Join Date: Apr 2008
Posts: 1,413
|
Quote:
is there anywhere a compiled build? i can download there the source code only. |
|
17th May 2010, 07:35 | #1562 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
Binary packages for libEBML and libMatroska for Debian, Ubuntu, OpenSuSE and Fedora Core are available from http://www.bunkus.org/videotools/mkv...downloads.html
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
17th May 2010, 12:26 | #1563 | Link | |
Matroska find' ich toll
Join Date: Apr 2008
Posts: 1,413
|
Quote:
|
|
17th May 2010, 14:47 | #1564 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
You only need the two libraries if you're building mkvtoolnix from source. That's why that line was prefixed with "note for package maintainers".
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
19th May 2010, 14:47 | #1567 | Link | |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
Quote:
mmg has a dialog for adding arbitrary command line options ("Muxing" -> "Add command line options"). That dialog contains all the available hacks and a short description for each, but that's about all the documentation there is.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
|
19th May 2010, 17:30 | #1568 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
Great news for free multimedia in general and Matroska in particular: Google open-sources VP8 and choses Matroska for their new WebM project
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
27th May 2010, 00:30 | #1569 | Link |
契約者
Join Date: Jun 2008
Posts: 1,576
|
Hi Mosu!
Not so long ago I discovered (official?)tool called mkvalidator. Not sure why I need it but I tried it just out of curiosity and found that it displays a lot of warnings for files muxed with mkvmerge. like this: "WRN0C0: First Block for video track #1 in Cluster at 69826954 is not a keyframe" However there is also some errors sometimes. So the question is, does this validator actually valid? Last edited by Keiyakusha; 27th May 2010 at 00:36. |
27th May 2010, 10:55 | #1570 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
mkvalidator is developed by Steve Lhomme (robux4), one of the co-creators of Matroska. Yes, its analysis is mostly valid, however it's also a very new tool and there are bugs and inconsistencies it doesn't account for. It would be best if you could talk to robux4 directly, e.g. on IRC (irc.corecodec.com, channel #matroska).
For example, mkvalidator assumes ideal files in which each cluster starts with a key frame in order to make seeking as fast as possible. This is technically unnecessary, and mkvmerge will never write such files, because its current way is not really worse and supported by all readers anyway. That's why it's only a warning in mkvalidator, not an error. It basically says "this file might be improved".
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. Last edited by Mosu; 27th May 2010 at 11:33. |
27th May 2010, 14:39 | #1571 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
Here's a build with support for reading VP8 from and writing it to IVF files: http://www.bunkus.org/videotools/mkv...-255-setup.exe
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
28th May 2010, 09:24 | #1572 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,498
|
Afaik atm it's only possible to specify on which timecodes a new files should be created, which would result in three output files instead of one when trying to extract a stream from timecode X to timecode Y;
-> Is there already a way to call mkvmerge just create one file and extract just a portion of a stream? if not: Would be nice if this could be added as a feature in an upcoming version. |
28th May 2010, 09:43 | #1573 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
No, it's not possible. I know it would be a nice feature to have, but I won't spend any time on that at the moment or in the near future. Patches are always welcome -- I'm not against such a feature, it just won't be me who'll implement it any time soon.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
28th May 2010, 23:03 | #1574 | Link |
Registered User
Join Date: Jul 2005
Posts: 438
|
Is there any support for H264 streams with open-gop planned? There are some problems with seeking which is probably caused by a missing support for open-gop in mkv. The problem and its possible cause are explained here: http://forum.doom9.org/showpost.php?...&postcount=178.
|
28th May 2010, 23:22 | #1575 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
I know of the problem but have no plans of working on that at the moment. Patches are MORE than welcome, but I neither have the expertise nor the time to do this myself just now.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
30th May 2010, 14:54 | #1577 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
I don't, maybe others do.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
30th May 2010, 15:59 | #1578 | Link |
Registered User
Join Date: Jul 2005
Posts: 438
|
I've just asked in the x264 thread in IRC about the open-gop issue and kierank said it would be an easy thing to adapt to open-gop.
[16:54] kierank: he needs to flag the frame as a keyframe if there's a recovery point sei I would create a patch if I had any experience in developing media related software. Does this information help and would you change your mind based on this to implement open-gop support? It seems to be easy and if you know what kierank is saying... Last edited by moviefan; 30th May 2010 at 16:12. |
30th May 2010, 16:05 | #1579 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
mkvmerge already marks the next frame after a recovery point SEI as a key frame. So if it doesn't work for you it's something else.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
Thread Tools | Search this Thread |
Display Modes | |
|
|