Pixelation/Video Lag .mp4 (ffmpegsource)

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Pixelation/Video Lag .mp4 (ffmpegsource)

Post by mirkosp » Tue Jun 12, 2012 6:15 am

Try doing

Code: Select all

LoadPlugin("C:\path\to\ffms2.dll")
before calling ffvideosource.
Image

User avatar
Cannonaire
Joined: Wed May 05, 2010 5:59 pm
Status: OVERLOAD
Location: Oregon
Org Profile

Re: Pixelation/Video Lag .mp4 (ffmpegsource)

Post by Cannonaire » Tue Jun 12, 2012 9:26 am

What mirkosp said should get it working.
FFMS2 is, however, one of the few plugins I would actually keep in my avs plugin (autoload) directory full-time. Make sure you have ffms2.dll and ffms2.avsi in "C:\Program Files (x86)\AviSynth 2.5\plugins", and if you are using 64-bit Avisynth, have ffms2-x64.dll and ffms2.avsi in "C:\Program Files (x86)\AviSynth 2.5\plugins64". These should be your plugin folders unless you changed them (unlikely).
Image Think millionaire, but with cannons. || Resident Maaya Sakamoto fan.

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Pixelation/Video Lag .mp4 (ffmpegsource)

Post by Mister Hatt » Tue Jun 12, 2012 5:15 pm

Source plugins are the ONLY kind you should keep in your autoload directory. Load everything else that you need by hand, easier. There are some tools to auto-insert dependencies as well. I haven't had a plugin load or compatibility or conflict issue in like 6 years since I stopped auto-loading.

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Re: Pixelation/Video Lag .mp4 (ffmpegsource)

Post by Kevmaster » Thu Jun 14, 2012 8:50 am

Code: Select all

LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\ffms2.dll")
ffvideosource("D:\[Kevmaster] Ninja Nature (H.264).mp4")
Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Pixelation/Video Lag .mp4 (ffmpegsource)

Post by mirkosp » Thu Jun 14, 2012 11:21 am

Dafuq?
Uhm... try reinstalling avisynth. LoadPlugin is a core function, so if it isn't working, something's terribly wrong. Perhaps try to install the avisynth 2.6 alpha 3.
Image

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Pixelation/Video Lag .mp4 (ffmpegsource)

Post by Mister Hatt » Thu Jun 14, 2012 12:30 pm

I would be inclined to think either the registry or the DLL are broken, not avisynth. It is possible though. It could also be that the path to the plugin is not in fact correct for one or more reasons.

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Re: Pixelation/Video Lag .mp4 (ffmpegsource)

Post by Kevmaster » Thu Jun 14, 2012 5:07 pm

Re-installed both avisynth and ffmpegsource. Still not working.

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: Pixelation/Video Lag .mp4 (ffmpegsource)

Post by Qyot27 » Fri Jun 15, 2012 2:57 am

It would appear to be a problem with the r683 download not actually having the 32-bit .dll:
http://code.google.com/p/ffmpegsource/i ... tail?id=89

32-bit build of r690:
http://www.mediafire.com/?moc5a6qqje8yjec
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Pixelation/Video Lag .mp4 (ffmpegsource)

Post by Mister Hatt » Fri Jun 15, 2012 3:58 am

Sounds like typical TheRyuu :)

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Re: Pixelation/Video Lag .mp4 (ffmpegsource)

Post by Kevmaster » Sat Jun 16, 2012 6:03 pm

Image

:( This time it says the error is in line 3 instead of 1 though.

I'm on Windows 7, 64 bit by the way...saying this because I got kind of confused with "32-bit ..." Does this actually have anything to do with this? :oops:

Locked

Return to “Video & Audio Help”