Posts: 18
Threads: 7
Joined: Jun 2017
06.06.2017, 11:01
Greetings
Few weeks ago I was going through Hybrid options changing stuff on and off and now after encoding any video file "enoder gui" tag shows some garbage that was entered by me.
I don't remember exactly how I've did it but can't find any switch for this tag to have correct value (Hybrid 2017....) in config -> output -> mkv tags. Hot to fix this?
Please, read the 'Infos needed to fix&reproduce bugs,..'-sticky before you post about a problem.
Posts: 10.598
Threads: 57
Joined: May 2017
a. checked the source code and by itself Hybrid doesn't set any 'encoder gui' setting.
b. the settings under 'Config->Output->Mkv Tags' should be cleared whenever the source changes.
You can also see the setting if you open the GlobalDataModelDefaults.xml inside your setting folder. (see: 'Config->Path->Infos->Settings path' for it's location)
c. Are you loading any global profile which might include those settings?
d. Are you using a misc.ini file? In case you do delete it.
Also try if it helps to replace the mkvtoolnix related binaries inside your Hybrid install folder with the latest versions.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 18
Threads: 7
Joined: Jun 2017
I've deleted misc.ini from configuration folder and problem is fixed.
Quote:a. checked the source code and by itself Hybrid doesn't set any 'encoder gui' setting.
<Tags>
<Tag>
<Simple>
<Name>Encoding Gui</Name>
<String>Hybrid 2017.05.06.1</String>
</Simple>
</Tag>
</Tags>
This is content in the xml temporary file created during the encoding process. If the source code doesn't include this tag via this xml file what does ?
Posts: 10.598
Threads: 57
Joined: May 2017
Quote:This is content in the xml temporary file created during the encoding process. If the source code doesn't include this tag via this xml file what does ?
'Encoding Gui' vs. 'encoder gui'
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 18
Threads: 7
Joined: Jun 2017
I don't know how I haven't thought of that before, it's so obvious!
Any way as always thx for help.