VideoHelp Forum




+ Reply to Thread
Results 1 to 16 of 16
  1. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    CCE crashes after a few minutes, so I tried ffmpeg source filter for AviSynth. But then I got this messege "no function named ffvideosource" and I tried to add "loadplugin("C:\ffms2.dll")" but It couldn't load the script.. Whats wrong here?

    my code:
    Code:
    loadplugin("C:\ffms\ffms2.dll")
    ffVideoSource("video.mkv", fps=23.976, audio=false)
    ConvertToYUY2()
    FadeIn(50)
    Lanczos4Resize(720,480,0.0,0.6)
    Last edited by walruss; 12th Sep 2012 at 22:35.
    Quote Quote  
  2. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    what's the actual error message? what version, operating system, fill in your computer details in your profile and what is in the error log?
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  3. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    Cinema Craft Encoder SP v2.67
    Windows x64

    no error log..
    Quote Quote  
  4. You probably have the wrong dll . If you have the Cplugin version you have to use LoadCPlugin . If you place the .dll and .avsi into the avisynth plugins folder it should autoload the generic vanilla version

    Your arguments are wrong as well. It doesn't have audio parameter, or fps parameter . (fpsnum, fpsden instead)
    Quote Quote  
  5. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    Still doesen't work. Tried all dll's on http://code.google.com/p/ffmpegsource/ with and without LoadCPlugin in the start and with and without fpsnum, fpsden. Still get "Unable to load C Plugin".
    Quote Quote  
  6. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    What software should I install for it to work on a 64-bit windows 7?

    This is what I tried

    1. v.2.5.8 MT, 64-bit, author SET, compiled by JoshyD
    2. ffms-2.17-x64.7z
    Quote Quote  
  7. 32bit avisynth , 32bit ffms2

    64-bit avisynth is unstable and known to cause crashes
    Quote Quote  
  8. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    That's not the problem anymore, I'm not getting my script to work. What software should I install for it to work on a 64-bit windows 7 is what im looking ansers for now.
    Quote Quote  
  9. That was the answer

    Uninstall avisynth. Reinstall the correct version. Use the correct matching ffms2 dll

    Also make sure your paths are correct
    Quote Quote  
  10. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    hehe yes but can you list the programs that i need? I tried allmost every avisynth and dll's combos i can find.

    1. Avisynt 64-bit
    2 ??
    3 ??
    4 ??
    Quote Quote  
  11. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    Is this the rigt one to use for 64-bit?

    v.2.5.8 MT, 64-bit, author SET, compiled by JoshyD
    Quote Quote  
  12. http://sourceforge.net/projects/avisynth2/files/AviSynth_Alpha_Releases/
    2.6.0 alpha 3 is stable , or you can use 2.5.8 official , it's up to you

    ffms2 2.17 32bit
    http://code.google.com/p/ffmpegsource/downloads/detail?name=ffms-2.17.7z

    make sure your paths are correct. You listed 2 different paths in the 1st post
    Quote Quote  
  13. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    It works Can't thank you guys enough!
    1000 thanks for this, It took me 2 days but it was worth the wait.
    Quote Quote  
  14. what? you encoded it already without crashing ? or just loaded script correctly ?
    Quote Quote  
  15. BTW you should use the proper fps (24000/1001)

    Add AssumeFPS(24000,1001)

    Code:
    LoadPlugin("PATH\ffms2.dll") 
    ffVideoSource("video.mkv")
    AssumeFPS(24000,1001)
    ConvertToYUY2() 
    FadeIn(50) 
    Lanczos4Resize(720,480,0.0,0.6)
    Or you can use fpsnum, fpsden in the ffvideosource line
    ffVideoSource("video.mkv", fpsnum=24000, fpsden=1001)
    Quote Quote  
  16. Member walruss's Avatar
    Join Date
    Sep 2012
    Location
    Norway
    Search PM
    Originally Posted by poisondeathray View Post
    BTW you should use the proper fps (24000/1001)

    Add AssumeFPS(24000,1001)

    Code:
    LoadPlugin("PATH\ffms2.dll") 
    ffVideoSource("video.mkv")
    AssumeFPS(24000,1001)
    ConvertToYUY2() 
    FadeIn(50) 
    Lanczos4Resize(720,480,0.0,0.6)
    Or you can use fpsnum, fpsden in the ffvideosource line
    ffVideoSource("video.mkv", fpsnum=24000, fpsden=1001)
    Thanks
    Quote Quote  



Similar Threads

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