Skip to content

v1.4.0 - the window wins over the config file

Latest

Choose a tag to compare

@burnersen burnersen released this 23 Aug 17:47

An unticked box now means it

The window could only ever ADD arguments to the converter, never take one away.
So a setting in NVENCForge_Config.ini quietly won against what was on screen:

  • With autoCrop=true in the config, an unticked "Cut off black bars" still
    cut
    .
  • With autoShutdown=true, the converter shut the PC down as soon as its one
    file was done
    , taking the rest of the batch with it. That is the same damage
    the window itself did until v1.0.1 - triggered from the config file this time.

Neither could actually happen before now, because autoCrop never made it into
an existing config file: NVENCForge only ever wrote new settings into files it
created from scratch. NVENCForge 1.22.0 fills them in, which is exactly what
brings both within reach.

The window now sends -nocrop for an unticked box and -noshutdown on every
converter call - but only when the installed NVENCForge knows those switches, so
an older one does not log an unknown option on every run.

Split, join and the DaVinci path are untouched: they take no extra switches, and
they need no shutdown guard - they finish before the converter could shut
anything down.

Also

Your Settings page can no longer be incomplete. With NVENCForge 1.22.0 or newer,
settings that a newer converter added are filled into your config file
automatically, at their proper place, keeping your previous file as .bak. Until
now, a config file older than a feature simply never showed it.

Ships NVENCForge 1.22.1.