View Full Version : AvsPmod 2.5.1
TheFluff
28th April 2011, 14:02
People who aren't using the One True Keyboard Layout for coding deserve their suffering. Coding pretty much anything on a layout that isn't en-US is incredibly annoying, just deal with it.
Dogway
29th April 2011, 08:39
One more thing.
I had hang ups when switching tabs with video preview in synced sources.
It happened today with a mp4 through ffms2 and a few days back with a .d2v.
It might be something odd in my system, maybe not. May be worth having a check.
Traceback (most recent call last):
File "AvsP.pyo", line 7525, in OnSliderReleased
File "AvsP.pyo", line 10367, in ShowVideoFrame
File "AvsP.pyo", line 10942, in PaintAVIFrame
File "pyavs.pyo", line 339, in DrawFrame
File "pyavs.pyo", line 318, in _GetFrame
File "avisynth.pyo", line 277, in GetFrame
WindowsError: exception: access violation reading 0x000004C0
Traceback (most recent call last):
File "AvsP.pyo", line 7636, in OnNotebookPageChanged
File "AvsP.pyo", line 10367, in ShowVideoFrame
File "AvsP.pyo", line 10942, in PaintAVIFrame
File "pyavs.pyo", line 339, in DrawFrame
File "pyavs.pyo", line 318, in _GetFrame
File "avisynth.pyo", line 277, in GetFrame
WindowsError: [Error -529697949] Windows Error 0xE06D7363
it might be related to zoom as well as I used it in both of them
edit: my errors log (http://www.mediafire.com/?neba0a55ot2sqy0). Most of them are errors of switching back and forth cached images on tabs, so I don't think avisynth has to do anything with it.
ANGEL_SU
1st May 2011, 07:06
...
Traceback (most recent call last):
File "AvsP.pyo", line 7636, in OnNotebookPageChanged
File "AvsP.pyo", line 10367, in ShowVideoFrame
File "AvsP.pyo", line 10942, in PaintAVIFrame
File "pyavs.pyo", line 339, in DrawFrame
File "pyavs.pyo", line 318, in _GetFrame
File "avisynth.pyo", line 277, in GetFrame
WindowsError: [Error -529697949] Windows Error 0xE06D7363
it might be related to zoom as well as I used it in both of them
edit: my errors log (http://www.mediafire.com/?neba0a55ot2sqy0). Most of them are errors of switching back and forth cached images on tabs, so I don't think avisynth has to do anything with it.
I'll fix at this case. It is not necessary to call avisynth.dll function again since the frame is already cached.
wOxxOm
1st May 2011, 21:03
1. mt_merge and others still not highlighted&boldened as recognized functions in 2.1.3 (broken in 2.0.9)
2. how about fixing an old AvsP bug with _editing_ frame number (e.g. last digit) via keyboard (without mouse) after pressing Ctrl-G? Currently it places the input caret before the first digit whereas standard editboxes always have it after the selected text. Also when the editbox is selected Home/End keys should work if possible as they usually do, moving the caret...
ANGEL_SU
2nd May 2011, 06:06
@wOxxOm:
1. Upload your options.dat for my study.
2. Ok, I'll make Left/Right key to behave more friendly and also activate Home/End key.
wOxxOm
2nd May 2011, 06:23
@ANGEL_SU: thank you, it was options.dat (http://clip2net.com/s/UOok) issue indeed - however I haven't figured at once which setting does it...
ANGEL_SU
2nd May 2011, 07:02
@ANGEL_SU: thank you, it was options.dat (http://clip2net.com/s/UOok) issue indeed
Thanks for your uploading.
Are you sure 'mt_masktools-26.dll' is in the avisynth plugin folder?
I try using your options.dat and short names of mt_* are all with text highlight. Certainly, long names' highlight are all missing because Avsp highlight routine can not recognize an identifier which contains hyphen-minus(old version also doesn't).
You had better to rename the dll as 'mt_masktools.dll' or 'mt_masktools_26.dll'
PS:
I just modified highlight routine a little. Text highlight/Autocomplete on an identifier which contains hyphen-minus should be fine in next version.
wOxxOm
4th May 2011, 22:20
When using dark color scheme, is there a way to change fold-column color, or maybe hide it?
http://clip2net.com/clip/m73922/1304543758-clip-3kb.png
ANGEL_SU
5th May 2011, 09:09
When using dark color scheme, is there a way to change fold-column color, or maybe hide it?
In next version, I'll add an option to 'Options|Fonts and Colors|Advanced'. Currently, it uses the system color - '3DFACE', maybe you can set it somewhere...
Floatingshed
8th May 2011, 11:42
I wonder if I might suggest a feature...
I often have to export the audio from a script to work on it in an external editor. To do this I load the script in Vdub and save wav etc.
Would it be possible to have an "export audio" function within AvsP?
Thanks.
Chikuzen
8th May 2011, 12:48
I wonder if I might suggest a feature...
I often have to export the audio from a script to work on it in an external editor. To do this I load the script in Vdub and save wav etc.
Would it be possible to have an "export audio" function within AvsP?
Thanks.
put wavi.exe into avspmod\tools folder, and put this Python script into avspmod\macros folder as 'export_wav.py'
#export audio as wave extensible format
import subprocess
input = avsp.SaveScript()
cmd = 'tools/wavi.exe'
output = avsp.GetSaveFilename()
subprocess.Popen([cmd, input, output])
Zarxrax
8th May 2011, 17:22
You can just add
SoundOut()
to your script.
Zarxrax
9th May 2011, 00:16
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.
I think the new "Autocomplete All" feature is very exciting, because it can potentially save you many keystrokes when writing scripts. You can customize the autocomplete keywords to only include your most commonly used commands, but in the case you still need an uncommon command, you can use autocomplete all.
Dogway
9th May 2011, 01:20
Thanks for this prompt version. It looks beautiful!
The remove of Esc being global was something I was going to ask, because it overrides the ones being used in other programs like Photoshop which I commonly use together with avspmod.
Im on a laptop so numpad+ or - involves fn+f11 to unblock numpad keys. I wonder if there would be any problem setting it to the normal + and - keys. Don't know if there are any drawbacks to these.
Style comment: utterly brilliant : P
Zarxrax
9th May 2011, 01:38
Ok, i replaced the zip file with a different version (no version number change), and it shouldnt have the issue with the scrap window popping up anymore.
Dogway: Hmm yea, I guess those zoom shortcuts should be customizable next time.
SubJunk
9th May 2011, 02:07
Thanks a lot for the update, especially the frame caching improvement.
Dogway
9th May 2011, 04:29
A few odds I found out, not sure if deliberate fixes:
"switch video/text focus" doesn't bring back video preview
ctrl+z doesnt undo text modifications when focus is on video
Esc (I have it mapped to "Hide Preview") is now used to hide calltips,a second Esc tap is necessary to hide video preview in this case.
zoom numpad+/- to usual +/- key (or suggested by user). Already noted in previous post
ANGEL_SU
9th May 2011, 10:05
A few odds I found out, not sure if deliberate fixes:
"switch video/text focus" doesn't bring back video preview
ctrl+z doesnt undo text modifications when focus is on video
Esc (I have it mapped to "Hide Preview") is now used to hide calltips,a second Esc tap is necessary to hide video preview in this case.
zoom numpad+/- to usual +/- key (or suggested by user). Already noted in previous post
Yes, that's my intent. By default, the following keys will do nothing in the preview window:
'Tab', 'Shift+Tab', 'Ctrl+Z', 'Ctrl+X', 'Ctrl+C', 'Ctrl+V', 'Ctrl+A'
You can change them to do other thing, but it only takes effect in the preview window. They always do original editing thing in the script window.
I know this will confuse many old users and I will make some improvement later.
Floatingshed
10th May 2011, 02:41
put wavi.exe into avspmod\tools folder, and put this Python script into avspmod\macros folder as 'export_wav.py'
Excellent, just what i needed, thanks.
matfra
16th May 2011, 18:07
I cant even start AVSP since version 2.1.3
I just unzip the program and run it. It shutdown imediatly.
Any one else having this issue ?
This is the error log
[Mon May 16 13:10:32 2011]
Traceback (most recent call last):
File "run.py", line 6, in <module>
File "AvsP.pyo", line 12990, in main
File "wx\_core.pyo", line 7981, in __init__
File "wx\_core.pyo", line 7555, in _BootstrapApp
File "AvsP.pyo", line 12980, in OnInit
File "AvsP.pyo", line 3979, in __init__
File "AvsP.pyo", line 4576, in defineFilterInfo
File "AvsP.pyo", line 4794, in getFilterInfoFromAvisynth
IndexError: list index out of range
Please help me
ANGEL_SU
16th May 2011, 21:18
@matfra
Download this executable (http://www.mediafire.com/?a1202po62arcxxi) and put it under AvsPmod folder. Double-click to run and it will generate a new file named PluginFunctions.dat. Please upload this file for my study.
matfra
17th May 2011, 15:06
I did what you asked me. I still have the same error on 2 different computer.
[Tue May 17 10:08:20 2011]
Traceback (most recent call last):
File "run.py", line 6, in <module>
File "AvsP.pyo", line 12990, in main
File "wx\_core.pyo", line 7981, in __init__
File "wx\_core.pyo", line 7555, in _BootstrapApp
File "AvsP.pyo", line 12980, in OnInit
File "AvsP.pyo", line 3979, in __init__
File "AvsP.pyo", line 4576, in defineFilterInfo
File "AvsP.pyo", line 4794, in getFilterInfoFromAvisynth
IndexError: list index out of range
ANGEL_SU
17th May 2011, 16:08
@matfra
Please run the new executable getPlugins.exe, not AvsPmod.exe. It will also exit right away, but generate a file PluginFunctions.dat under Avspmod's folder.
Please also advise what version of avisynth you are using.
Zarxrax
17th May 2011, 21:46
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.
Zarxrax
18th May 2011, 16:24
Hmm, I'm not sure what happened, but the wrong file was uploaded as version 2.1.5. I have replaced it on my server now. The only difference should be that there was no "Advanced" button in the shortcuts editor on the old one. But it still wouldn't hurt to redownload it, even if you dont need that feature.
Dogway
18th May 2011, 21:00
a few things:
-if "find within a word to autocomplete" and I write "make", mt_makediff doesnt come in the list.
-A per function option in function definition for preset or function name autocompletion. Normally I end up highlighting all the (?,?,?,?,?,?,) lines and deleting them, except the ones I have a preset for.
-In your 3rd fix, is it a suggestion or does it reinstall it? it should be aware of mt versions...
-load 2 files in the same script if dropped inside the script, or make 2 scripts (as for now) if dropped on the tab bar.
-Still can't hide the preview if tooltip is active, need a second tap.
-tab labeling.
-I also had another error, in v.2.1.3 (the one I use) but I need more testings to see what it is and be sure...
Zarxrax
18th May 2011, 21:26
a few things:
-if "find within a word to autocomplete" and I write "make", mt_makediff doesnt come in the list.
-A per function option in function definition for preset or function name autocompletion. Normally I end up highlighting all the (?,?,?,?,?,?,) lines and deleting them, except the ones I have a preset for.
-In your 3rd fix, is it a suggestion or does it reinstall it? it should be aware of mt versions...
-load 2 files in the same script if dropped inside the script, or make 2 scripts (as for now) if dropped on the tab bar.
-Still can't hide the preview if tooltip is active, need a second tap.
-tab labeling.
-I also had another error, in v.2.1.3 (the one I use) but I need more testings to see what it is and be sure...
Not sure what you mean by "-A per function option in function definition for preset or function name autocompletion."
To autocomplete just the function name, press tab instead of enter. If you only want it to put some of the parameters instead of all of them, you can customize the function definition.
Also, It does not reinstall anything. Its just presents a more useful error message if there is a problem.
ANGEL_SU
19th May 2011, 06:47
a few things:
-if "find within a word to autocomplete" and I write "make", mt_makediff doesnt come in the list.
The searching routine can't do this. It tries to find "make*" firstly, and then, "mak*", "ma*" and "m*" at final.
...I end up highlighting all the (?,?,?,?,?,?,) lines and deleting them...
I will add '?' icons into autocomplete window for those filters with incomplete presets. You should know which is better, <Enter> or <Tab>.
-Still can't hide the preview if tooltip is active, need a second tap.
The text window will auto scroll to keep caret position visible. So, I think when autocomplete or calltip is active, pressing ESC is to cancel this window, not to run any menu command.
Dogway
19th May 2011, 20:02
...press tab instead of enter.
Thanks! I didn't know that
The Ctrl+Z and so on thing (http://forum.doom9.org/showthread.php?p=1499394#post1499394)that does nothing when focus is on video is a bit... senseless. I mean what can you do to video preview? its a static preview, you can only hide/show it, and zoom it.
Its the same as if "save image" had only worked when focus is on video. But this is only IMHO
ANGEL_SU
20th May 2011, 08:50
@Dogway
If you want those editing keys also active when video preview has the focus. Open the dialog at "Options|Configure shortcuts|Advanced" and don't select them.
Dogway
22nd May 2011, 00:44
Im having a closer look to version 2.1.5. What you suggested is right, it worked, hard to guess but at least is there.
All in all, what I think Im having is a serious workflow crash with the program, the way it is supposed to be used and the way I want it to use.
I think I PM'ed you a few months ago about this, a toogle to show/hide preview. So what I have to do now is in a quick access way render (F5) whichs is acceptable regarding render is not usually a real time thing, ESC for hide preview, and TAB for show preview (It shows using the toggle "switch video/text focus). So here the problem arises; ESC is auto setted for calltip hiding, TAB is autosetted for function name completion. You see, the two most useful keys are autosetted to tasks that are not shown in the shortcuts list.
I can suggest some improvement in this aspect. Show calltip is set to ctrl+shift+Space, why not set hide calltips to ctrl+shift+space (toggle) or something similar +space? (User can always sets custom keys for this) ESC for show/hide video preview toggle, and TAB, well I could set it to function name completion I like it. I tell you from someone who works a lot with still images in full screen maximized avspmod, text area usually ends in an unworkable 2 lines. Yes I know I can set it to more lines, but that in my opinion is not workflow productive, show/hide video preview in full screen with one single key is. There are many design softwares that do this, switch result mode, with working mode: Photoshop, Nuke, Maya, 3DSmax, probably Zbrush, etc
Whatever you do Im still going to use avspmod but this is my constructive critique, maybe other users like the way it is supposed to be used, and that's fine. Maybe more people can comment on this.
Floatingshed
22nd May 2011, 01:18
Can somebody please assist me with some code for a macro...
I have written a macro that saves a nominated frame and allows it to be re-inserted into a script when it has been manually altered.
The file save location is fixed in the macro which means that whatever script I'm working with the images get saved in the same folder causing a possible conflict. How can I automatically create a new folder with the same name as the script so that each script has its own? Here is the "save image" part of the code I'm using at present:
cf = avsp.GetFrameNumber()
frame=str(cf)
avsp.SaveImage(filename='D:\\images\\'+frame, framenum=cf, index=None)
Thanks.
Zarxrax
22nd May 2011, 01:32
Dogway: it sounds like for your workflow you might be better off using a separated preview window, rather than trying to keep toggling preview on and off. It might work especially well if you have a 2nd monitor.
Floatingshed: I'm just guessing, but did you try something like avsp.SaveImage(filename='D:\\images\\'+frame+'\\'+frame, framenum=cf, index=None)
ANGEL_SU
22nd May 2011, 07:57
@Dogway
Ok, I'll add 'Esc' into 'Confgure shortcuts|Advanced'. When it's checked, behaves same as v2.1.5. If uncheked, directly run shortcut's command. Also, when auocomplete or calltip is active, pressing related shortcut again will cancel it.
@Floatingshed
You need import python's os module for a better handling on filename/path. Try the following:import os
framenum = avsp.GetFrameNumber()
#~ dirname = avsp.GetScriptFilename()
dirname, ext = os.path.splitext(avsp.GetScriptFilename())
basename = '%06d.bmp' % framenum
filename = os.path.join(dirname, basename)
# create subdirectory if it's not existing
if not os.path.isdir(dirname):
os.mkdir(dirname)
avsp.SaveImage(filename, framenum)
Floatingshed
22nd May 2011, 11:20
@Floatingshed
You need import python's os module for a better handling on filename/path. Try the following:import os
framenum = avsp.GetFrameNumber()
#~ dirname = avsp.GetScriptFilename()
dirname, ext = os.path.splitext(avsp.GetScriptFilename())
basename = '%06d.bmp' % framenum
filename = os.path.join(dirname, basename)
# create subdirectory if it's not existing
if not os.path.isdir(dirname):
os.mkdir(dirname)
avsp.SaveImage(filename, framenum)
That is a great help, thanks. I'm doing all this in notepad, is there a better/easier way to create macros?
arestarh
22nd May 2011, 13:18
Hello!
Thanks for such great Avisynth's script editor.
But from version 2.14 I see next symbols in menus for shortcuts:
http://i063.radikal.ru/1105/63/d0a9fbae1e34t.jpg (http://radikal.ru/F/i063.radikal.ru/1105/63/d0a9fbae1e34.png.html)
If you need I can post some information about avisynth and OS.
ANGEL_SU
22nd May 2011, 14:51
...But from version 2.14 I see next symbols in menus for shortcuts...
Yes, from version 2.1.4, a shortcut string have additional unprintable character at the position as shown in your image. But, I can't see them at my machine. Please provide the information of your OS.
P.S.
I build an alpha version here (http://www.mediafire.com/?3l3k55tk3i4mebc). Please download and try to see if the problem is solved.
arestarh
22nd May 2011, 17:23
Yes, from version 2.1.4, a shortcut string have additional unprintable character at the position as shown in your image. But, I can't see them at my machine. Please provide the information of your OS.
P.S.
I build an alpha version here (http://www.mediafire.com/?3l3k55tk3i4mebc). Please download and try to see if the problem is solved.
OS info:
Windows XP SP3, ANSI Code Page - windows 1251 (Cyrillic Windows). If you need some specific info, tell me please and I'll post it.
Your alpha build solves problem not in all cases. Unprintable characters don't appear at beginning of key's combination, but appear at beginning of single keys such as F1-F9 or TAB:
http://s44.radikal.ru/i103/1105/62/91e56fd527b8t.jpg (http://radikal.ru/F/s44.radikal.ru/i103/1105/62/91e56fd527b8.jpg.html)
http://s004.radikal.ru/i208/1105/11/09c8047ccc6at.jpg (http://radikal.ru/F/s004.radikal.ru/i208/1105/11/09c8047ccc6a.jpg.html)
Zarxrax
22nd May 2011, 17:47
That is a great help, thanks. I'm doing all this in notepad, is there a better/easier way to create macros?
I recommend getting a text editor which supports python syntax highlighting. Notepad++ is pretty nice.
ANGEL_SU
23rd May 2011, 09:34
@arestarh
It seems hard to deal with your case. Once new version released, I will build one with old wxpython for you(no addtional letter in shortcut string). Remember PM to me.
@Floatingshed
you can try SciTE. It is very similar with AvsP, because both of them use the same library. See this sreenshot:
http://www.dumpt.com/img/files/z6itmhl0z5p7n2z7nyhl_thumb.png (http://www.dumpt.com/img/viewer.php?file=z6itmhl0z5p7n2z7nyhl.png)
As you see, besides text highlight, autocompletion and calltip are also supported - if you have this file (http://www.mediafire.com/?cunhu2f3t9aq83q).
Floatingshed
23rd May 2011, 10:07
I'll give that a try, thanks.
In the meantime I'm having a small problem with my macro, I wonder if you can help please...
The following code is working well except the last line. When I run the macro it saves the current frame plus a frame either side as reference frames. The final line should (I believe) cause the image to be opened by whatever application is system default for .bmp files, but nothing happens! Better still if it could launch paintshop directly! I'm very new to Python...
cf = avsp.GetFrameNumber()
frame=str(cf)
beforeframe=str(cf-1)
afterframe=str(cf+1)
#Save image
import os
dirname, ext = os.path.splitext(avsp.GetScriptFilename())
filename = os.path.join(dirname, frame)
filename2 = os.path.join(dirname, beforeframe)
filename3 = os.path.join(dirname, afterframe)
# create subdirectory if it's not existing
if not os.path.isdir(dirname):
os.mkdir(dirname)
avsp.SaveImage(filename, framenum=cf)
avsp.SaveImage(filename2+' ref', framenum=cf-1)
avsp.SaveImage(filename3+' ref', framenum=cf+1
os.system(filename+".bmp")
One other small thing. Is it possible to force AvsPmod to go to a certain frame from within a macro?
Thanks again.
ANGEL_SU
23rd May 2011, 11:50
@Floatingshed
1: os.startfile(path)
2: avsp.ShowVideoFrame(framenum)
dragon_warrior
23rd May 2011, 15:51
When I encode the video, an error window appears telling me that:
Traceback (most recent call last):
File "C:\Program Files\AvsPmod\tools\encoder_gui.py", line 576, in OnButtonRun
f.writelines(lines)
TypeError: writelines() argument must be a sequence of strings
I'm using the latest ver of AvsPMod. Can anyone help me figure it out? Thanks
ANGEL_SU
23rd May 2011, 16:32
When I encode the video, an error window appears telling me that:
Traceback (most recent call last):
File "C:\Program Files\AvsPmod\tools\encoder_gui.py", line 576, in OnButtonRun
f.writelines(lines)
TypeError: writelines() argument must be a sequence of strings...
Thanks for your report. I can replicate this issue. Currently, make sure characters of input/ouput path are all simple ASCII(english) letters.
P.S.
you can download this mod (http://www.mediafire.com/?d4cgtj6wvmticyk) to replace the old encoder_gui.py.
Floatingshed
23rd May 2011, 18:47
@Floatingshed
1: os.startfile(path)
2: avsp.ShowVideoFrame(framenum)
Thanks for the info. This works:
os.startfile('"C:\Program Files\Paint Shop Pro\PSP.EXE"')
but I can't figure out how to get it to open with the required image. Launching the image itself works too but that requires Paintshop to be the default handler for .BMP files...
I promise I'll leave you in peace soon! Thanks.
Zarxrax
23rd May 2011, 18:54
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.
Dogway
23rd May 2011, 22:54
Underscore must be not the first character in order to launch avspmod
dragon_warrior
23rd May 2011, 23:52
Thanks for your report. I can replicate this issue. Currently, make sure characters of input/ouput path are all simple ASCII(english) letters.
P.S.
you can download this mod (http://www.mediafire.com/?d4cgtj6wvmticyk) to replace the old encoder_gui.py.
I've renamed the script and it works quite well now. Thanks:thanks:
Portgas_D_Ace
25th May 2011, 12:59
i update avspmod but since i have a pb
Traceback (most recent call last):
File "run.py", line 1, in <module>
zipimport.ZipImportError: can't find module 'os'
os windows7 x64
**resolved**
Dogway
25th May 2011, 16:39
Another critical issue in my workflow:
-I had SmoothAdjust_ICC_x86.dll, and everything is configured according (presets, autocomplete list, etc)
-Now delete it and add the newer SmoothAdjust.dll. Launch avspmod...
You will see how avspmod starts to bitch about anything, old function definition is still stored somewhere and complaining, the same for DLL_underscore list (doesn't get deleted). Besides I lost my presets.
The fix is a painful and careful editing for people who is experiencing the same problems.
-Store both dll's in your plugin list
-manual copy&paste old dll presets to new dll preset
-and change the prefix name according.
-uncheck the old entries.
-At last manual remove the old DLL_underscore entry of your plugin (in case it had underscore)
-And revise autocompletion list to check or uncheck names as configured before.
-shut avspmod, delete old plugin, restart avspmod. enjoy.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.