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. |
2nd February 2010, 08:47 | #1401 | Link | |||||
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
First things first: Having to set up a mingw build environment sucks. Big time. I've done it a couple of times and each and every time I spend hours until everything's working fine.
Quote:
Quote:
Quote:
Quote:
1. It is missing other libraries that your Boost build requires but that configure does not tell the link check to use. 2. You Boost build has been done with a different/incompatible mingw version and the link check fails due to unknown symbols. 3. The configure script itself cannot find a suitable file (!) to hand over to the link check. Configure itself tries to find the proper name for the Boost libraries because Boost's library names consist of various parts like architecture, multi threading on/off, version etc. The configure checks I use have only been tested on bash/sh/zsh like shells on Linux. I haven't tested them on Windows with msys or cygwin's bash. Quote:
A couple of months ago another user asked for support on building Windows builds. Back then I uploaded my ~/prog/video/mingw tree along with my self-built mingw cross compiler. Those packages won't work anymore (mingw 3.4 cross compiler didn't support Unicode, newer mkvtoolnix versions require Unicode support), but I can create a new tree and upload it along with slightly patched mingw .deb packages for Ubuntu 9.10 64bit if that would help you. It would probably not help you getting mkvtoolnix to compile on Windows with mingw, I guess, but it is a working cross compilation environment.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
|||||
2nd February 2010, 18:56 | #1402 | Link |
Registered User
Join Date: Aug 2005
Posts: 34
|
Hi Mosu,
thanks a lot for the thorough answer. I was not aware of cross compilation (besides having bumbed into it a couple of times). I'll try that out, thanks! and thanks for the script, will help me configure it properly. |
2nd February 2010, 19:10 | #1403 | Link | |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
If you do try to cross compile then you should be aware of a bug in the mingw runtime package for Ubuntu. I have a diff that fixes this bug available at http://www.bunkus.org/videotools/mkv...-snprintf.diff
Applying and compiling the package works something like this (from memory and vague, adjust file names/paths as necessary): Quote:
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
|
2nd February 2010, 19:18 | #1404 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
BTW: The tarball of my mingw cross compilation directory is up and available at http://www.bunkus.org/videotools/mkv...mingw.tar.lzma
The file http://www.bunkus.org/videotools/mkv...in32-build.txt mentions a couple of things to keep in mind (it's an IRC log excerpt and not up to date but still relevant).
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
2nd February 2010, 21:10 | #1406 | Link |
Registered User
Join Date: Aug 2005
Posts: 34
|
Hmm, as soon as i switch to cross-compilation libiconv won't be found. (and yes there is libiconv in your tree, and i also tried building it myself). have i put it in a wrong place? i installed into /home/../prog/video/mingw/
UPDATE: I got mkvtoolnix 3.10 compiled now. All credit goes to you, Mosu, as all it took was to use your tree and your zsh. The reason I failed before with iconv was that my own EXPORT commands apparently did not work the way i expected them to. Relying on your zsh it worked. One little heads up to what you said earlier about a mingwruntime bug... I was not able to apply the patch as the file didn't exist. But before I started googling to see where I could get a source with the needed file, I got it to compile. So what I'm saying is, I did not need that patch in order to build mkvtoolnix 3.10. Thanks again for your patience and helpful effort! Last edited by whatever-ever; 4th February 2010 at 09:30. Reason: solved it. |
2nd February 2010, 22:05 | #1407 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
I don't really have an idea, sorry.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
6th February 2010, 07:19 | #1408 | Link |
lookin for my sanity
Join Date: Feb 2007
Location: it all depends on the day and which country comes to mind
Posts: 42
|
Any chance you guys could add the following "Add command-line options" to the next build of MKVToolnix?
--segmentinfo --segment-uid I have no real problem with adding them manually each time, but it'd handy to have them available in the drop down list! I've been using --segmentinfo quite a lot recently and find its amazingly useful. Cheers for all the work on the app anyway |
6th February 2010, 14:09 | #1409 | Link | |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
Quote:
The following build adds an option for the segment info XML file, also on the "global" tab: http://www.bunkus.org/videotools/mkv...-214-setup.exe (still uploading)
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
|
6th February 2010, 18:52 | #1410 | Link |
Sleepy overworked fellow
Join Date: Feb 2008
Location: Maple syrup's homeland
Posts: 933
|
Hi,
I'm trying to figure how file linking works with mkv and I am quite puzzled. Here's what I'm trying to do: 5.1 AC3 audio / 1 file h.264 video / 2 files with different resolution and DAR (somehow it changed in the middle of the DVD) Subtitles So, I need the 2 videos linked together, but since the audio is muxed with the first video segment, I can't link them as "play this file, then this one" since I lose audio this way. How would I use advanced editing to achieve what I want? Thanks
__________________
AnimeIVTC() - v2.00 -http://boinc.berkeley.edu/- Let all geeks use their incredibly powerful comps for the greater good (no, no, it won't slow your filtering/encoding :p) |
6th February 2010, 19:17 | #1411 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
Please create a new thread for this. This is more a general Matroska & playback question, not really a mkvtoolnix question.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
8th February 2010, 07:34 | #1412 | Link |
Registered User
Join Date: Aug 2003
Posts: 19
|
Muxing error
I tried to rip a bluray and save it as mkv.
x264 gives a me .mp4 with about 4.5 GB. When muxing it with mkvtoolnix it says "everything ok" but the resulting mkv is just 17 KB in size. What could be the error? I want to add that I can watch the video without problems in mpchc. |
8th February 2010, 08:46 | #1413 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
I don't know.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
8th February 2010, 16:19 | #1414 | Link |
契約者
Join Date: Jun 2008
Posts: 1,576
|
RadioactiveMan
I'm not sure, but I believe mp4 normally not supports such huge files. Even if it is possible to create them, maybe they need some special treatment on demuxer side... Try to do all the same steps but cut some of the movie to get small but similar file and check if it works. EDIT: anyway if you want mkv, why you not using mkv or raw output in x264? Last edited by Keiyakusha; 8th February 2010 at 16:23. |
11th February 2010, 09:19 | #1415 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
MP4 files can have arbitrary sizes with 64bit atoms. mkvmerge supports such files & atoms.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
11th February 2010, 14:08 | #1416 | Link | |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
Quote:
Alternatively you can upload the file to my FTP server if you have the bandwidth to spare even though it is quite huge
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
|
11th February 2010, 19:00 | #1417 | Link | |
Registered User
Join Date: Aug 2003
Posts: 19
|
Quote:
Unfortunately I have already reencoded it directly into an mkv container and deleted all temporary files. |
|
11th February 2010, 19:16 | #1418 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
I tried to reproduce it with x264 but didn't succeed. Do you still have the AVS file? If not then I guess it'll remain a mystery.
__________________
Latest MKVToolNix is v88.0 If I ever ask you to upload something, please use my file server. |
11th February 2010, 19:21 | #1419 | Link |
Registered User
Join Date: Dec 2006
Posts: 523
|
I was thinking, that his snapshot of the directory showed that he hadn't refreshed the view. Windows will sometimes show a small file size as it is being created, and then updates to the size are half-hazzard. Perhaps the file is in his recycle bin?
|
11th February 2010, 19:24 | #1420 | Link |
MKVToolNix author
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,305
|
Nah. mmg also shows that muxing only took three seconds. And muxing a 4 GB file in three seconds is... unrealistic
__________________
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 | |
|
|