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 22nd May 2022, 15:53   #1201  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
Removed, update user sliders was broken in 2.7.1.4
__________________
Live and let live

Last edited by gispos; 24th May 2022 at 17:08.
gispos is offline   Reply With Quote
Old 24th May 2022, 17:09   #1202  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
AvspMod 2.7.1.5
Code:
* New Fullscreen mode: Press Ctrl when double clicking the video window or use menu Video > 'Fullscreen'. (double click or Esc resets). 
- if you press Ctrl on double clicking, the preview changes beetwen program Fullscreen and preview Fullsize mode.
- note: if Fullscreen mode changed and the preview was not visible, the zoom resample filter turns off.
* Separate video window: Again some glitches fixed.
* DPI scaling for tabs and video controls can now also be reduced (maximum -20%, but not less than 100%)
* The default width of the slider window at program start (for a new tab) can be saved in the context menu of the slider window.
* New menu: Options > 'Multiline tab style' you can change it on the fly.
* Video > 'Resize video window' has been moved to Video > 'Additional', you must create a new shortcut for it.
* 'Toggle preview placement' revised, splitter for preview and editor should work better now.
* Option move or resize the program automatically has been removed without replacement. Not compatible with the Resample Filter.
* Some other changes.
__________________
Live and let live
gispos is offline   Reply With Quote
Old 25th May 2022, 15:24   #1203  |  Link
Danette
Registered User
 
Join Date: Apr 2013
Posts: 346
Feature request:

Provide a preference setting that allows the user to specify that the crop values, resulting from use of the "Auto-crop" in "Crop editor", be automatically rounded up to Mod 2.
Danette is offline   Reply With Quote
Old 25th May 2022, 17:55   #1204  |  Link
StvG
Registered User
 
Join Date: Jul 2018
Posts: 450
Quote:
Originally Posted by gispos View Post
Thanks for the update.

When I have few opened tabs with unsaved scripts and I close the program, there is pop up "Save changes before closing" for every tab (with unsaved changes). The time for closing the program is much longer for the latest version compared to the previous version. It seems the latest version evaluate every tab before showing the pop up "Save changes before closing".
StvG is offline   Reply With Quote
Old 27th May 2022, 23:54   #1205  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
Quote:
Originally Posted by StvG View Post
Thanks for the update.

When I have few opened tabs with unsaved scripts and I close the program, there is pop up "Save changes before closing" for every tab (with unsaved changes). The time for closing the program is much longer for the latest version compared to the previous version. It seems the latest version evaluate every tab before showing the pop up "Save changes before closing".
You're right, had meant well and wanted to show the video so that one recognizes it better... but had not thought that then all scripts are initialized. Had not noticed it because I almost have 'Auto preview' enabled (then not initialized scripts are skipped).
__________________
Live and let live
gispos is offline   Reply With Quote
Old 28th May 2022, 03:39   #1206  |  Link
donnje
Registered User
 
donnje's Avatar
 
Join Date: Jun 2021
Posts: 20
When I open AvspMod I have this error, how to fix?
I have W10 X64

Error parsing plugin string at position 0:

Error parsing Func plugin parameters: unknown character 'n'
Error parsing ConditionalSelect plugin parameters: unknown character 'n'
Error parsing ConditionalSelect plugin parameters: unknown character 'n'
Error parsing ConditionalFilter plugin parameters: unknown character 'n'
Error parsing ConditionalFilter plugin parameters: unknown character 'n'
Error parsing ConditionalFilter plugin parameters: unknown character 'n'
Error parsing ScriptClip plugin parameters: unknown character 'n'
Error parsing ScriptClip plugin parameters: unknown character 'n'
Error parsing WriteFile plugin parameters: unknown character 'n'
Error parsing WriteFile plugin parameters: + without preceeding argument
Error parsing WriteFileIf plugin parameters: unknown character 'n'
Error parsing WriteFileIf plugin parameters: + without preceeding argument
Error parsing WriteFileStart plugin parameters: unknown character 'n'
Error parsing WriteFileStart plugin parameters: + without preceeding argument
Error parsing WriteFileEnd plugin parameters: unknown character 'n'
Error parsing WriteFileEnd plugin parameters: + without preceeding argument
Error parsing WriteFile plugin parameters: unknown character 'n'
Error parsing WriteFile plugin parameters: + without preceeding argument
Error parsing WriteFileIf plugin parameters: unknown character 'n'
Error parsing WriteFileIf plugin parameters: + without preceeding argument
Error parsing WriteFileStart plugin parameters: unknown character 'n'
Error parsing WriteFileStart plugin parameters: + without preceeding argument
Error parsing WriteFileEnd plugin parameters: unknown character 'n'
Error parsing WriteFileEnd plugin parameters: + without preceeding argument
Error parsing propSetInt plugin parameters: unknown character 'n'
Error parsing propSetFloat plugin parameters: unknown character 'n'
Error parsing propSetString plugin parameters: unknown character 'n'
Error parsing propSetArray plugin parameters: unknown character 'n'
Error parsing propSetClip plugin parameters: unknown character 'n'
Error parsing OnCPU plugin parameters: unknown character 'n'
Error parsing OnCUDA plugin parameters: unknown character 'n'
Error parsing OnCPU plugin parameters: unknown character 'n'
Error parsing OnCUDA plugin parameters: unknown character 'n'

