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

Reply
 
Thread Tools Search this Thread Display Modes
Old 1st August 2022, 14:55   #1261  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
AvsPmod 2.7.2.5
Code:
* OptionsDialog saves/restores the last page index.
* Slider window radio buttons look better again when no system zoom is used.
* Bugfix: If thread progress dialog option 2 or 3 was selected the mouse pointer was not reset when clicking into the video window. 
* Some other changes
__________________
Live and let live
gispos is offline   Reply With Quote
Old 9th August 2022, 12:47   #1262  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,902
Hi Gispos, a quick question: why is AVSPmod intellisense complaining about "if" and "else" by highlighting them in red when they actually work?

FranceBB is offline   Reply With Quote
Old 9th August 2022, 20:49   #1263  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
Quote:
Originally Posted by FranceBB View Post
Hi Gispos, a quick question: why is AVSPmod intellisense complaining about "if" and "else" by highlighting them in red when they actually work?
Huuh, took me a while to find this because:
A change in the code led to no success, and brought me to despair, until I found a line that overwrites the own keyword variable.

So open the filterdb.dat and change the line under [KEYWORDS] to:
return global function last true false try catch if else

PS: I will change this in the next version as well
__________________
Live and let live
gispos is offline   Reply With Quote
Old 10th August 2022, 07:57   #1264  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,902
Quote:
Originally Posted by gispos View Post
change the line under [KEYWORDS] to:
return global function last true false try catch if else
Ahhh, gotcha!
It works!

FranceBB is offline   Reply With Quote
Old 10th August 2022, 17:39   #1265  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
AvsPmod 2.7.2.6
Code:
* New tool in the 'Tool' menu, Session Info (session_info.pyo), check it.
- if you are updating only the AvsPmod directory, you need to copy from the archive tools\'session_info.pyo' and 'ToolsMenu.py' to 
- the AvsPmod tools folder and delete the file AvsPmod > tools > ToolsMenu.pyo
- tool info: all changes made have no effect on the original files, only when the session is saved, the changes are written to the file to be saved.
* Fixed: On closing all tabs or reloading the startup session an error can be displayed.
* Fixed: flickering when the frame was displayed and the thread progress option is 2 or 3 and the frame loading took longer.
* Changed mouse movement in the status bar if left mouse button down and timeline range is set: 
- CTRL = unlimited scrolling; SHIFT = unlimited scrolling and sensitivity 25%, i.e. 4 times scrolling rate.
- Summing:
- Statusbar double-click: Timeline goes to the start or end in the limited range (depending on mouse position).
- CTRL + Statusbar double-click: Timeline goes to the start or end in the unlimited range (depending on mouse position).
- SHIFT + Statusbar double-click: Timeline goes to the start or end in the unlimited range*4 (depending on mouse position).
- Statusbar middle mouse button up = timeline goes to current frame position if slider was not clicked before (the video frame was not shown).
- When you hit Enter: If the slider frame number is outside the limited range, the video frame of the current slider frame number is displayed.
* Added the avisynth keywords 'if' and 'else' to filterdb.data for correct syntax highlighting.
* Fixed: Snapshot label was not drawn when zooming without antialiasing.
__________________
Live and let live
gispos is offline   Reply With Quote
Old 10th August 2022, 23:54   #1266  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,902
Nice one, thank you!
FranceBB is offline   Reply With Quote
Old 13th August 2022, 12:20   #1267  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
AvsPmod 2.7.2.7
Code:
* Fixed: with timeline range set and middle mouse button clicked in the status bar, the current frame number was not updated.
* Fixed problems when opening more than one file with the Open File dialog or Drag & Drop.
* Update tool 'Session Info'
__________________
Live and let live
gispos is offline   Reply With Quote
Old 20th August 2022, 15:29   #1268  |  Link
ClubM
Registered User
 
Join Date: Jan 2020
Posts: 12
Maybe it's a dumb question but is there a option in Avspmod to import / export extension templates and text snippets?
Like the functions database override?
If not, would it be possible to implement it as a new feature?
ClubM is offline   Reply With Quote
Old 21st August 2022, 11:15   #1269  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
AvsPmod 2.7.2.9
Code:
* Thread progress dialog option 2 and 3 revised (hopefully now error free).
* Some other changes
Quote:
Originally Posted by ClubM View Post
Maybe it's a dumb question but is there a option in Avspmod to import / export extension templates and text snippets?
Like the functions database override?
If not, would it be possible to implement it as a new feature?
In the options.dat all this is stored, if you want to transfer your settings (also the templates) into a new version then you only have to copy the options.dat into the directory of the new version.

