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

 

Go Back   Doom9's Forum > Capturing and Editing Video > New and alternative a/v containers
Register FAQ Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread
Old 21st September 2015, 09:45   #3621  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,413
Quote:
Originally Posted by Mosu View Post
Like I said: the movie duration is already part of the properties, it's »duration:« in the container line. It is the duration in ns.
Ok, thats clear

BUT

the ns value seems to me not really good calculated.
Every ns value ends with "000000".
Only three digits for ms not "000".

In mkfinfo.exe(output) there is not really a "container line", or??

Last edited by hubblec4; 21st September 2015 at 09:47.
hubblec4 is offline  
Old 21st September 2015, 10:38   #3622  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
The »container« line refers to the output of mkvmerge's identification mode.

The segment duration field in the Matroska file is scaled via TimecodeScale. That value defaults to 1000000. This means that the duration field itself only has a precision of ms. mkvmerge outputs what's in that field, it doesn't scan the whole file for calculating anything.

So no, mkvmerge cannot give you the information you want. You would have to parse mkvinfo's full output and calculate everything yourself, I guess.

You're probably going to ask me to extend mkvinfo's output to ns precision next. Please open a feature request on Github for that.
__________________
Latest MKVToolNix is v101.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 21st September 2015, 11:41   #3623  |  Link
LeMoi
Registered User
 
Join Date: Sep 2004
Location: France
Posts: 368
If we install this version over previous one, will the MMG be preserved or will it be removed?
LeMoi is offline  
Old 21st September 2015, 11:44   #3624  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
The installer will clean up obsolete files and therefore remove mmg.exe. Use the portable version if you want to keep mmg.exe around.
__________________
Latest MKVToolNix is v101.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 21st September 2015, 12:01   #3625  |  Link
LeMoi
Registered User
 
Join Date: Sep 2004
Location: France
Posts: 368
So if i still want to use the old GUI, I just have to keep the mmg.exe file?
LeMoi is offline  
Old 21st September 2015, 12:08   #3626  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
You also need data\magic.mgc from 8.3.0 and the locale folder from 8.3.0. Unfortunately you cannot simply mix magic.mgc from different versions generally as that will lead to segmentation faults in one of the applicaitons.

In such a situation it would probably be simpler to keep two folders around, one with mmg.exe and its associated files (you can remove the other .exe from that folder) and one folder with the current MKVToolNix. Then point mmg.exe to the location of the newer mkvmerge.exe.
__________________
Latest MKVToolNix is v101.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 21st September 2015, 14:17   #3627  |  Link
Bigmango
Registered User
 
Join Date: Nov 2006
Posts: 415
Now that the mkvmerge-gui was removed there's no gui anymore in the archlinux version...
Bigmango is offline  
Old 21st September 2015, 14:19   #3628  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
There are three bugs open for this already, the oldest one from the 8.0.0 release. Complain to the Arch Linux maintainers, please, it's their job to keep things up to date.

Or compile it yourself for the time being. Arch Linux is my main development platform, and the GUI works nicely there.

There's also an AUR package called mkvtoolnix-git which builds the Qt-based GUIs.
__________________
Latest MKVToolNix is v101.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 21st September 2015, 14:31   #3629  |  Link
Murcetieb
Registered User
 
Join Date: Dec 2014
Posts: 1
Quote:
Originally Posted by wanezhiling View Post
It seems that the simplified Chinese language in 8.4 is not complete even comparing to the one in 8.3? And the sc lang size is much smaller in 8.4 too. A mistake?
8.3 ships with a translation that has been reverted as per user report.

I've started working on the Simplifed Chinese translation, and have just finished untranslated and fuzzy entries. Going to do a thourough check of all entries in the next a few days. Will submit to Mosu when I feel it's ready, hopefully this can be done within this week.
You can check my progress on my Github repo. Feedback is welcome.
Murcetieb is offline  
Old 21st September 2015, 14:33   #3630  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
That's great to hear! Thanks, Murcetieb, I appreciate it.
__________________
Latest MKVToolNix is v101.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 23rd September 2015, 14:48   #3631  |  Link
wanezhiling
Registered User
 
Join Date: Apr 2011
Posts: 1,125
https://www.sendspace.com/file/1f6aa1
latest simplified Chinese language file
wanezhiling is offline  
Old 23rd September 2015, 17:14   #3632  |  Link
Chetwood
Registered User
 