Last edited by donnje; 29th May 2022 at 13:17.
donnje is offline   Reply With Quote
Old 28th May 2022, 17:19   #1207  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
AvsPmod 2.7.1.6

If you use DPI zooming in windows, then please read the changelog.
Code:
* DPI scaling revised:
- the calculation basis is now the pixel size (previously point size). The font sizes now match the set system zoom. 
- if you have adjusted the DPI scaling differently, you may have to do this again. The font size can now be larger.
- now all extra values can be adjusted from -20% to 100% and DPI scaling manually from -20 to 200%.
- the DPI scaling for the tabs can now be more fine adjust. 10% makes a differenze.
- with a 27 inch QHD monitor and 100% system zoom try +10% for the tabs if your eyes are a bit older..;) 
* For Fullsize/Fullscreen mode the visibility of the tabs can be set (Program Options > Video > 'Fullscreen/Fullsize mode').
* Added to Crop-Editor autocrop mod 2 and mod 4 (negative calculation, (crop less)).
* Added new menus (tab context, file menu) 'Reload all scripts'
* Display option 'Resize video window' revised.
* When a script has been changed and the program is closed, a dialog appears asking whether the changes should be saved. 
- in this dialog it is now possible to accept the decision for all scripts if Ctrl is pressed (this can be read in the dialog).
* Fixed: When closing the program all changed scripts are initialized. Sorry.
* Some other improvements...Hopefully. xD
@StvG, I had the problem that when closing sometimes too often the dialog appeared when I did not want to save. Now the problem is fixed.
Code:
* When a script has been changed and the program is closed, a dialog appears asking whether the changes should be saved. 
- in this dialog it is now possible to accept the decision for all scripts if Ctrl is pressed (this can be read in the dialog).

Quote:
Originally Posted by donnje View Post
When I open AvspMod I have this error, how to fix?
Error parsing plugin string at position 0:
Error parsing Func plugin parameters: unknown character 'n'
'
You don't seem to be using my version.
The error due to character 'n' (function) occurs with older versions that do not yet know an identifier for 'function'.
__________________
Live and let live

Last edited by gispos; 28th May 2022 at 17:30.
gispos is offline   Reply With Quote
Old 29th May 2022, 10:19   #1208  |  Link
donnje
Registered User
 
donnje's Avatar
 
Join Date: Jun 2021
Posts: 20
I have installed AvsPmod 2.7.1.6 GPo version and I have this error how to fix?
Thanks



donnje is offline   Reply With Quote
Old 29th May 2022, 10:48   #1209  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
Quote:
Originally Posted by donnje View Post
I have installed AvsPmod 2.7.1.6 GPo version and I have this error how to fix?
Thanks



I think you did not install Avisynth properly, did you use the Avisynth installer?
https://www.videohelp.com/software/AviSynth-Plus
or
https://github.com/AviSynth/AviSynthPlus/releases
__________________
Live and let live
gispos is offline   Reply With Quote
Old 29th May 2022, 11:19   #1210  |  Link
donnje
Registered User
 
donnje's Avatar
 
Join Date: Jun 2021
Posts: 20
Quote:
Originally Posted by gispos View Post
I think you did not install Avisynth properly, did you use the Avisynth installer?
https://www.videohelp.com/software/AviSynth-Plus
or
https://github.com/AviSynth/AviSynthPlus/releases
i solved it by installing it
thanks

Last edited by donnje; 29th May 2022 at 11:52.
donnje is offline   Reply With Quote
Old 29th May 2022, 12:52   #1211  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
AvsPmod 2.7.1.7
Code:
** If you use DPI zoom in windows read the changelog of version 2.7.1.6 **
* Fixed flickering when zooming with the mouse wheel.
__________________
Live and let live
gispos is offline   Reply With Quote
Old 29th May 2022, 13:10   #1212  |  Link
donnje
Registered User
 
donnje's Avatar
 
Join Date: Jun 2021
Posts: 20
I use the last version 2.7.1.7 or 2.7.1.6 and with this script I have this error



if I use th old version 2.5.1 but i have these errors on opening https://forum.doom9.org/showpost.php...postcount=1206
How I fix it?
Just I changed in options -> extension template DirectShowSource (***) in DSS2

Last edited by donnje; 29th May 2022 at 13:16.
donnje is offline   Reply With Quote
Old 29th May 2022, 13:54   #1213  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Quote:
Originally Posted by donnje View Post
I use the last version 2.7.1.7 or 2.7.1.6 and with this script I have this error



