RTW47 wrote:Could you please provide more information. Is it any specific error???Spoiler :
pan_dbgt01 wrote:I have been reading some tutorials and I can't get my mp4 or Mv4 video to import into Virtual Dub. I have no idea what to do.
LWLibavVideoSource("Video.mp4")
This was the script I used.
LWLibavVideoSource("Video.mp4")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")RTW47 wrote: note: LoadPlugin line should go before source filter.
RTW47 wrote:for 64-bit system check again if:
LSMASHSource.dll is inside of C:\Program Files (x86)\AviSynth 2.5\plugins
msvcr110.dll is inside of C:\Windows\SysWOW64
if all dll's are placed correctly and same error appears then try loading plugin manually:
- Code: Select all
LWLibavVideoSource("Video.mp4")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
in addition, if file name extensions are tured on:
rename Video.avs.avs to just Video.avs
pan_dbgt01 wrote:RTW47 wrote:for 64-bit system check again if:
LSMASHSource.dll is inside of C:\Program Files (x86)\AviSynth 2.5\plugins
msvcr110.dll is inside of C:\Windows\SysWOW64
if all dll's are placed correctly and same error appears then try loading plugin manually:
- Code: Select all
LWLibavVideoSource("Video.mp4")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
in addition, if file name extensions are tured on:
rename Video.avs.avs to just Video.avs
I am missing the LSMASHSource.dll
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
LWLibavVideoSource("Video.mp4")RTW47 wrote:Spoiler :
-Update AviSynth to 2.6 Alpha 5 http://sourceforge.net/projects/avisynt ??? _Releases/
-Make sure you are using latest stable 32-bit (x86) version of virtual dub http://virtualdub.sourceforge.net/
because the 64-bit version cannot use 32-bit plugins. (use 32-bit versions of everything)
then try again opening avs script in Vdub like this:tell if error message is different.
- Code: Select all
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\LSMASHSource.dll")
LWLibavVideoSource("Video.mp4")
Return to Video Editing Software
Users browsing this forum: No registered users and 0 guests