1080p works for me. SVPTube 1.0.5.
Link: http://www.youtube.com/watch?feature=pl … 0tLbWv5K60
I think you try to view YouTube video that has not 1080p version saved at server
You are not logged in. Please login or register.
SmoothVideo Project → Posts by MAG79
1080p works for me. SVPTube 1.0.5.
Link: http://www.youtube.com/watch?feature=pl … 0tLbWv5K60
I think you try to view YouTube video that has not 1080p version saved at server
Fanty1972
See script in step 7:
Setmemorymax(512)
SetMTMode(3,4)
PluginPath = "C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\"
LoadPlugin(PluginPath+"svpflow1.dll")
LoadPlugin(PluginPath+"svpflow2.dll")
Import(PluginPath+"InterFrame2.avsi")
<input>.ConvertToYV12()
SetMTMode(2)
<deinterlace>
<crop>
<denoise>
<resize>
InterFrame(Cores=4)
By SVP tray menu: Generate AVS-script - For video encoder. Take this script, modify it: add/replace marked lines before and after "SetMTMode(2)" line. Place it instead of script in step 7. You will get script like this:
# This script was generated by SmoothVideo Project (SVP) Manager.
# Check http://www.svp-team.com for more details.SetMemoryMax(1024)
global svp_scheduler=true
global threads=7
global svp_cache_fwd=threads+2LoadPlugin("D:\SVP\plugins\svpflow1.dll")
LoadPlugin("D:\SVP\plugins\svpflow2.dll")SetMTMode(3,threads)
<input>.ConvertToYV12()
SetMTMode(2)
<deinterlace>
<crop>
<denoise>
<resize>global crop_params=""
global resize_string=""
global super_params="{pel:1,scale:{up:0},gpu:1,full:false,rc:false}"
global analyse_params="{block:{overlap:1},main:{search:{coarse:{distance:-10,bad:{sad:2000,range:24}}},penalty:{pzero:100}}}"
global smoothfps_params="{cubic:0,rate:{num:5,den:2},algo:13,scene:{limits:{blocks:20}}}"global demo_mode=0
stereo_type=0
stereo_left_selection=""
stereo_right_selection=""########## BEGIN OF MSMoothFps.avs ##########
# This file is a part of SmoothVideo Project (SVP) 3.1.4
# This is NOT the full AVS script, all used variables are defined via
# JavaScript code that generates the full script text.function interpolate(clip src)
{
input = crop_params=="" ? src : eval("src.crop("+crop_params+")")
input = resize_string=="" ? input : eval("input."+resize_string)super=SVSuper(input, super_params)
vectors=SVAnalyse(super, analyse_params, src=input)
smooth=SVSmoothFps(input, super, vectors, smoothfps_params, mt=threads, url="www.svp-team.com")return demo_mode==0 ? smooth : demo(input,smooth)
}input=last
stereo_type==0 ? eval(""" interpolate(input)
""") : stereo_type==1 || stereo_type==3 ? eval("""
lf = interpolate(input.crop(0,0,input.width/2,0))"""+stereo_left_selection+"""
rf = interpolate(input.crop(input.width/2,0,0,0))"""+stereo_right_selection+"""
StackHorizontal(lf, rf)
""") : stereo_type==2 || stereo_type==4 ? Eval("""
lf = interpolate(input.crop(0,0,0,input.height/2))"""+stereo_left_selection+"""
rf = interpolate(input.crop(0,input.height/2,0,0))"""+stereo_right_selection+"""
StackVertical(lf, rf)""") : input########### END OF MSMoothFps.avs ###########
Fanty1972
Did you see tutorial from SubJunk: Convert videos to 60fps?
He uses MeGUI too.
James D
Такого шага нет.
Шаг 8 пкс = блоки 8x8 c перекрытием 0
Шаг 12 пкс = блоки 16x16 c перекрытием 4
Перекрытием может составлять половину либо четверть стороны блока.
sergjjj
Спасибо, очень интересный способ хака телека, чтобы "разогнать" его до 120 Гц.
spyro
How did you deal with frame drops?
I watched your video. It has at least 20% dropped frames.
alain48-c
You can view GPU Load in GPU-Z. You can try to use Overlay renderer to decrease GPU Load. If it is about 100% then you need more powerful card.
spyro
It is strange. I will try your script with VirtualDub next week.
hlina
Try to change Frame interpolation mode to Uniform in profile settings window.
jorgea
It is one problem called "Halo effect" in both cases. We work on it. It is not trivial.
Ruslan
Экстремально мощный игровой компьютер Hyper Cosmos
Цена: 354 500 руб.
И это цена без монитора
Martin Prince
http://www.mediafire.com/
rservello
How are you watching blu-rays with SVP in the first place?
I see 3D-rips and 3D-remuxes only. Not BD3D. I use sterescopic player and SVP.
PowerDVD incompatible to SVP because it can't use ffdShow.
You can try PowerDVD's internal smoother: TrueTheater Motion. But I don't know if it works with BD3D.
aluo
Sorry. I did not see your messages before. It is because you changed your previous message. Forum shows me new messages only, and not watch to edited messages.
Error: SVPMgr.exe application name, version: 3.1.5.931, time: 0x2a425e19
Error module name: amdocl.dll, version: 10.0.1084.4, time: 0x50d225d5
The exception code: 0xc0000417
I see now. It is OpenCL error. 0xc0000417 = STATUS_INVALID_CRUNTIME_PARAMETER.
What AMD driver version are you using?
I think you need to completely remove your current AMD driver (use Driver Fusion) and install it again (this or last stable version).
yydcool
What the strange video 1080x1920?
Vertical recording from iPad?
It is nonstandard.
SVP 3.1.5 works with Plain and Stereo video types. And it decide automatically what type of video is open. In case 1080x1920 the height longer than width. And SVP think that is vertical (over-under) stereo pair.
As said Chainik you can select Plain type manually.
cyntek
Does tearing test line moves flawlessly without jitter and stops?
SVP tray menu - Tearing test
panni
When playing a video with the resizing of FFDShow RAW on, I see one frame per 3 seconds and the SVP icon constantly shows the paused state. After about 30 seconds the player crashes and SVP tells me about a memory leak.
It looks like very hard settings for such video. You need to lower profile settings values.
1. Can you show your additional information: SVP tray menu - Information - Additional information? Do it just after player crush.
2. What configuration of PC are you using? I can't find your results in SVPmark online database and no information about it in your profile.
SVP3ISGREAT
The Daum Potplayer interface has changed since your last tutorial where you only mention "custom filter"....now it is 2 tabs in the "Filter Control" heading, global and preset. So I added ffdshow as registered filter in both those tabs and finally got it to work!
Thank you for the solution!
SVP3ISGREAT
The problem of "waiting ffdShow" while playing is still here?
SVP3ISGREAT
After install SVP run SVPMgr from admin (right click - Run as administrator) and check items #1,2,3 again
1. Is C:/programdata/SVP3.1 folder present?
2. Is C:/programdata/SVP3.1/logs folder present?
3. Is C:/programdata/SVP3.1/logs/debuginfo.txt present?
SVPMgr must create these folders at first run.
SVP3ISGREAT
Cannot find the C:/programdata/SVP3.1/logs/debuginfo.txt
Please look with windows explorer:
1. Is C:/programdata/SVP3.1 folder present?
2. Is C:/programdata/SVP3.1/logs folder present?
3. Is C:/programdata/SVP3.1/logs/debuginfo.txt present?
SVP3ISGREAT
Lets start from post your SVP log here:
- SVP tray menu - Information - Last launch log
rservello
Did you see that translated instruction: Setting ffdshow: XBMC?
panni
Does XBMC DSPlayer support dynamic frame resolution changes?
If you change resize in ffdShow without SVP does it work correctly?
Поглядел снайперов Downtown Assault, The (Snipers) на своем ТВ Philips 40PFL5007T.
- без SVP: 24 fps в режиме 24p --HDMI--> повышение плавности на Philips PMR400 - картинка с обычной плавностью и отключением плавности на динамичных моментах, наверное 60 к/сек (это на глаз, точно не замерял)
- с SVP: повышение плавности c 24 fps до 60 fps при помощи SVP, вывод в режиме 60p --HDMI--> повышение плавности на Philips PMR400 до 120 к/сек - картинка с необычайной плавностью и динамической резкостью везде, даже на моментах, где PMR400 в одиночку пасовал и отключал плавность (правда тут появились некоторые "жалюзи"-артефакты от работы SVP, как раз работаем над их устранением, если повезет, то в следующей версии SVP этих артефактов уже не будет)
SmoothVideo Project → Posts by MAG79
Powered by PunBB, supported by Informer Technologies, Inc.