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 3rd March 2020, 19:19   #201  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,904
Quote:
Originally Posted by gispos View Post
Options > Program settings > text > 'style inside triple quoted strings'
Ok, it works. So I feel like an idiot 'cause it has been there the whole time... DX
Well, thank you anyway xD


Last edited by FranceBB; 3rd March 2020 at 19:22.
FranceBB is offline   Reply With Quote
Old 3rd March 2020, 20:16   #202  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
I hope you didn't get it wrong, was really meant to be fun.
__________________
Live and let live
gispos is offline   Reply With Quote
Old 3rd March 2020, 23:36   #203  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,904
Quote:
Originally Posted by gispos View Post
I hope you didn't get it wrong, was really meant to be fun.
Not at all, I know it was for fun.
FranceBB is offline   Reply With Quote
Old 4th March 2020, 01:22   #204  |  Link
sl1pkn07
Pajas Mentales...
 
Join Date: Dec 2004
Location: Spanishtán
Posts: 496
Hi

any plans for port to python3? Python2 has been reaches EOL and will never get updates anymore

greetings
__________________
[AUR] Vapoursynth Stuff
[AUR] Avisynth Stuff

Last edited by sl1pkn07; 5th March 2020 at 04:12.
sl1pkn07 is offline   Reply With Quote
Old 4th March 2020, 16:27   #205  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Quote:
Originally Posted by sl1pkn07 View Post
Hi

any plans for port to python3? Python2 reaches EOL and never get updates anymore

greetings
We already had the topic here.
There was a test version with Python 3.02, but the low 3 versions are full of bugs, especially when it comes to mouse events.

And with the higher versions there are some things that are no longer compatible. It would be easier for me to write a new program with Pascal.

I will definitely not do this to myself. So no.
__________________
Live and let live
gispos is offline   Reply With Quote
Old 5th March 2020, 21:19   #206  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
I'm just testing a bit.

'Unsharp' is only for testing.
But why is the function SuperEQ loaded twice.
Have only one Shibatch.dll in the plugin directory.

Is this normal (loading from another dll), a mistake by Avisynth or by me?

__________________
Live and let live
gispos is offline   Reply With Quote
Old 28th March 2020, 10:31   #207  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,782
Selur discovered:

AvsPmod may not start at all if you enabled the Windows 10 beta feature to support UTF-8 locale.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 28th March 2020, 22:47   #208  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Quote:
Originally Posted by LigH View Post
Selur discovered:

AvsPmod may not start at all if you enabled the Windows 10 beta feature to support UTF-8 locale.
I had already discussed this with Selur.
So far I haven't checked whether the code is the culprit.
As written 'Win10 UTF-8 Beta Status' ...

In the worst case, no older version of Python runs under Win10 with UTF-8 switched on. Then the days are numbered and I can dedicate my time to more meaningful things.

Despite everything, a new version is on GitHub.
Even if nobody cares about AvsPThumb there is also a new version.

AvsPmod change.log
AvsPThumb change.log

both on GitHub
__________________
Live and let live
gispos is offline   Reply With Quote
Old 29th March 2020, 00:02   #209  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Can someone please test this with the UTF-8 switched on in Win10

AvsPmod newly compiled
__________________
Live and let live
gispos is offline   Reply With Quote
Old 29th March 2020, 08:10   #210  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
tested: both the 32bit and the 64bit of the AvsPmod_test builds don't start up when UTF-8 is switched on.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 29th March 2020, 10:15   #211  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
OK, thanks for testing. Then it becomes difficult.
__________________
Live and let live
gispos is offline   Reply With Quote
Old 29th March 2020, 17:42   #212  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Quote:
Originally Posted by Selur View Post
tested: both the 32bit and the 64bit of the AvsPmod_test builds don't start up when UTF-8 is switched on.
Please test again.

AvsPmod newly compiled and compiled again
__________________
Live and let live
gispos is offline   Reply With Quote
Old 29th March 2020, 18:12   #213  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Those two versions work fine even with UTF-8 enabled.

Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 30th March 2020, 07:42   #214  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,782
One of the main issues with AvsPmod, possibly even more Python based applications, is that when already the start fails, there is little to no feedback to the user that helps debugging the reason. Or I don't know where it is reported.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 30th March 2020, 17:30   #215  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
It still took some effort, because the test version had problems with keyboard events and a flickering in various windows.

Forgive me! shit wxpython. (at least the older ones)

That definitely cost me 3 months of my life. Now everything is fine again.

New version is on GitHub
changelog
__________________
Live and let live
gispos is offline   Reply With Quote
Old 5th April 2020, 15:54   #216  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
AvsPmod 2.6.1.8

changelog

Mouse browse buttons info:
If 'Tab change' selected and tab count less than 2, 'Bookmark jump' is used
If 'Tab change' selected press CTRL or left mouse and 'Bookmark jump' is used
If 'Bookmark jump', vice versa

Changed component for middle mouse button function, please select your middle mouse button option new.
__________________
Live and let live

Last edited by gispos; 5th April 2020 at 16:04.
gispos is offline   Reply With Quote
Old 5th April 2020, 17:00   #217  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,904
Quote:
Originally Posted by gispos View Post
AvsPmod 2.6.1.8

changelog

Mouse browse buttons info:
If 'Tab change' selected and tab count less than 2, 'Bookmark jump' is used
If 'Tab change' selected press CTRL or left mouse and 'Bookmark jump' is used
If 'Bookmark jump', vice versa

Changed component for middle mouse button function, please select your middle mouse button option new.
Thank you for the new release!
FranceBB is offline   Reply With Quote
Old 29th April 2020, 19:13   #218  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Small update, 2.6.1.9
changelog

Mouse button combinations (for the new users)
Press left and right click: changes zoom 100%, 200%
Press left and use mouse wheel: changes the zoom
Standard functions for middle button, browse buttons and mouse wheel can be set under Options.
__________________
Live and let live
gispos is offline   Reply With Quote
Old 30th April 2020, 17:17   #219  |  Link
wiggaz
Registered User
 
Join Date: Feb 2011
Posts: 27
Quote:
Originally Posted by gispos View Post
Small update, 2.6.1.9
changelog

Mouse button combinations (for the new users)
Press left and right click: changes zoom 100%, 200%
Press left and use mouse wheel: changes the zoom
Standard functions for middle button, browse buttons and mouse wheel can be set under Options.
Hi gispos,
I have a problem with the last updates (from 2.6.1.7 at least):
if I have more than one tab open, I can't modify the number of the frames by clicking on it. It won't let me do anything.
Thanks in advance.
wiggaz is offline   Reply With Quote
Old 30th April 2020, 21:01   #220  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 1,000
Quote:
Originally Posted by wiggaz View Post
Hi gispos,
I have a problem with the last updates (from 2.6.1.7 at least):
if I have more than one tab open, I can't modify the number of the frames by clicking on it. It won't let me do anything.
Thanks in advance.
Just tried ... have to see where I messed up.
__________________
Live and let live
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 07:56.


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