VideoHelp Forum
+ Reply to Thread
Results 1 to 13 of 13
Thread
  1. Member
    Join Date
    Aug 2015
    Location
    Quebec, Canada
    Search PM
    I've recently changed my PC and re-installed everything but I couldn't find LWLibavVideoSource.dll anymore. Since it's needed to open various files (mostly .mkv for me) I'm wondering if someone can provide a link or pin a location where to find it. It's easy to find the other (LSMASHSource) but LWLibavVideoSource.dll not.

    Thanks everyone

    kalemvar1
    Quote Quote  
  2. It's the same .dll for both functions (LSMASHSource.dll), there is no LWLibavVideoSource.dll
    Quote Quote  
  3. Member
    Join Date
    Aug 2015
    Location
    Quebec, Canada
    Search PM
    Thanks for your reply poisondeathray.

    I'm using my old script (that worked for year)

    LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\LSMASHSource.dll")
    LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\TIVTC.dll")
    LwLibavVideoSource("C:\===Work===\01.mkv")
    TFM()
    TDecimate()

    and now I'm getting this message when I load it in VirtualDub (''File C:\===Work===\scripts3.avs does not have a video stream'')

    I'm getting it's a video codec problem ?

    Thanks for your help
    Quote Quote  
  4. Can you open a simple script like
    Code:
    BlankClip()
    ?

    Are you using VirtualDub 32 bit or 64 bit?
    Quote Quote  
  5. What video codec is used in your source file? I had LWlibavVideoSource() give a similar message with a VC-1 video recently.
    Quote Quote  
  6. Member
    Join Date
    Aug 2015
    Location
    Quebec, Canada
    Search PM
    @ Sneaker: BlankClip() is working I can open that script. I'm using VirtualDub 32 bit

    @ jagabo: I tried different .mkv (VC-1 & Mpeg4) same result.
    Quote Quote  
  7. Normally VirtualDub should display a proper error message coming from AviSynth. In VirtualDub go "File"->"Open Video File", select "AVIFile input driver" in the drop-down menu at the bottom and then select your .avs file. What is the error message?

    Note that LWlibavVideoSource() has certain dependencies depending on the binary (usually some version of Microsoft VC++ runtime package).
    Quote Quote  
  8. Member
    Join Date
    Aug 2015
    Location
    Quebec, Canada
    Search PM
    @sneaker: I'm getting this message: ''Avisynch open failure: LoadPlugin: unable to load C:\Program Files (x86)\AviSynth\plugins\LSMASHSource.dll'', error=0xc1 (C:\===Work===\script3.avs, line 1)

    LSMASHSource.dll is in the \plugins dir.
    Quote Quote  
  9. I think then you are either missing a dependency or are using wrong binary (not for 32 bit or not for AviSynth).
    Where exactly did you download the .dll? Try from here.
    Quote Quote  
  10. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    As was mentioned by sneaker check to see if you have the VC redist package
    http://avisynth.nl/index.php/LSMASHSource#Requirements

    Make sure not to get 32 and 64 bit versions mixed up (error=0xc1)
    Quote Quote  
  11. Member
    Join Date
    Aug 2015
    Location
    Quebec, Canada
    Search PM
    Ok, I deleted everything.

    Now I have avisynth 32 bit + L-SMASH-Works-r929-20170225-32bit (I only copied LSMASHSource.dll within the plugins dir.)

    Using basic script (to simply open .mkv)

    LoadPlugin("C:\Program Files (x86)\AviSynth\plugins\LSMASHSource.dll")
    LwLibavVideoSource("C:\===Work===\01.mkv")


    Open the script using VirtualDub 1.10.4 (32 bit) and I'm getting the error: File "C:\===Work===\scripts4.avs does not have a video stream''

    (the .mkv file play well with VCL and Windows Media Player)

    @sneaker: I got the files from here: https://www.dropbox.com/sh/3i81ttxf028m1eh/AAABkQn4Y5w1k-toVhYLasmwa?dl=0
    Quote Quote  
  12. Try the other version, the msvc build in that link ,

    or a newer LSmash from this year
    https://github.com/HolyWu/L-SMASH-Works/releases
    Quote Quote  
  13. Member
    Join Date
    Aug 2015
    Location
    Quebec, Canada
    Search PM
    @poisondeathray @davexnet

    Thanks, that's exactly what I needed, the LSmash from this year.

    Working fine now
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!