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.

 

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

Reply
 
Thread Tools Search this Thread Display Modes
Old 26th September 2018, 20:42   #101  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,380
Many thanks for the fast fix for "dialog normalization gain removal".
hubblec4 is offline   Reply With Quote
Old 27th September 2018, 15:32   #102  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,380
Hi Mosu

I have some question about attachments. When I use MTX-GUI and add an attach file the MIME-Type is set automatically.
But when I create an mtxcfg can I scan/identify the attach file and mkvmerge tells me the MIME-Type?
When the MIME-Type is not set in an mtxcfg file, set mkvmerge this value automatically?

hubble
hubblec4 is offline   Reply With Quote
Old 27th September 2018, 15:56   #103  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
Quote:
Originally Posted by hubblec4 View Post
But when I create an mtxcfg can I scan/identify the attach file and mkvmerge tells me the MIME-Type?
When the MIME-Type is not set in an mtxcfg file, set mkvmerge this value automatically?
There's no such functionality. However, you shouldn't need it that functionality as mkvmerge does indeed derive the MIME type automatically if it isn't set. The GUI allows for the MIME type to be empty, too, even though the drop-down box doesn't contain an empty entry. You can, however, simply remove the MIME type's name manually.
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline   Reply With Quote
Old 27th September 2018, 18:12   #104  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,380
Quote:
Originally Posted by Mosu View Post
However, you shouldn't need it that functionality as mkvmerge does indeed derive the MIME type automatically if it isn't set.
That sounds great, thanks for your explanation.
hubblec4 is offline   Reply With Quote
Old 27th September 2018, 18:21   #105  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,380
I have a new PC and now the mtxcfg file have one line only. What was the way I have to go, so that mtxcfg file is human friendly readable?

Last edited by hubblec4; 27th September 2018 at 21:01.
hubblec4 is offline   Reply With Quote
Old 27th September 2018, 18:31   #106  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
The environment variable "MTX_JSON_FORMAT" has to be set to "indented".
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline   Reply With Quote
Old 27th September 2018, 18:53   #107  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,380
Thanks. After restart MTX it works.
hubblec4 is offline   Reply With Quote
Old 28th September 2018, 16:23   #108  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,380
Quote:
Originally Posted by hubblec4 View Post
After restart MTX it works.
That was not correct, I have to restart my PC. Why is this option so "complicated" to set up? Is there no way to have an option inside MTX?
hubblec4 is offline   Reply With Quote
Old 28th September 2018, 16:46   #109  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
Regular users simply don't need this. It's meant solely for developers.
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline   Reply With Quote
Old 29th September 2018, 09:21   #110  |  Link
gpower2
gMKVExtractGUI author
 
gpower2's Avatar
 
Join Date: Aug 2003
Location: Greece / Thessaloniki
Posts: 251
Quote:
Originally Posted by Mosu View Post
The environment variable "MTX_JSON_FORMAT" has to be set to "indented".
Quote:
Originally Posted by hubblec4 View Post
That was not correct, I have to restart my PC. Why is this option so "complicated" to set up? Is there no way to have an option inside MTX?
You could set this option inside your code so that you won't have to change it manually.
In .NET you can use "Environment.GetEnvironmentVariable" and "Environment.SetEnvironmentVariable" in order to manipulate environment variables, I am pretty sure you could find the equivalents for the language you use.
gpower2 is offline   Reply With Quote
Old 29th September 2018, 12:55   #111  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,380
Quote:
Originally Posted by gpower2 View Post
You could set this option inside your code so that you won't have to change it manually.
Thanks for this info, but I don't need it inside my code.
I don't use MTX-GUI since my chapterEditor is ready, but to see if my mtxcfg file is correctly created, I need the MTX-GUI to check this.


Quote:
Originally Posted by gpower2 View Post
In .NET you can use "Environment.GetEnvironmentVariable" and "Environment.SetEnvironmentVariable" in order to manipulate environment variables, ....
Lazarus can also work with the "System Environments" but I don't like to set options in the system directly (like Windows registry).
chapterEditor stays portable and will never touch system entries, all settings can be stored in files.



@Mosu
What is with Linux and mtxcfg file, I think there is no environment variable which I can setup up, or?
hubblec4 is offline   Reply With Quote
Old 29th September 2018, 13:01   #112  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
Quote:
Originally Posted by hubblec4 View Post
What is with Linux and mtxcfg file, I think there is no environment variable which I can setup up, or?
Huh? Of course you can set environment variables in Linux. Where exactly depends on the shell & desktop environment the user uses.
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline   Reply With Quote
Old 29th September 2018, 15:16   #113  |  Link
hubblec4
Matroska find' ich toll
 
Join Date: Apr 2008
Posts: 1,380
A suggestion. MTX uses an ini file, could you add there an option for this task?
Init is 0 for disabled human friendly readable and 1 for enabled.
A developer can change this setting easy and fast, and most important you don't have to restart the system.
hubblec4 is offline   Reply With Quote
Old 29th September 2018, 15:28   #114  |  Link
lvqcl
Registered User
 
Join Date: Aug 2015
Posts: 294
Quote:
Originally Posted by hubblec4 View Post
and most important you don't have to restart the system.
Open command line window, set the environment variable, and start mkvtoolnix-gui.exe from that window. This should do the trick.
lvqcl is offline   Reply With Quote
Old 29th September 2018, 15:58   #115  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
I really don't see a reason to do anything in this regard. Setting an environment variable is trivial; logging out & back in again suffices; you usually only have to do it once per installation. And that's for the very few people who actually need that feature.
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline   Reply With Quote
Old 29th September 2018, 20:32   #116  |  Link
tkwou
Registered User
 
Join Date: Nov 2016
Posts: 43
Hi I've had to do OS re-install with Windows 2008 Server R2. I re-installed Mkvtoolsnix but now Mkvtoolsnix-gui.exe refuses to open. Mkvtoolsnix-gui ran fine before the OS re-install. Mkvmerge continues to work as my Ripbot264 still runs fine. I'm sure there must be a .dll dependency problem. I'm either missing or have the wrong versions of the necessary .dll's. Does it require a specific VC runtime version?
tkwou is offline   Reply With Quote
Old 29th September 2018, 20:37   #117  |  Link
Mosu
MKVToolNix author
 
Mosu's Avatar
 
Join Date: Sep 2002
Location: Braunschweig, Germany
Posts: 4,281
It requires the Windows Media Foundation libraries to be installed. See this FAQ entry.
__________________
Latest MKVToolNix is v83.0

If I ever ask you to upload something, please use my file server.
Mosu is offline   Reply With Quote
Old 29th September 2018, 22:35   #118  |  Link
tkwou
Registered User
 
Join Date: Nov 2016
Posts: 43
Thanks, I have Media Foundations installed with media streaming role installed. I'm getting "the program can't start because api-ms-win-core-libraryloader-l1-2-0.dll is missing from your computer. Try reinstalling the program to fix this problem"
tkwou is offline   Reply With Quote
Old 29th September 2018, 22:41   #119  |  Link
mkver
Registered User
 
Join Date: May 2016
Posts: 197
Sounds like your Windows installation is corrupt. Run "sfc /scannow" in an elevated command prompt.
mkver is offline   Reply With Quote
Old 29th September 2018, 23:27   #120  |  Link
tkwou
Registered User
 
Join Date: Nov 2016
Posts: 43
I've already done that and it's passed verification.
tkwou is offline   Reply With Quote
Reply

Tags
matroska


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 14:54.


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