so i have a clean install and all my previous avisyth folder got deleted
lets start with simple
LWLibavVideoSource("d:\4.mp4", fpsnum=30000, fpsden=1001)
even if i put the LSMASHSource.dll in the plugin folder it says "no function named..."
tell me what i am missing and what i lack on a clean win 10 install
+ Reply to Thread
Results 1 to 23 of 23
-
Last edited by zanzar; 21st May 2016 at 16:18.
-
It is well noted in the forum that my knowledge of avisynth can be written on the back of a postage-stamp and there would still be room for more.
But given that your plugin folder is in the right place (to match the version of avisynth that you are using) and you have not inadvertingly used 64-bit functions, surely fpsnum should be a low number like '30' or even '0' as default. -
hmm
i just want LSMASHSource to work
http://avisynth.nl/index.php/LSMASHSource
after putting the dll in the plugin folder it doesnt work
and its me doing something wrong because other filters doo
so what is my mistake...? -
Groucho2004Guest
-
What I meant was that you should be sure you are running 32 bit AviSynth, 32 bit LSmash, and a 32 bit editor/encoder. Or 64 bit versions of each. Neither environment can see the other's components. So 64 bit LSMASHSource.dll won't work in 32 bit AviSynth.
Try explicitly loading the plugin in your script.
Code:LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\LSMASHSource.dll") LWLibavVideoSource("d:\4.mp4", fpsnum=30000, fpsden=1001)
There's nothing wrong with specifying the frame rate with fpsnum=30000, fpsden=1001. It's the perfect method for NTSC video. -
^^ Fairy Nuff.
Just looks odd when logic dictates that 30000 is just that.
I'll get my coat. -
^^ Just threw that into a calculator. A very interesting result.
Cheers !! -
Groucho2004Guest
I just checked the LSMASH DLLs and it turns out that the latest ones require the 2015 Redistributables. The info on the avisynth.nl page is not up to date.
You can troubleshoot your Avisynth installation easily with AVSMeter. Run "avsmeter -avsinfo -log" (or "avsmeter64 -avsinfo -log" for 64 bit Avisynth) and post the created log file. -
here every thing in one screen ... i downloaded the file "LSMASHSource-AviSynth-plugin-r877-msvc-32bit" from the link i gave
i had a plugin folder that i took from my previous set up because some other stuff didnt work and a i decided i would make a new one and deleted it T_T
the LSMASHsource worked there so it means i am missing something in the plugin folder ...
what it the problem dammit
https://forum.videohelp.com/images/imgfiles/7zeJMBK.jpg -
Groucho2004Guest
-
[Main]
Version=2.2.6
LogDirectory=
AVSDLL=
DisplayFPS=1
DisplayTPF=0
DisplayEfficiencyIndex=0
CreateLog=0
CreateCSV=0
LogFileDateTimeSuffix=0
PauseBeforeExit=0
FrameRange=0,-1
InvokeDistributor=1
AllowOnlyOneInstance=1
UseColor=1
MonitorGPULoad=0
ProcessPriority=2
ConUseSTDOUT=0
TimeLimit=-1
SkipSpeedTest=0
[Miscellaneous]
LogEstimatedTime=0
AutoCompleteExtension=0 -
ummm i dropped the script file into the avsmeter and a log file appeared
its pretty simple script...
[Script]
LWLibavVideoSource("D:\4.mp4", fpsnum=30000, fpsden=1001)
[AviSynth error]
Script error: there is no function named "LWLibavVideoSource"
(C:\Users\Perfect Plan\Desktop\Collaboration woks.avs, line 1)
does all the plugins revolve around the plugin folder?
i mean are there any scripts that drops other files into other places?
Edit : mmm so i recovered my plugin folder with "Recuva" and now it works ...
i still wonder what was missing
here is the plugin folder now to crack up the case
https://forum.videohelp.com/images/imgfiles/zxvcrEu.pngLast edited by zanzar; 23rd May 2016 at 11:57.
-
-
mt_expand() is part of masktools2, which I didn't see in your plugins folder image. Or maybe I just missed it because you didn't sort by name.
Do yourself a favor and disable Explorer's "hide extensions for known file types" option. Being able to see extensions is important when working in Windows.Last edited by jagabo; 23rd May 2016 at 14:07.
-
bottom on the left side i have it there...
i some how got this AVSI files to load by them self but now i cant
i remember having a problem with them a long ago when they didnt load
how do i usually name them to load by themself? for example i just same "Dehalo_alpha" "Dehalo_alpha.avsi"
(i turn on the extensions thanks by the way)
Similar Threads
-
Trying to Restore anime lines, need help with avisyth scripts linedarkening
By kairukun in forum RestorationReplies: 3Last Post: 25th Nov 2015, 14:20 -
Reinstalled Adobe Flash now 1080p option gone on Youtube
By brassplyer in forum Video Streaming DownloadingReplies: 10Last Post: 19th Feb 2015, 04:52 -
Using Avisyth Overlay for Contrast Masking
By sanlyn in forum RestorationReplies: 52Last Post: 11th Dec 2013, 17:40 -
Reinstalled Windows; lost media convertor - help?
By cwb in forum AudioReplies: 4Last Post: 28th May 2013, 13:46 -
Forgot the name of a really good Video Converter... :(
By corimo in forum Newbie / General discussionsReplies: 5Last Post: 13th Mar 2012, 18:12