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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 18th April 2021, 17:57   #661  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
AvsPmod 2.6.7.2
Code:
* Video window scroll bars can be hidden Options > 'Hide video window scrollbars'
* Auto preview now also works when switching tabs with the mouse wheel (if mouse wheel is set for tab change) 
* Toggle tags can be created or removed for the selected filter in the context menu of the slider window.
* The toggle tags in the slider window have been given a context menu. Remove, Add child, Remove child
- so there is the possibility with 'Add child' to create a check-radio item from two toggle tags. 
- but use the toggle tags in the slider window with care, not everything can always be checked and changed automatically. 
- the filter name can change in the slider window if e.g. the same filter is added again. 
- if you not need or like it you can remove the menu entries under program options > User sliders > 'Hide slider window toggle tag menus'
* Bugfix Special Comment #> only working correctly in the preview filters.
- the special comment characters #> are a bit confusing. Sorry. Hopefully I didn't get lost with this option.
- everything in the line behind #> is registered in AvsPmod as a text change and thus the script is then reinitialized. 
- although in reality (for avisynth) there are no changes. For avisynth it is a normal comment.
- at the moment it is only used for saving toggle tags within the script, but it also opens up possibilities for other functions. 
- use it only for the toggle tags when a toggle tag is alone in a line. 
 * And a few more code changes and a different wx version 
** It's always a tightrope walk between functionality and ease of use **
__________________
Live and let live
gispos is offline   Reply With Quote
Old 18th April 2021, 18:14   #662  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Cheers Gispos.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 18th April 2021, 21:16   #663  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,904
Thanks for keeping it going.
FranceBB is online now   Reply With Quote
Old 24th April 2021, 13:20   #664  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
AvsPmod 2.6.7.3
Code:
* Snapshot buttons in the slider window have got a context menu (Restore to current, Restore to new tab, Clear all) 
* The background color of the sliders in the slider window can be changed. (Options > Font and colors > Advanced 2 )
* Some new menu entries in the slider window and toggle tag context menus 
* Under Win10, the mouse wheel should now also work on the video slider (if video window visible). 
* Fixed: With the new wx version the Navigate > Bookmarks menu no longer worked. 
*/
One user did not like the fact that a message appeared in the status bar when the script was saved. 
Now if the script is saved without changes, no more messages appear. Messages appear if the script is changed while saving,
i.e. if toggle tags and filters are removed or an AvsP marked section is added to the script. 
These messages are displayed for at least 3-4 seconds and disappear when you move the mouse in the video window. 
Therefore, important messages are still displayed in the status bar. Without extra options for it.
*/
Maybe someone can answer that for me:
I installed Win10 in a VM and noticed that the mouse wheel behaves differently to Win7. As with the browser buttons, the element that is located under the pointer is always addressed.

With Win7 it is always the element that has the focus. Is that always the case with Win10 or is it optional?
__________________
Live and let live
gispos is offline   Reply With Quote
Old 25th April 2021, 12:45   #665  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
No luck with v2.6.7.3 32bit here. From the log:
Quote:
Traceback (most recent call last):
File "run.py", line 44, in <module>
File "wx\__init__.pyo", line 45, in <module>
File "wx\_core.pyo", line 187, in <module>
AttributeError: 'module' object has no attribute 'RA_USE_CHECKBOX'
Sharc is offline   Reply With Quote
Old 25th April 2021, 16:04   #666  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,904
Well it works on Windows XP x86 under SSE4.2 and Avisynth+ x86
FranceBB is online now   Reply With Quote
Old 25th April 2021, 16:14   #667  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Quote:
Originally Posted by Sharc View Post
No luck with v2.6.7.3 32bit here. From the log:
And the previous version 2.6.7.2 worked? When does the error occur?
__________________
Live and let live

Last edited by gispos; 25th April 2021 at 16:17.
gispos is offline   Reply With Quote
Old 25th April 2021, 17:09   #668  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Quote:
Originally Posted by Sharc View Post
No luck with v2.6.7.3 32bit here. From the log:
I have just tested the 32bit version under Win7 and Win10 64bit and could not produce the error.

Unzip it into a new directory and then start. Without the old options.
__________________
Live and let live
gispos is offline   Reply With Quote
Old 25th April 2021, 21:44   #669  |  Link
abyss616
Registered User
 
Join Date: Dec 2008
Posts: 99
Is it possible to have a keyboard shortcut to copy the frame number when in the video window instead of manually copying it?
abyss616 is offline   Reply With Quote
Old 26th April 2021, 08:09   #670  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
Quote:
Originally Posted by gispos View Post
I have just tested the 32bit version under Win7 and Win10 64bit and could not produce the error.

Unzip it into a new directory and then start. Without the old options.
This helped. Thank you.
Sharc is offline   Reply With Quote
Old 26th April 2021, 16:54   #671  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Quote:
Originally Posted by abyss616 View Post
Is it possible to have a keyboard shortcut to copy the frame number when in the video window instead of manually copying it?
You can insert the current frame number into the script using a shortcut.
Try F11 is the default, otherwise: Optionen > Keyboard shortcuts...
__________________
Live and let live
gispos is offline   Reply With Quote
Old 26th April 2021, 22:08   #672  |  Link
abyss616
Registered User
 
