AVS › AVS Forum › Video Components › Home Theater Computers › Avisynth Script for doubling video frame rates
New Posts  All Forums:Forum Nav:

Avisynth Script for doubling video frame rates - Page 55

post #1621 of 1963
Hey man always here to help, what is your graphics card?
post #1622 of 1963
Quote:
Originally Posted by widezu69 View Post

Hey man always here to help, what is your graphics card?

Its ATI Mobility Radeon HD 5470
post #1623 of 1963
I am just trying to install and run Interframe. I keep getting an error message when trying to produce this video file....

-[Information] [7/3/2011 10:14:17 AM] Deinterlacing used: #Not doing anything because the source is progressive
--[Information] [7/3/2011 10:14:17 AM] Generated Avisynth script
---[NoImage] Setmemorymax(1024)
---[NoImage] SetMTMode(2,0)
---[NoImage] PluginPath = "C:\\Program Files\\MeGUI\ ools\\avisynth_plugin\\"
---[NoImage] LoadPlugin(PluginPath+"mvtools2.dll")
---[NoImage] LoadPlugin(PluginPath+"RemoveGrainSSE3.dll")
---[NoImage] Import(PluginPath+"InterFrame.avsi")
---[NoImage] LoadPlugin("C:\\Users\\Downloads\\MeGUI_2028_x86\ ools\\dgavcindex\\DGA VCDecode.dll")
---[NoImage] AVCSource("\\\\Server\\Movies\\avatar1\\BDMV\\STREAM\\00002.dga").ConvertToYV12()
---[NoImage] #Not doing anything because the source is progressive
---[NoImage] crop( 2, 2, -2, 0)
---[NoImage] #denoise
---[NoImage] Spline64Resize(720,400) # Spline64 (Sharp)
---[NoImage] InterFrame(FlowPath=PluginPath)
--[Error] [7/3/2011 10:14:17 AM] An error occurred
---[Error] [7/3/2011 10:14:17 AM] Exception message
----[NoImage] The file \\\\SERVER\\Movies\\avatar1\\BDMV\\STREAM\\00002.avs cannot be opened.
----[NoImage] Error message for your reference: LoadPlugin: unable to load "C:\\Program Files\\MeGUI\ ools\\avisynth_plugin\\mvtools2.dll"
----[NoImage] (\\\\SERVER\\Movies\\avatar1\\BDMV\\STREAM\\00002.avs, line 4)
---[Error] [7/3/2011 10:14:17 AM] Stacktrace
----[NoImage] at MeGUI.JobUtil.GetAllInputProperties(UInt64& nbOfFrames, Double& framerate, Int32& framerate_n, Int32& framerate_d, Int32& hRes, Int32& vRes, Dar& dar, String video)
----[NoImage] at MeGUI.JobUtil.getInputProperties(UInt64& nbOfFrames, Double& framerate, String video)
----[NoImage] at MeGUI.OneClickPostProcessing.StartPostProcessing()
---[Error] [7/3/2011 10:14:17 AM] Inner exception
----[Error] [7/3/2011 10:14:17 AM] Exception message
-----[NoImage] LoadPlugin: unable to load "C:\\Program Files\\MeGUI\ ools\\avisynth_plugin\\mvtools2.dll"
-----[NoImage] (\\\\SERVER\\Movies\\avatar1\\BDMV\\STREAM\\00002.avs, line 4)
----[Error] [7/3/2011 10:14:17 AM] Stacktrace
-----[NoImage] at MeGUI.AviSynthClip..ctor(String func, String arg, AviSynthColorspace forceColorspace, AviSynthScriptEnvironment env)
-----[NoImage] at MeGUI.AvsFile..ctor(String script, Boolean parse)
-----[NoImage] at MeGUI.JobUtil.GetAllInputProperties(UInt64& nbOfFrames, Double& framerate, Int32& framerate_n, Int32& framerate_d, Int32& hRes, Int32& vRes, Dar& dar, String video)
----[Error] [7/3/2011 10:14:17 AM] Inner exception: null
--[Information] [7/3/2011 10:14:17 AM] Job completed


I downloaded everything except the codec pack. I already have Haali on my computer and don't know what else I need. Do I have to install the codec pack and is this why I am getting this error or is it something else? Any help would be appreciated.
post #1624 of 1963
You need to make sure the path in the third line is pointing to the correct folder
post #1625 of 1963
Thanks for the reply a couple of questions....
1. I am running w7 64 and I downloaded the megui program to the program files x86 directory. Is this correct?

