Selur's Little Message Board
Encoder GUI tag incorrect - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Encoder GUI tag incorrect (/thread-28.html)



Encoder GUI tag incorrect - Doink - 06.06.2017

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.


RE: Encoder GUI tag incorrect - Selur - 06.06.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


RE: Encoder GUI tag incorrect - Doink - 08.06.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 ?


RE: Encoder GUI tag incorrect - Selur - 08.06.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' Big Grin


RE: Encoder GUI tag incorrect - Doink - 08.06.2017

I don't know how I haven't thought of that before, it's so obvious! Shy
Any way as always thx for help.