Join Date: Dec 2008
Posts: 99
Quote:
Originally Posted by gispos View Post
You can insert the current frame number into the script using a shortcut.
Try F11 is the default, otherwise: Optionen > Keyboard shortcuts...
Ahh - I missed what that meant in the shortcuts. This might be even better than what I needed - thanks!
abyss616 is offline   Reply With Quote
Old 1st May 2021, 17:35   #673  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
AvsPmod 2.6.7.4
Code:
* New checkbox in the slider window 'Disable refresh'
- if checked: several filter parameters can be changed with the sliders without triggering an immediate refresh. 
- the refresh is only carried out when the video window gets the focus or through other actions that trigger a refresh. 
- Exceptions are the preview filters, which are treated normally.
- But if a non-preview filter parameter is changed, the preview filter is switched off. 
- default value can be changed under program options > User sliders > 'Disable refresh as default'
* Win10 bugfix: program restart from options dialog create a new tab
* Some other fixes and code improvements.
__________________
Live and let live
gispos is offline   Reply With Quote
Old 1st May 2021, 19:41   #674  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Thanks GP,you really took on a monster, R.E.S.P.E.C.T.
__________________
I sometimes post sober.
StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace

"Some infinities are bigger than other infinities", but how many of them are infinitely bigger ???
StainlessS is offline   Reply With Quote
Old 2nd May 2021, 01:29   #675  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,904
Woah, new version already?
Time to update all my server, my Win10 Enterprise and my XP Professional again.
Thanks.
FranceBB is online now   Reply With Quote
Old 2nd May 2021, 12:50   #676  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Thank you StainlessS and FranceBB. Unfortunately already a new version.
Code:
* Just a bug fix version 
* If only preview filters were in the script, the slider window button may not have been set to enabled 
* An error could arise if only one tab was available and 'Split View' has been activated.
AvsPmod 2.6.7.5
__________________
Live and let live
gispos is offline   Reply With Quote
Old 2nd May 2021, 18:39   #677  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,904
Eheheheh you're faster in releasing AVSPmod version than Matt Hancock is in updating his Facebook feed xD
Downloaded again.
FranceBB is online now   Reply With Quote
Old 4th May 2021, 08:00   #678  |  Link
chmars
Registered User
 
Join Date: Apr 2021
Posts: 127
Works great, lots of thanks!
chmars is offline   Reply With Quote
Old 7th May 2021, 12:00   #679  |  Link
mabuse
Registered User
 
Join Date: Dec 2012
Posts: 2
I need some help here.

Windows 10 (20H2), fresh install.
When i try to start AvsPmod, a small windows opens and closes. Nothing more.

error_log says:
Code:
[Fri May  7 12:47:49 2021]
Traceback (most recent call last):
  File "run.py", line 49, in <module>
  File "avsp.pyo", line 23665, in main
  File "wx\_core.pyo", line 8622, in __init__
  File "wx\_core.pyo", line 8187, in _BootstrapApp
  File "avsp.pyo", line 23653, in OnInit
  File "avsp.pyo", line 5268, in __init__
  File "avsp.pyo", line 6580, in LoadAvisynth
  File "avisynth.pyo", line 1173, in <module>
  File "ctypes\__init__.pyo", line 379, in __getattr__
  File "ctypes\__init__.pyo", line 384, in __getitem__
AttributeError: function 'avs_is_yv24' not found
I've tryed different versions of AvsPmod (2.3.1; 2.6.5.3 and 2.6.7.5) and AviSynth (2.58 and 2.60). Everything in 32 Bit. No difference.

I'm totaly at loss, where the problem is.

Funny thing is: I have another installation wich runs flawless.
Only difference is the hardware, working PC has a 9th-generation i5 with 16 GB, not working PC a 2nd-gen i7 with 16 GB (an even on this maschine it worked under Windows XP!).

Anyone an idea what to do?


/Edit:
Forget it. After a couple of uninstall/reinstall of AviSysnth it's working now...

Last edited by mabuse; 7th May 2021 at 14:13.
mabuse is offline   Reply With Quote
Old 7th May 2021, 16:47   #680  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Quote:
Originally Posted by mabuse View Post
I need some help here.

Windows 10 (20H2), fresh install.
When i try to start AvsPmod, a small windows opens and closes. Nothing more.

error_log says:
Code:
[Fri May  7 12:47:49 2021]
Traceback (most recent call last):
  File "run.py", line 49, in <module>
  File "avsp.pyo", line 23665, in main
  File "wx\_core.pyo", line 8622, in __init__
  File "wx\_core.pyo", line 8187, in _BootstrapApp
  File "avsp.pyo", line 23653, in OnInit
  File "avsp.pyo", line 5268, in __init__
  File "avsp.pyo", line 6580, in LoadAvisynth
  File "avisynth.pyo", line 1173, in <module>
  File "ctypes\__init__.pyo", line 379, in __getattr__
  File "ctypes\__init__.pyo", line 384, in __getitem__
AttributeError: function 'avs_is_yv24' not found
I've tryed different versions of AvsPmod (2.3.1; 2.6.5.3 and 2.6.7.5) and AviSynth (2.58 and 2.60). Everything in 32 Bit. No difference.

I'm totaly at loss, where the problem is.

Funny thing is: I have another installation wich runs flawless.
Only difference is the hardware, working PC has a 9th-generation i5 with 16 GB, not working PC a 2nd-gen i7 with 16 GB (an even on this maschine it worked under Windows XP!).

Anyone an idea what to do?


/Edit:
Forget it. After a couple of uninstall/reinstall of AviSysnth it's working now...
I once wrote that there is no longer any support for the Avisynth classic versions x64, but the support for the 2.6 classic 32bit has probably also been lost. At least one avisynth version with header V6 is required.
I'm not the only one to blame, Ferenc (pfmod) updated the code part for avisynth to the latest version at that time and threatened me with blows to remove the old avisynth code.

Win10 i7? I wonder why you are using such an old avisynth version. Why not a plus version? Multithreading, memory management ... everything is better than with the old versions.

Edit: I thought that I caught this in the code and an error message should appear... probably not.
__________________
Live and let live

Last edited by gispos; 7th May 2021 at 16:59.
gispos is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:39.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.