AvsP(mod): AviSynth-Editor mit integrierter Vorschau

  • Version 2.0.9:
    - Code folding at curly braces {}. May be improved later.
    - added an option 'show tabs in multiline style' in 'Options|Program settings|Misc'
    - added "copy as time" to the frame number text box
    - added an option "Don't preview when loading a session" in 'Options|Program settings|Video 1'
    - if 'paranoia' mode turned on, don't preview when loading a session
    - 'Save bookmarks to images' macro updated to support more image formats besides just bmp
    - Many bugfixes:
    fix: when closing a tab, always hid the preview window.
    fix: the framenum parameter of avsp.SaveImage() doesn't work
    fix: autocompletion doesn't apply customized preset if only typing a short name of a plugin filter
    fix: resolution not mod 4 or odd(rgb), the image is skewed. a regression on avspmod 2.0.8 only.
    fix: sometimes scripts line end is only 'LF'. force using windows style 'CR'+'LF'.
    fix: can't enter funtion definition dialog if delete a filter but keep its preset.
    fix: options.dat compatibility broken if user define a user funtion which name is short and is the same as the 2nd part of a long name filter.
    fix: ESC shortcut doesn't work in wx2.8 or later.


    Abilities of new code folding feature:
    1. Click on fold marker or through menu "Edit|Toggle current fold" to show/hide lines.
    2. Click on fold margin while holding Ctrl+Shift or through menu "Edit|Toggle all folds" to show/hide lines at all fold point.
    3. Click on fold marker while holding Ctrl to toggle recursively.
    4. Click on fold marker while holding Shift to toggle folds of child.

  • Version 2.1.0:
    - support code folding on block-comment and end-comment.
    - if ESC isn't defined as a shorcut, don't register it as a system hotkey.
    - new option "Draw lines at fold points" in menu "Options|Program settings|Text 2".
    - new macro "Save Image Sequence"
    - saving an image as .jpg now prompts the user to specify the quality level
    - forgot to include avs2avi in the past several versions, it has returned.


    Version 2.1.1:
    - fixed bug with saving images introduced in 2.1.0

    Auf gute Zusammenarbeit:

    REGELN befolgen | SUCHE benutzen | FAQ lesen | STICKIES beachten

    Einmal editiert, zuletzt von LigH (18. April 2011 um 08:58)

  • Version 2.1.2:
    - add a menu item "Copy avisynth error to clipboard" in "Edit|Miscellaneous". OCR text macro is no longer needed.
    - Add an option "Find within a word to show autocomplete" at menu "Options|Program settings|Text 1"
    - "save bookmarks to images" macro now lets you specify a jpeg quality level
    - fixed some bugs with function definitions that have underscores in their name
    - added 'Bookmarks at Interval' macro
    - added 'Random clip order' macro
    - add a text entry "DLL underscored" in "Options|AviSynth function definition...|Plugin tab". There may be some cases where a dll with an underscore in its name does not autodetect properly. These situations can be resolved by manually putting the base names into this box.

  • Version 2.1.3:
    Fixed some bugs related to dlls with underscores
    Replaced 'DLL underscored' textbox with a button to bring up a dialog. Add a checkbox on it to turn on/off auto-detect routine.

  • Version 2.1.4:

    - added a checkbox 'Allow hyphen character in identifier' in 'Options|Program settings|Text 2'. If you notice any problems with this, try unchcking it, and please report the problem.
    - auto recover session from an unexpected shutdown, even you disabled load session at startup.
    - 'Tab' key in the slider window is changed to navigate the next control inside this window.
    - if a frame is already cached, don't call avisynth.dll function repeatedly.
    - add a new menu item "Edit|aviSynth function|Autocomplete all <Alt+Space>" It brings up the FULL autocomplete list, even if you have customized the list.
    - add a new menu item "Edit|Style comment Alt+Q"
    - add the link of avspmod thread on doom9's forum to 'About' dialog.
    - add numpad+ and numpad- shortcuts for Zoom.
    - add an option to set color of fold margin in "Options|Fonts and colors|Advanced".
    - modified the way shortcuts are handled. Shortcuts involving the escape key are no longer global shortcuts.
    - Changed some default shortcuts:
    ___- Shift+Tab is now unindent selection
    ___- Esc now shifts focus between text and video
    ___If you are using an old options.dat, you may need to set these manually.

  • Version 2.1.5:

    - "Configure shortcuts" has been improved
    - Add 'Zoom in' & 'Zoom out' to 'Zoom' menu
    - If AvsPmod failed to load avisynth.dll, suggest user to install/reinstall avisynth
    - fixed regression from 2.1.4 where some options would reset to default values
    - fixed various bugs related to autocomplete and syntax highlighting
    - Add option 'Amount of letters typed' at 'Program settings|Text1'. It is active when 'Show autocomplete on capital letters' is enabled.

  • Version 2.1.6:

    - Add 'Show autocomplete with variables' to 'Program setting|Text2'. AvsPmod will parse the script and add variable names to the autocomplete list.
    - Add 'Show autocomplete on single matched' to 'Program setting|Text2'. This can be helpful when using lowercase, such as for a variable name.
    - Add 'Show autocomplete with icons' to 'Program setting|Text2'. This should be helpful to decide which key is better to finish autocomplete, <Enter> or <Tab>. There are 3 different types of icon to indicate how well a filter's preset is defined:
    -- OK icon: well-defined (100%)
    -- Smile icon: good (>70%)
    -- None: 30-70%
    -- Question icon: bad (<30%)
    - Remove "Allow hyphen in identifier" and also remove illegal long names from autocomplete list.
    - Add 'ESC' into "Configure shortcuts->Advanced". If checked, one press doesn't run shortcut command when autocomplete or calltip is active. A second press is needed. If unchecked, directly run command. Default: unchecked.
    - Add "Show warning on bad plugin naming" to "Program settings->Misc". If plugin dll files contain characters other than alphanumeric or underscore, it will be suggested that you rename them.
    - Allow autocomplete auto active on starting with underscore if there are matched words existing.
    - When autocomplete or calltip is active, pressing related shortcut again will cancel it.
    - Fixed an issue with filenames in the encoding gui.

  • Version 2.1.7

    - Fixed garbage data displayed on shortcut labels
    - Fixed wrong checked/unchecked status for 'Flip' menu items.
    - Improve menu item 'Hide the preview' to 'Show/Hide the preview.
    - Fixed missing customized function presets (This situation happened if an uninstalled plugin is not in filterdb.dat and has no customized definition. Now, avsp will check and keep its definiton as customized definition to avoid missing its preset. If the reason is from renaming, you can copy old preset to new one and then delete. But, leaving it there is also harmless.)

    Version 2.1.7.1

    - Shortcut translation crash fix

  • Version 2.1.8
    - when text has changed, left-clicking the video preview will refresh the preview
    - fixed pressing enter while in a text box in slider window not updating the video preview
    - add an option 'Refresh preview automatically' to 'Options|Program settings|Video 1'. If disabled, switching focus to the video preview or changing sliders wont cause a refresh
    - fixed an issue with mouse release errors

    Hinweis:

    AvsPmod verwendet zur Sicherheit gern die Syntax <DLL-Name>_<Funktionsname>(Parameter); das klappt allerdings nur, wenn die DLLs Dateinamen haben, die kompatibel für Bezeichner sind. Also nur Buchstaben, Ziffern oder Unterstrich, keine Bindestriche oder extra Punkte. Dafür muss man also eventuell DLLs von AviSynth-Plugins umbenennen.

  • Heute gab es ein großes Update auf

    Version 2.2.0
    - Reorganized several menus and changed some default settings to improve usability.
    - Tabs can be repositioned and renamed.
    - Scripts can be encoded without saving.
    - Improvements to macros.
    - When moving cursor on the preview, show pixel information even if the preview isn't focused.
    - Frame number textbox can accept mm:ss format, and you can input -1 to go to the last frame.
    - User sliders can have their values rescaled.
    - MANY minor bugfixes and improvements

  • Version 2.2.1
    - Pixel info remains in the statusbar while typing
    - fixed bug in definition of assumefps/changefps/convertfps
    - fixed bug with preview caching
    - fixed a bug parsing some avsi files
    - fixed a bug when removing plugins
    - fixed a bug related to folding
    - fixed a bug which caused slowdowns when incomplete string highlighting is enabled
    - fixed a bug when opening a 2nd instance of avspmod
    - added Shift bookmarks by # of frames macro by wOxxOm
    - other minor bugfixes and tweaks

  • v2.3.1 von vdcrim:

    Und schon im Juni:

  • Haben wir einen zusätzlichen News-Beitrag zu AvsPmod verloren? Irgendwie fehlt mir was, ich dachte, ich hätte in letzter Zeit öfter geupdatet...

    Also: AvsPmod im englischen doom9-Forum (von Zarxrax und vdcrim) + github Repository
    __

    Ach nein ... den Umstieg auf AvsPmod hatte ich bei Version 2.0.5 erwähnt. Unauffällig, nebenbei... :redface:

  • Version 2.4.0 [2012-11-27]

  • Version 2.4.1 [2012-12-05]

    Code
    - Add 'reload script' menu option
    - Add 'use large size video controls' setting
    - Add 'invert scroll wheel direction' setting
    - Improve video zooming on Ctrl + mouse wheel
    - Fix the 'navigate' menu options needing to be pressed two times when using a separate window for the video preview
    - Fix the dragging of the handle of the separate window preview's slider
    - Fix ScriptFile and ScriptName being swapped
    - Accept several clip properties on the Pipe macro function's command line
    - Other minor fixes
  • Version 2.4.2 [2013-03-12]

    Download: http://avspmod.github.com/

  • Version 2.4.3 => Version 2.5.0 [2013-06-04]

    Release notesvcdrim hat dort eine ganze Menge Details erklärt, die ich nicht alle hier übernehmen möchte

    Auf gute Zusammenarbeit:

    REGELN befolgen | SUCHE benutzen | FAQ lesen | STICKIES beachten

    Einmal editiert, zuletzt von LigH (4. Juni 2013 um 16:37)

  • Version 2.5.1 [2013-06-25]

    Zitat von vdcrim

    A small update, likely the last one until Fall:

    Code
    - Add 'toggle preview placement' menu option - the video preview can be placed now to the right of the script
     - Add 'open script's directory' menu option
     - Add 'interpret escape sequences' and accelerator keys to the find/replace dialog
     - Fixes to the handling of function definitions
     - Other minor changes and fixes
  • Version 2.5.1 [2013-06-25]

    Zitat von vdcrim

    A small update, likely the last one until Fall:

    Code
    - Add 'toggle preview placement' menu option - the video preview can be placed now to the right of the script
     - Add 'open script's directory' menu option
     - Add 'interpret escape sequences' and accelerator keys to the find/replace dialog
     - Fixes to the handling of function definitions
     - Other minor changes and fixes

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!