if I use th old version 2.5.1 but i have these errors on opening https://forum.doom9.org/showpost.php...postcount=1206
How I fix it?
Just I changed in options -> extension template DirectShowSource (***) in DSS2
I think you lack direct show source 2 plugin
http://avisynth.nl/index.php/DSS2mod
kedautinh12 is offline   Reply With Quote
Old 29th May 2022, 14:46   #1214  |  Link
donnje
Registered User
 
donnje's Avatar
 
Join Date: Jun 2021
Posts: 20
Quote:
Originally Posted by kedautinh12 View Post
I think you lack direct show source 2 plugin
http://avisynth.nl/index.php/DSS2mod
I have put del plugin intro C:\Program Files (x86)\AviSynth+\plugins64+
and it work but now I see only video

Thanks a lot it work
Can I put it indiscriminately in one of these two folders?

C:\Program Files (x86)\AviSynth+\plugins64
C:\Program Files (x86)\AviSynth+\plugins64+
donnje is offline   Reply With Quote
Old 29th May 2022, 15:05   #1215  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
Quote:
Originally Posted by donnje View Post
I have put del plugin intro C:\Program Files (x86)\AviSynth+\plugins64+
and it work but now I see only video

Thanks a lot it work
Can I put it indiscriminately in one of these two folders?

C:\Program Files (x86)\AviSynth+\plugins64
C:\Program Files (x86)\AviSynth+\plugins64+
AvsPmod shows only video without audio playback.

Open the program options and see what is entered under Paths > 'Plugins directory 64 bit' (plugins64 or plugins64+) this is your current plugin directory. There you have to put your dll's.
__________________
Live and let live
gispos is offline   Reply With Quote
Old 29th May 2022, 15:20   #1216  |  Link
kedautinh12
Registered User
 
Join Date: Jan 2018
Posts: 2,156
Quote:
Originally Posted by donnje View Post
I have put del plugin intro C:\Program Files (x86)\AviSynth+\plugins64+
and it work but now I see only video

Thanks a lot it work
Can I put it indiscriminately in one of these two folders?

C:\Program Files (x86)\AviSynth+\plugins64
C:\Program Files (x86)\AviSynth+\plugins64+
just put only in plugin64+ if you use dss2 x64 ver, in plugin+ if you use dss2 x86 ver
kedautinh12 is offline   Reply With Quote
Old 29th May 2022, 19:40   #1217  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Isn't DSS2/DSS2Mod video only source filter ? [I dont really use it],
can use eg LSmashAudioSource for mp4 container (or some other audio source).

http://avisynth.nl/index.php/DSS2mod

EDIT: And Stackhorizontal() will use audio from 1st clip.

EDIT: UNTESTED
Code:
a    = DSS2("C:\Test Mux\ITA.mp4")
aaud = LSmashAudioSource("C:\Test Mux\ITA.mp4")
a    = audiodub(a,aaud)

b    = DSS2("C:\Test Mux\SPA.mp4")
baud = LSmashAudioSource("C:\Test Mux\SPA.mp4")
b    = audiodub(b,baud)

#b    = blackmanresize(b,736,414).Assumefps(25)   # This will likely produce out of sync audio

# Maybe this better [UNTESTED]
b    = blackmanresize(b,736,414)
b    = Assumefps(b,25,sync_audio=true)            # Maintain audio sync [but will produce non standard audiorate]
b    = ResampleAudio(b,a.AudioRate)               # Make same AudioRate as clip a [otherwise StackHorizontal may fail].

stackhorizontal(a,b)
EDIT: I'm gone now, re-installing OS.
__________________
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 ???

Last edited by StainlessS; 29th May 2022 at 21:55.
StainlessS is offline   Reply With Quote
Old 29th May 2022, 22:14   #1218  |  Link
gispos
Registered User
 
Join Date: Oct 2018
Location: Germany
Posts: 999
Quote:
Originally Posted by StainlessS View Post
EDIT: I'm gone now, re-installing OS.
Why ?
__________________
Live and let live
gispos is offline   Reply With Quote
Old 30th May 2022, 04:37   #1219  |  Link
StainlessS
HeartlessS Usurer
 
StainlessS's Avatar
 
Join Date: Dec 2009
Location: Over the rainbow
Posts: 10,980
Quote:
Why?
Because my OS is a bit messed up (unrelated to avisynth). [and 'gone' meaning "I'm busy".]

EDIT: I just mean't that if there were problems with the script I posted, I would likely not be around to reply.
__________________
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 ???

Last edited by StainlessS; 31st May 2022 at 03:51.
StainlessS is offline   Reply With Quote
Old 31st May 2022, 03:45   #1220  |  Link
StvG
Registered User
 
Join Date: Jul 2018
Posts: 450
Quote:
Originally Posted by gispos View Post
Thanks.
StvG 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 17:56.


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