AnotherGUI Changelog

What's new in AnotherGUI 0.2.7.0

Mar 12, 2022
  • Added a line escaping for presets.
  • It is needed for ffmpeg filters for example.
  • Only lines starting with ESCAPE will be escaped.
  • Start a line in a Preset with ESCAPE or ESCAPE{,:}
  • Symbols and ' will be always escaped by
  • For example will be \ and ' will be '
  • You can add more symbols to escape.
  • All characters listed in between {} charactes will be escaped by
  • For example using ESCAPE{,:} will cconvert , to , and : to :
  • Look at sample preset "Extract subtitles"
  • Improved Watchfolders
  • Improved Image sequence detection
  • Probably something else I can't remember right now.

New in AnotherGUI 0.2.3.0 (Sep 10, 2019)

  • Several bug fixes in Watchfolders handling.
  • Image Sequences dialog now allow to select multiple files.
  • Image Sequqnses button accepts drag and drop several files and folders.
  • Several minor bug fixes.

New in AnotherGUI 0.2.1.1 (Mar 6, 2017)

  • Some bug fixes on Job Post Processing.
  • Many thanks to Antonin for noticing me.

New in AnotherGUI 0.2.0.6 BETA (Feb 4, 2016)

  • A lot of bugs fixed.

New in AnotherGUI 0.2.0.2 BETA (Feb 4, 2016)

  • Added WatcFolders. You can create as many WatchFolders you want. Eech one has one preset.
  • Data about files and treir states is keept in SQLite database.
  • On startup AnotherGUI does ceheck if SQLite is present. You can disable this in Preferences.
  • There are 2 ways to set up SQLite:
  • Download SQLite files from here (32-bit or 64-bit as your OS) as *.zip files
  • and extract thoose into AnotherGUI folder.
  • Or download SQLite installer from http://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki
  • The correct file is for NET 4.0 and 32-bit or 64-bit as your OS is.
  • Current version is named "sqlite-netFx40-setup-bundle-x64-2010-1.0.94.0.exe"
  • but the version number will change over time.
  • It is wise not direct your converted files back to WatchFolder as you can end with endles conversion loop.
  • To set up a WatchFolder you can also drag'n'drop a folder or folders to WatchFolders window.
  • WathFolders are able to write their own log files into WatchFolder/Log/.
  • The normal WatchFolder checking time is ca 10 seconds, but it depends on how many files are there.
  • If on second pass if the file has the same parameters a Job will be launched.
  • WatchFolder conversion Jobs have the lowest priority.
  • Added a menu as lot of users didn't discover the old right-click menu at all:-)
  • Now you can drop also a folder in Image Sequence button and
  • all possible image sequences will be found, even from subfolders. It takes time.
  • If there is discontiniuty in numberin 2 different imagesequence jobs will be generated.
  • ffmpeg does support -start_number and now if Current Preset executable is ffmpeg,
  • source is an image sequence and first frame is not 0 then -start_number is added wit correct start number.
  • Ffmbc doesn't support this and will fail if present.
  • Now clicking on a Job on Preset field a window with Job parameters will open.
  • You can edit and save thoose parameters to only this one specific Job.
  • No preset is affected.
  • Strategies (in preferences) are gone.
  • Now you can only manually set a limit for concurrent jobs in Preferemces.
  • The default is the number of available processors.
  • No data is stored into Registry any more. Some new *.xm files are introduced.
  • Starting from version 1.9 it was possible to have *.bat or *.cmd file as executable.
  • It allows to launch complex jobs with several different executables used inside.
  • Be careful, it my farite *.bat file contains "format c:" and not everybody do like this:-)
  • In Preferences you can find more log levels now.
  • A big part of AnotherGUI is rewritten and this beta version is not intensivly tested.
  • For sure there are some new bugs. Please let me know so I can fix them.
  • I was thinking a bit about porting AnotherGUI to Mono.
  • This means that it will be possible to use AnotherGUI on Linux and Mac OS.
  • I would like to know how many is intrested. Please drop me a email.
  • No fast promises here.

New in AnotherGUI 0.1.8.2 (Feb 4, 2016)

  • Fixed handling image sequences as source. For filenames containing only numbers a wrong patter was used. Now also asks for output filename in this case.

New in AnotherGUI 0.1.8.1 (Feb 4, 2016)

  • Bug fixes.
  • Specially a big one related to variable .

New in AnotherGUI 0.1.8.0 (Feb 4, 2016)

  • Many thanks to Quentin Latzel reviewing the help/documentation and also designed whole a new web site.
  • Drag and drop image sequences to a button "Add an image sequence". Dropping only one file from sequence is the fastest way.
  • Option to manually limit max running jobs in "Preferences".
  • Option to save last executed command as "Debug.bat" file for debugging a preset.
  • Option to add variables by mouse right-click in an "Edit Preset" window.
  • Filedialogs no more do lock folders after usage.
  • Added variable , allowing presets with multiple source files. Check a sample presets page.
  • Also on added a sample preset to normalize audio to EBU R128 / ITU 1770
  • Some bug fixes.
  • Also made a AnotherGUI Lite version for dumb users,
  • where editing presets is disabled and paths to *.exe files are read from a XML file.
  • If you need this version, send me an e-mail.

New in AnotherGUI 0.1.6.0 (Feb 4, 2016)

  • Some new variables are available in Presets.
  • It does allow using "Source files" with separate video and audio file.
  • The following variables are available in Preset and will be present a part of "Source file" (example = D:\My Footage\Test\Camera file.mov)

New in AnotherGUI 0.1.5.0 (Feb 4, 2016)

  • Fix: Very nasty bug preventing AnotherGUI to run without Administrator privileges.
  • Fix: In some cased editing a Preset did delete the Preset.
  • Some more what can't remember now.
  • New: AnotherGUI does remember the last used preset.
  • New: All lines in Preset starting with two slashes are comments.
  • // This is a comment in Preset
  • New: To import a preset file you can drag and drop it to main window like source file.
  • New: On closing AnotherGUI does save all uncompleted jobs to a file and will load these on next startup.
  • The new package doesn't contain user specific "AnotherGUI Presets.xml" and "AnotherGUI Exception List.txt" files.
  • There are some sample presets for ffmpeg included with package and they will be automatically imported.
  • In a case an existing "AnotherGUI Presets.xml" file is not found.
  • Also if "AnotherGUI Exception List.txt" is not found the new file is created with default values.

New in AnotherGUI January 2012 (Feb 4, 2016)

  • There is now a TreeWiev to select/change preset instead of DropBox. Presets better seen.
  • AnotherGUI now checks on startup if there is more recent version available and will notify on Title bar.

New in AnotherGUI January 2012 (Feb 4, 2016)

  • ffmpeg have changed syntax. For example video bitrate key is changed from "-b" to "-b:v" and audio bitrate to "-b:a".
  • Changed presets but not tested those yet.