AVISynth GUI Changelog

What's new in AVISynth GUI 0.02 Dev 2 Alpha

Sep 9, 2011
  • The title bar now shows the open document and saved status
  • AVISynth scripts are structured completely differently. For small projects, this is inefficient but I made the script generated as easy to edit as possible.
  • Buttons now update live as you edit the script. If you have accidentally removed support for a specific function, only that function will be disabled
  • Implemented a really buggy way to re-open your scripts you have made. This will be improved in the next version.
  • The subtitler has been re-implemented now with a preview feature and a lot more options. In future versions this will have a preview of the actual video within it for review. Preview size can also be changed. It also uses seconds rather than frames.
  • The project properties dialog works, but only if you specify details before you use the dialog.
  • Bugs/New bugs:
  • The project properties dialog doesn't update live, this is fixed in the next dev build.
  • The subtitler will sometimes spam 3 messages when you enter an incorrect value rather than just 1.
  • Sometimes, the "import media" button is enabled when it shouldn't be. (eg. When you removed the necessary script portions)
  • When you open and close a script, importing media completely screws up the script. I have this fixed in the next dev build, so stay tuned.
  • Some menu items aren't disabled but you still can't use them.

New in AVISynth GUI 0.02 Dev 1 Alpha (Apr 12, 2011)

  • Splicing acts correctly
  • Script editor introduced
  • Preferences dialog introduced