VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Member
    Join Date
    Dec 2005
    Location
    Canada
    Search Comp PM
    Using 32 bit AviSynth and plugin:this is the script:

    loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\ffms2.dll")
    video = ffvideosource("C:\Users\Superuser\Desktop\clip.avi ")
    audio = ffvideosource("C:\Users\Superuser\Desktop\clip.avi ")
    AudioDub(video, audio)
    The .dll is installed in the Plugins folder, but VirtualDub errors out on it.
    The path to the source avi is good (I change the script to AviSource and it works).

    Name:  Clipboard011.jpg
Views: 5424
Size:  10.3 KBClick image for larger version

Name:	Clipboard01.jpg
Views:	3407
Size:	78.5 KB
ID:	15588
    Quote Quote  
  2. Are you using 32 bit VirtualDub?

    You can't use ffvideosource() to load the audio.
    Quote Quote  
  3. Member
    Join Date
    Dec 2005
    Location
    Canada
    Search Comp PM
    Yes, its 32 bit VirtualDub.
    Changed the script to this - same result.

    loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\ffms2.dll")
    FFVideosource("C:\Users\Superuser\Desktop\clip.avi ")
    Quote Quote  
  4. Are you using the correct version? (not the C plugin) ?


    regular
    http://code.google.com/p/ffmpegsource/downloads/detail?name=ffms-2.17.7z

    cplugin
    http://code.google.com/p/ffmpegsource/downloads/detail?name=ffms-2.17-cplugin.7z


    cplugin is for extra colorspaces in avisynth 2.6.x. It won't autoload. You need LoadCPlugin()
    Quote Quote  
  5. Member
    Join Date
    Dec 2005
    Location
    Canada
    Search Comp PM
    That was it - thank you.
    Four hours consistently downloading different versions of the wrong plugin didn't help.
    Quote Quote  
  6. .
    link update...


    Hi,

    Old thread, I know — but if this little update can help (to avoid hunting, like I had to):

    v. 2.17 32-bit:
    https://github.com/FFMS/ffms2/releases/download/ffms-2.17/ffms-2.17.7z

    v. 2.17 64-bit:
    https://github.com/FFMS/ffms2/releases/download/ffms-2.17/ffms-2.17-x64.7z


    Or whole page:
    https://github.com/FFMS/ffms2/releases

    Note (in reference to previous posts, above): make sure you download 2.17, not 2.2x or else, like I tried: didn't work for me either).
    Quote Quote  



Similar Threads

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