Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
4th September 2006, 01:57 | #1 | Link |
Registered User
Join Date: Oct 2002
Posts: 298
|
New AviSynth tool - AvsP v1.4.0 (6/5/07)
Update: I created a website for AvsP, be sure to check it out, there's a ton of info in there, even long-time users are bound to learn something.
AvsP is (yet another) text editor for AviSynth, with all the exptected bells and whistles (syntax highlighting, autocompletion, calltips, video preview, etc). So what's different about this one? Let's take a look at this screenshot: Notice the slider bars next to the video image? Basically, you can define any number of them to replace any numerical value in your script (in this case, the "hue" and "sat" arguments to Tweak), essentially giving your AviSynth script an instant gui environment. Cool, huh? (Note that you don't have to memorize any syntax, see link to demo below.) Also notice that the program is a tabbed text editor with a single attached video preview. What that means is that you can compare the video of different scripts without having to align multiple windows (anyone remember alt-tabbing multiple instances of VirtualDub? ) Anyway, the program has tons of other features, such as: > built-in crop editor > bookmark frame numbers in menu > macro language for complete control of the program > graphical front-end for avs2avi You should read the program's readme for more info. The program itself doesn't require installation, doesn't write to the registry, and doesn't require installing any framework, so no harm in giving it a try, just unzip it to your directory of choice and off you go. You can download it here (the filesize is 5.2MB): AvsP Download page -> bugfix for v1.4.0 Mirror for v1.4.0 (savefile.com) Mirror for v1.3.9 (savefile.com) Mirror for v1.3.8 (savefile.com) Mirror for v1.3.7 (savefile.com) Mirror for v1.3.6 (savefile.com) Mirror for v1.3.5 (savefile.com) Japanese translation (translated by niiyan) Russian translation (translated by Fizick) German translation (translated by Henrikx) French translation (translated by Alain2) Spanish translation (translated by zemog) Portuguese translation (translated by Veiga) Italian translation (translated by khs81) The program runs on Windows XP and win98. Anyway, I feel that the program can really revolutionize the way you use AviSynth (I've been developing it on and off for more than 2 years), so please give it a shot, and post back with any feedback. If you're still not convinced, check out this flash-based demo, it goes over the program's fundamental features, including a demonstration of creating user sliders. Last edited by qwerpoi; 1st August 2007 at 18:57. |
4th September 2006, 05:02 | #3 | Link |
Registered User
Join Date: Feb 2004
Location: NTSC R1
Posts: 2,046
|
Quite nice! Toying around with it right now.
I know this is still under development, but couple of quick questions anyway: 1) Why does commenting a line or a block of text comes up as '#~' instead of just '#'. I know it doesn't matter what comes after the # once it is commented, but still curious as to why. 2) Entering a frame no. at the bottom and hitting enter takes quite an amount of time (a few seconds, but noticably annoying still) for the preview window to reposition itself at the new frame. I can understand taking time to seek to a new frame thousands of frames away, but there is a notable lag to seek to even a 100 frames away. But, if no one else has a problem with this, it is probably just my slow laptop (1.4 GHz P4M, 1 GB RAM). Maybe more later once I poke around more..Best thing I like so far -> the preview window being attached to the main window. Great tool. Thanks. P.S: External preview is b0rked. Confirmed. Sounds like either a path problem (spaces in path?) or a name issue (what is being opened is sample.avs but what is being passed is previewX.avs, where X = 1,2,3..etc).
__________________
|
4th September 2006, 05:25 | #4 | Link |
Registered User
Join Date: Oct 2002
Posts: 298
|
@Pookie,
Hmm, strange about the external preview not working, works fine for me using media player classic - can you tell me what program you're trying to run (shot in the dark)? And yes, it's python (with wxpython) - how did you know? @unskinnyboy, 1) Block comments use #~ to distinguish them from regular comments, basically to allow commenting or uncommenting a bunch of selected text (which would get screwed up if there were commented lines in the selected text). 2) Yes, jumping to a frame might be slow on older machines, but it may also depend on the script, try a simple AviSource on a reasonable resolution file and see if it's still slow. Runs pretty well on my laptop which has similar specs to yours. And yes, despite all the features the program has, I also think that the attached video preview is the best one - it's pretty much the reason I wrote the whole thing to begin with . |
4th September 2006, 06:58 | #6 | Link |
interlace this!
Join Date: Jun 2003
Location: i'm in ur transfers, addin noise
Posts: 4,555
|
couple of suggestions (i really dig the slider idea...)
- f5 to refresh script, rather than shift-f5. mainly because VDmod does it that way, and i keep inadvertently closing and opening the preview window (also 1 key is quicker than 2 for an action that's likely to be performed often). - preview window is docked onto script window... perhaps it could be free-floating? it could get tricky with big frame sizes is all. another thing that'd be cool is if sliders could get some kind of realtime update... like if the last processed frame were held in memory and manipulated from there, rather than the script itself updating each time. this is probably not too workable though.
__________________
sucking the life out of your videos since 2004 |
4th September 2006, 07:25 | #7 | Link |
Registered User
Join Date: Oct 2002
Posts: 298
|
@danpos
Thanks @Mug Funky - You're right about the F5 keyboard shortcut, I'll change it in the next version. As a temporary workaround you can hit F5 twice for the same effect, hee hee - Yes, the preview window is docked, and will ALWAYS REMAIN THAT WAY! I know that there are advantages to a free-floating window (primarily screen real estate), but the docked window allows for a tight interaction between multiple scripts and the video preview, useful for filter chain comparisons without any window management. It's a design choice, so far I find the advantages outweigh the disadvantages, I'll wait and see what others think. As far as realtime update for the sliders, as you mentioned, not easy. Perhaps possible if the program was communicating with avisynth directly instead of through .avs files, which is something I've considered doing (although not anytime soon ). |
4th September 2006, 07:29 | #8 | Link | |
Registered User
Join Date: Apr 2005
Posts: 1,339
|
Quote:
|
|
4th September 2006, 07:40 | #9 | Link | |
Registered User
Join Date: Oct 2002
Posts: 298
|
Quote:
|
|
4th September 2006, 11:15 | #10 | Link | ||
Registered User
Join Date: Feb 2004
Location: NTSC R1
Posts: 2,046
|
Quote:
Quote:
__________________
|
||
4th September 2006, 18:08 | #11 | Link | ||
Registered User
Join Date: Oct 2002
Posts: 298
|
Quote:
Quote:
|
||
4th September 2006, 18:46 | #12 | Link |
Registered User
Join Date: Oct 2002
Posts: 298
|
Okay, new version 1.0.3 (see first post to download), only two changes:
* fixed issue with spaces in filenames when using external preview (thanks unskinnyboy, Pookie) * changed refresh keyboard shortcut to F5 (to be more similar to vdub), shift-F5 now hides the preview (suggested by Mug Funky) Anyone needing to update from an older version, just replace the old exe with the new one. Last edited by qwerpoi; 4th September 2006 at 19:42. |
4th September 2006, 19:10 | #13 | Link |
BDVD Team
Join Date: Dec 2004
Location: Rio de Janeiro - RJ/Brasil
Posts: 306
|
@qwerpoi
A small suggestion: what about do you open an account at geocities and so host there yours files? It's free and hasn't such annoying tickets for download anything like rapidshare. Regards, |
4th September 2006, 19:40 | #14 | Link | |
Registered User
Join Date: Oct 2002
Posts: 298
|
Quote:
|
|
4th September 2006, 20:29 | #16 | Link | |
Registered User
Join Date: Feb 2006
Posts: 1,076
|
Quote:
Is there some alternative ? |
|
4th September 2006, 22:44 | #17 | Link | |
Registered User
Join Date: Oct 2002
Posts: 298
|
Quote:
Last edited by qwerpoi; 4th September 2006 at 23:49. |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|