Also I keep receiving this error when I try to choose a video....What is this error coming from?
LL
LL
post #1626 of 1963
Yes, install it to the default directory and then change the PluginPath to match it, like it says in Step 7 in the guide

To see where that error comes from I need to see the script you are using. Please post a screenshot of the script within MeGUI.
post #1627 of 1963
@bhuvan you have to download the files which I attached to the guide and stick them in the correct folder. Also you must install Ati drivers to support OpenCL here:
http://developer.amd.com/Downloads/110619a-121104E.zip
Run it and select custom, then just check the APP Runtime option and install. You should then be good to go.
post #1628 of 1963
Quote:
Originally Posted by SubJunk View Post

Yes, install it to the default directory and then change the PluginPath to match it, like it says in Step 7 in the guide

To see where that error comes from I need to see the script you are using. Please post a screenshot of the script within MeGUI.

Here is the script I used,,,,

Setmemorymax(1024)
SetMTMode(2,0)
PluginPath = "C:\\Program Files\\MeGUI\ ools\\avisynth_plugin\\"
LoadPlugin(PluginPath+"mvtools2.dll")
LoadPlugin(PluginPath+"RemoveGrainSSE3.dll")
Import(PluginPath+"InterFrame.avsi")
.ConvertToYV12()




(InterFrame(FlowPath=PluginPath, GPU=true)


I have a core I7 870 2.93ghz with a ati 5770 card.
post #1629 of 1963
Ok I fixed a couple of errors I had in my script like the extra parenthesis and changed program files to program files x86. Now I am getting this error...
Sorry for all the questions but I am having a hard time with this....
LL
post #1630 of 1963
That probably means libflowgpu.dll isn't in the PluginPath folder
post #1631 of 1963
I'm still getting the same error message here is my current script, I don't know what's wrong with it now.....BTW thanks for all of your help so far.

Setmemorymax(1024)
SetMTMode(2,0)
PluginPath = "C:\\Program Files (x86)\\MeGUI\ ools\\avisynth_plugin\\"
LoadPlugin(PluginPath+"mvtools2.dll")
LoadPlugin(PluginPath+"RemoveGrainSSE3.dll")
Import(PluginPath+"InterFrame.avsi")
.ConvertToYV12()




InterFrame(FlowPath=PluginPath, GPU=true)
LL
post #1632 of 1963
Please post a screenshot of the script within MeGUI.
post #1633 of 1963
Man, thanks for the quick reply. Here it is.... Please let me know if this is not what your wanting to see, thanks.
LL
post #1634 of 1963
Weird, I got it to work by taking out the last bit of code about the GPU=True. I don't know why that is/was giving me a problem but I just put the straight "quality" code in MeGUI and it's encoding right now.
post #1635 of 1963
Ah cool that was going to be my next suggestion. Glad you got it working
post #1636 of 1963
Will this script work with full bd's? I tried to run the same script with a Harry Potter bd and MeGUI kept crashing with a Runtime error. Something like Runtime has encountered an unexpected error, please contact so and so.....
post #1637 of 1963
Yes it should work. Try lowering the SetMemoryMax value to 800 or 600.
post #1638 of 1963
I still have issues trying to use this. First with trying to encode a single tv episode of Supernatural MeGUI gets stuck at 99. something percent. It never finishes and just stays at 99 percent. I have tried this twice now with it getting stuck. Don't know how to get this to finish.

Second, I tried to do a full 1080p bd movie and dropped the memory both to 800 and 600 and the Runtime error still comes up and crashes the application. Is there anything I can do with this?

Thanks for the help, in advance.
post #1639 of 1963
Quote:
Originally Posted by JDz View Post

I still have issues trying to use this. First with trying to encode a single tv episode of Supernatural MeGUI gets stuck at 99. something percent. It never finishes and just stays at 99 percent. I have tried this twice now with it getting stuck. Don't know how to get this to finish.

Second, I tried to do a full 1080p bd movie and dropped the memory both to 800 and 600 and the Runtime error still comes up and crashes the application. Is there anything I can do with this?

Thanks for the help, in advance.

Could be codec errors. I suggest going to a MeGUI support forum as they will know more
post #1640 of 1963
One thing, I did not download and install the codec pack as I was afraid it might conflict with what I already have installed. I had Haalli and FFDshow installed before I downloaded this. Could I be missing some codecs I need?
post #1641 of 1963
Yes, I recommend K-Lite Mega Codec Pack
post #1642 of 1963
Quote:
Originally Posted by widezu69 View Post

@bhuvan you have to download the files which I attached to the guide and stick them in the correct folder. Also you must install Ati drivers to support OpenCL here:
http://developer.amd.com/Downloads/110619a-121104E.zip
Run it and select custom, then just check the APP Runtime option and install. You should then be good to go.

hurray!! that worked! also got the new driver! :P
million thanks! now i can use almost any script i want. anyways script you mentioned in ur guide, takes processor usage to high stakes! i was playing 720p video. so a script which would go for my hardware? n yea, most important is true motion, no fake extra smooth motion! true motion with no judder/stutter @24fps videos. i have corei5 m450 2.40 ghz.
post #1643 of 1963
So you have a decent GPU and a CPU that does hyper-threading at 2.66GHz. Try this script. It has decent picture quality, great smoothness but don't really know about the CPU usage. Please try it out.

svp_flow_lib="C:\\Program Files (x86)\\Avisynth 2.5\\plugins\\libflowgpu.dll"
svp_scheduler=true
SetMTMode(1,7)
V = ffdshow_source()
SetMTMode(2)
S = V.MSuper(pel=2, hpad=16, vpad=16, rfilter=4)
A = S.MAnalyse(isb=true, blksize=16, overlap=4, plevel=0, pelsearch=3, search=3, searchparam=4, lambda=2000, lsad=1600)
B = S.MAnalyse(isb=false, blksize=16, overlap=4, plevel=0, pelsearch=3, search=3, searchparam=4, lambda=2000, lsad=1600)
V.MSmoothFps(S, A, B, num=FramerateNumerator(V)*5, den=FramerateDenominator(V)*2, algo=23, sadgamma=2, sadml=200, ml=0, blend=false)
GetMTMode(false) > 0 ? distributor() : last

This script is for 23.976/24fps videos only as I assume that is what you watch. If you have videos of other framerates please let me know.
post #1644 of 1963
1080p videos are just not getting played! and 720p, rich videos are lagging hard! normal 720p movie rips are getting played awesome! all the videos i tried were 23.976 or 24fps based! so in total, not all videos are getting played. any other script please?
post #1645 of 1963
What are these "rich" videos? The script is not optimised for 1080p plus you are on a laptop, these scripts stress out even the most modest of setups.
post #1646 of 1963
lol. rich videos as in videos with high bit rates!
post #1647 of 1963
Ha! Ok I understand. How high do your bitrates go? Try this:

svp_flow_lib="C:\\Program Files (x86)\\Avisynth 2.5\\plugins\\libflowgpu.dll"
svp_scheduler=true
SetMTMode(1,7)
V = ffdshow_source()
SetMTMode(2)
S = V.MSuper(pel=2, hpad=16, vpad=16, rfilter=4)
A = S.MAnalyse(isb=true, blksize=16, plevel=0, pelsearch=3, search=3, searchparam=4, lambda=2000, lsad=1600)
B = S.MAnalyse(isb=false, blksize=16, plevel=0, pelsearch=3, search=3, searchparam=4, lambda=2000, lsad=1600)
V.MSmoothFps(S, A, B, num=FramerateNumerator(V)*5, den=FramerateDenominator(V)*2, algo=13, sadgamma=2, sadml=0, ml=0, block=true, blend=false)
GetMTMode(false) > 0 ? distributor() : last
post #1648 of 1963
yeah! this is good! too good! totally fine with all videos! dude thanks a ton for all your efforts! all keep getting back for any help further
post #1649 of 1963
Well this is annoying. I'm still getting the "MSmooth: Unable to init" error. I've double checked all the paths and files and even reinstalled avisynth, the openCL driver, and the DLL files. Still getting the same error. Any Ideas?
EDIT: Nevermind, GPU isn't compatible with the GPU.dll
post #1650 of 1963
Hi all

I have SB i7 2600k clocked at 4.5 ghz cpu and ati 5850 gpu,can you give me a script to test for BEST picture quallity?

Thanks
New Posts  All Forums:Forum Nav:
  Return Home
  Back to Forum: Home Theater Computers
AVS › AVS Forum › Video Components › Home Theater Computers › Avisynth Script for doubling video frame rates