Chetwood's Avatar
 
Join Date: Nov 2001
Posts: 1,105
Typo in German GUI:

Was wollen Sie mit den Dateien machen, die sie hier her gezogen undfallen gelassen haben?

should read

Was wollen Sie mit den Dateien machen, die sie hierher gezogen und fallen gelassen haben?
__________________

MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink
: DVD Shrink batch processing
Offizieller Übersetzer von DVD Shrink deutsch
Chetwood is offline  
Old 23rd September 2015, 17:21   #3633  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
Fixed, thanks.
__________________
Latest MKVToolNix is v101.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 24th September 2015, 11:48   #3634  |  Link
Thunderbolt8
Registered User
 
Join Date: Sep 2006
Posts: 1,787
is this meant to be a translation for drag and drop? I'd rather use "die Sie hier eingefügt haben", there is no need to translate the whole thing literally. What matters is just the outcome, where the files are now.

right now it sounds clumsy.
__________________
Laptop Lenovo Legion 5 17IMH05: i5-10300H, 16 GB Ram, NVIDIA GTX 1650 Ti (+ Intel UHD 630), Windows 10 x64, madVR (x64), MPC-HC (x64), LAV Filter (x64), XySubfilter (x64) (K-lite codec pack)

Last edited by Thunderbolt8; 24th September 2015 at 12:00.
Thunderbolt8 is offline  
Old 25th September 2015, 05:45   #3635  |  Link
Chetwood
Registered User
 
Chetwood's Avatar
 
Join Date: Nov 2001
Posts: 1,105
Still, ziehen und fallenlassen appears to be the proper translation and also being used in professionally translated OSs like Windows (the translation is professional, not the OS).
__________________

MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink
: DVD Shrink batch processing
Offizieller Übersetzer von DVD Shrink deutsch
Chetwood is offline  
Old 25th September 2015, 15:29   #3636  |  Link
Thunderbolt8
Registered User
 
Join Date: Sep 2006
Posts: 1,787
it still sounds rather clumsy and stupid. there is really no need to translate the whole process when the result is all that matters. what happened is that bestimmte Dateien dort eingefügt worden sind. how his happened, no one cares.
__________________
Laptop Lenovo Legion 5 17IMH05: i5-10300H, 16 GB Ram, NVIDIA GTX 1650 Ti (+ Intel UHD 630), Windows 10 x64, madVR (x64), MPC-HC (x64), LAV Filter (x64), XySubfilter (x64) (K-lite codec pack)
Thunderbolt8 is offline  
Old 26th September 2015, 05:48   #3637  |  Link
Chetwood
Registered User
 
Chetwood's Avatar
 
Join Date: Nov 2001
Posts: 1,105
Says you. So?
__________________

MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink
: DVD Shrink batch processing
Offizieller Übersetzer von DVD Shrink deutsch
Chetwood is offline  
Old 27th September 2015, 16:02   #3638  |  Link
Perenista
Registered User
 
Join Date: Oct 2013
Posts: 203
I am getting this error (click to enlarge):



It wasn't happening BEFORE I updated to the last version of this program.

Last edited by Perenista; 27th September 2015 at 16:06.
Perenista is offline  
Old 27th September 2015, 16:04   #3639  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,352
Well, don't try to write to directories you don't have write access to, like C:\Program Files\…
__________________
Latest MKVToolNix is v101.0

If I ever ask you to upload something, please use my file server.
Mosu is offline  
Old 27th September 2015, 16:26   #3640  |  Link
Perenista
Registered User
 
Join Date: Oct 2013
Posts: 203
Quote:
Originally Posted by Mosu View Post
Well, don't try to write to directories you don't have write access to, like C:\Program Files\…
What? This is what you get from using version 7.4.0...



I had to search for a previous version to see if was not some sort of bug. Apparently, it is.

As you can see, I am able to add an audio and subtitle track to the MKV successfully. The file tested was in the same location. My OS version is Windows 8.1 PRO 64 bit.

EDIT: Sorry for the misunderstanding. I changed the output folder, and it worked in the last version. Didn't know about the write access thing. This is going to confuse some people.

BTW, why can't I open more than one instance from this program now? In the past I worked with more than one file at the same time, to speed up things.

Last edited by Perenista; 27th September 2015 at 16:34.
Perenista is offline  
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 18:03.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.