Own settings: options.dat
Preview filters: pfilter.dat
Font & colors: backup_style.dat
__________________
Live and let live

Last edited by gispos; 21st August 2022 at 14:22.
gispos is offline   Reply With Quote
Old 21st August 2022, 19:31   #1270  |  Link
ClubM
Registered User
 
Join Date: Jan 2020
Posts: 12
Really that's awesome thx for the info gispos, i wasn't aware you could just copy these files over.
I'm planning on doing a fresh Windows install so this will definitely come in handy.
Also thank you and everyone else for continuing to improve Avspmod.
ClubM is offline   Reply With Quote
Old 28th August 2022, 09:20   #1271  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
AvsPmod 2.7.3.0
Code:
* Display filter can now be changed even if the 'Preview Filter' is enabled.
* Fixed 'Number Wheel' True/False was broken.
* Update 'Session info tool'
* Some other changes


__________________
Live and let live

Last edited by gispos; 1st September 2022 at 21:04.
gispos is offline   Reply With Quote
Old 3rd September 2022, 19:30   #1272  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,902
Very nice.
AVSPmod mod is just getting better and better.
FranceBB is offline   Reply With Quote
Old 2nd October 2022, 17:45   #1273  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 989
What setting gets rid of this annoying pop-up?

VoodooFX is offline   Reply With Quote
Old 2nd October 2022, 22:49   #1274  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,779
What could be the reason for this delay?

Maybe a source filter which needs to write an index file before processing the clip? Or an audio filter which needs to gather statistics to be able to calibrate its factors?
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 3rd October 2022, 00:07   #1275  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 989
Quote:
Originally Posted by LigH View Post
What could be the reason for this delay?
Reason is running TWriteAVI plugin.
On my working x86 AvsPmod it doesn't pop-up, downloaded fresh x64 to test plugin there and it pops on every test run, I tried to toggle lots of settings and can't find what turns it off.

Last edited by VoodooFX; 3rd October 2022 at 00:46.
VoodooFX is offline   Reply With Quote
Old 3rd October 2022, 00:37   #1276  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
I'm not aware of anything in TWriteAVI x64 that works different from TWriteAVI x86 and could cause this problem.
__________________
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 3rd October 2022, 00:43   #1277  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 989
I think it's AvsPmod's pop-up.
VoodooFX is offline   Reply With Quote
Old 3rd October 2022, 11:30   #1278  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
Quote:
Originally Posted by VoodooFX View Post
What setting gets rid of this annoying pop-up?

My goodness!
It's been like this for um... a few years.

AvsPmod initializes the clip in its own thread, the same when initializing the frame.
You can disable thread loading completely (Options > Access in threads) or customize the thread progress dialog. Program options -> Misc 2 (see Version 2.7.2.4)

About the loading in threads, read the readme under 'Help'.
The default delay before the thread dialog appears is 10 seconds. This can also be changed under Misc 2.

Code:
--------------------------
Version 2.7.2.4 [2022-07-31] GPo
--------------------------
* New option for the thread progress dialog. Program Options > Misc 2 > 'Thread progress dialog behave'.
- option 1 is chosen as default so that there are no surprises for users who do not read the changelog. So choose your option yourself.
- 3 options available (default 1, option 1 is also used if the preview window not visible): 
-- Show progress (that's the old), program can be minimized with the windows system button 'Minimize', but the program can get the "no response" status.
-- Show progress (Shift hide/show the program), windows system buttons are disabled, the program cannot get a "no response" status. 
-- Hide progress (Ctrl to show progress, Shift hide/show the program), windows system buttons disabled, the program cannot get a "no response" status.
-- Note* if option 2 or 3 selected:
--- if you want to minimize AvsPmod during a longer clip loading process, press Shift for 0.5 to 2 seconds do minimize or show AvsPmod. 
--- if you hide it with Shift, the progress dialog is shown. If you minimize the program and shows it again during the loading process, 
--- the slider window is not redrawn and is invisible (I don't know if I can fix this).
__________________
Live and let live

Last edited by gispos; 3rd October 2022 at 11:47.
gispos is offline   Reply With Quote
Old 3rd October 2022, 11:46   #1279  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 989
Quote:
Originally Posted by gispos View Post
It's been like this for um... a few years.
I hardly remember what I was doing a month ago.
VoodooFX is offline   Reply With Quote
Old 3rd October 2022, 13:36   #1280  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
Quote:
Originally Posted by VoodooFX View Post
I hardly remember what I was doing a month ago.


For TWriteAvi I would use Video->Tools->Run analysis pass. Then also no annoying pop-up comes, except the progress indicator
__________________
Live and let live
gispos is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 15:41.


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