I keep having a problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ElBoricua433
    Super Member
    Super Member
    • Apr 2005
    • 248

    #16
    ("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
    ("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth25.dll")
    UnDot()
    FluxSmooth(7,7)

    That's How I typed it

    Comment

    • 2COOL
      Kamen Moderator V3
      • Aug 2003
      • 2059

      #17
      Originally Posted by ElBoricua433
      ("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
      ("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth25.dll")
      UnDot()
      FluxSmooth(7,7)

      That's How I typed it
      Since you already have your 2 files, UnDot.dll and FluxSmooth25.dll, in your plugin folder, you can get rid of them in your AVS filter Editor. So, you should have these two lines only.

      UnDot()
      FluxSmooth(7,7)


      If you really want to use your LoadPlugin lines (optional) then you should have these.

      LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
      LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth25.dll")
      UnDot()
      FluxSmooth(7,7)
      2CL C Henshin!
      If you got a dollar for everytime someone called you ugly, you'd be a millionaire...an "ugly" millionaire.±

      Comment

      • ElBoricua433
        Super Member
        Super Member
        • Apr 2005
        • 248

        #18
        Wow, that's sound easiers, I'll let you know if it works

        Comment

        • 2COOL
          Kamen Moderator V3
          • Aug 2003
          • 2059

          #19
          I got this from another thread. It worked for me. Here's FluxSmooth and UnDot for AviSynth 2.5



          UnZip and copy and paste the dlls into your AviSynth's plugins folder.
          2CL C Henshin!
          If you got a dollar for everytime someone called you ugly, you'd be a millionaire...an "ugly" millionaire.±

          Comment

          • ElBoricua433
            Super Member
            Super Member
            • Apr 2005
            • 248

            #20
            I still keeps saying it

            Comment

            • 2COOL
              Kamen Moderator V3
              • Aug 2003
              • 2059

              #21
              Try using this.

              FluxSmoothT(7,7)

              Is HC saying missing * for both Undot and FluxSmooth?
              Last edited by 2COOL; 9 Nov 2005, 03:32 PM.
              2CL C Henshin!
              If you got a dollar for everytime someone called you ugly, you'd be a millionaire...an "ugly" millionaire.±

              Comment

              • ElBoricua433
                Super Member
                Super Member
                • Apr 2005
                • 248

                #22
                Now It Works, I think it's because I had the old FluxSmooth, not the Fluxsmooth25.dll

                Comment

                • ElBoricua433
                  Super Member
                  Super Member
                  • Apr 2005
                  • 248

                  #23
                  No Basically, HC was pretty much saying it for FluxSmooth

                  Comment

                  • 2COOL
                    Kamen Moderator V3
                    • Aug 2003
                    • 2059

                    #24
                    I'm glad it works for you now. Happy encoding!!!
                    2CL C Henshin!
                    If you got a dollar for everytime someone called you ugly, you'd be a millionaire...an "ugly" millionaire.±

                    Comment

                    • ElBoricua433
                      Super Member
                      Super Member
                      • Apr 2005
                      • 248

                      #25
                      Thanks

                      Comment

                      • UncasMS
                        Super Moderator
                        • Nov 2001
                        • 9047

                        #26
                        i have different versions of fluxsmooth in my avsfilter directory and that does not result in any problem

                        i wonder which version is being called for in your case now

                        Comment

                        • ElBoricua433
                          Super Member
                          Super Member
                          • Apr 2005
                          • 248

                          #27
                          It was being called for Fluxsmooth25, not the other FluxSmooth

                          Comment

                          Working...