salam2009
SVP has limit: only one video can be smoothed at once.
You are not logged in. Please login or register.
SmoothVideo Project → Posts by MAG79
salam2009
SVP has limit: only one video can be smoothed at once.
TCmullet
simply removing the Subtitle "dot invocation" would remove the little yellow subtitle
Yes. You did it right.
If your video has 'backward dupped' frames then you need to use GameDropFix_v4 script. It calculates motions in each frame and know about real frames position near every dropped frame.
In april'2014 was some workaround about BD3D support. But it is not finished.
I need more details. What player do you use to play BD3D?
TCmullet
not a clip
Looks like your AVI is not a real AVI. Try DSS2 + avss.dll
mt_lut
It is function of MaskTools2 plugin. Copy masktools.dll to plugins folder.
TCmullet
MSuper
It must work if you have mvtools2.dll in plugins folder.
Try to open script in AvsPmod. And I need exact AviSynth error message to help you.
Ok. I see.
I think wrong P-frames is encoder issue.
What tool do you use to analyze P- B- and I-frames in the stream?
TCmullet
Try to use original DoubleDropFix_v3.avs:
AviSource("D:\Video-Work\2014-NCAA-wv\2014-11-14.wv.KY-v-MS.lag.ac3-320.avi").ConvertToYV12()
sc=MSuper(pel=1)
vf=MAnalyse(sc,isb=false)
vb=MAnalyse(sc,isb=true)
global frame_50 = MFlowInter(sc,vb,vf,time=50).SubTitle("Fix-50", size=12, align=3)
global frame_33 = MFlowInter(sc,vb,vf,time=33).SubTitle("Fix-33", size=12, align=3).trim(1,0)
global frame_66 = MFlowInter(sc,vb,vf,time=66).SubTitle("Fix-66", size=12, align=3)
global frame_src = last
global mini=sc.crop(8,height+8*3,width/2,height/2).TemporalSoften(1, 1, 0, scenechange=1, mode=2)
global luma_drop=mini.mt_lut(y=-1, u=128, v=128)
drop_clip=mini.scriptclip("dif=mini.ydifferencefromprevious()
\ dif_next1=mini.trim(1,0).ydifferencefromprevious()
\ dif_prev1=(mini.trim(1,1)+mini).ydifferencefromprevious()
\ dif_nextMax=max(max(dif,dif_next1)/8,0.01)
\ dif_prevMax=max(max(dif,dif_prev1)/8,0.01)
\ dif>min(dif_prevMax,dif_nextMax) ? mini : luma_drop
")
scriptclip("
\ Fix_prev2=(drop_clip.trim(1,2)+drop_clip).AverageLuma
\ Fix_prev1=(drop_clip.trim(1,1)+drop_clip).AverageLuma
\ Fix=drop_clip.AverageLuma
\ Fix_next1=drop_clip.trim(1,0).AverageLuma
\ Fix_next2=drop_clip.trim(2,0).AverageLuma
\ Fix!=1
\ ? frame_src
\ : Fix_next1!=1
\ ? Fix_prev1!=1
\ ? frame_50
\ : Fix_prev2!=1
\ ? frame_66
\ : frame_src
\ : Fix_next2!=1
\ ? Fix_prev1!=1
\ ? frame_33
\ : frame_src
\ : frame_src")Where did you get your version?
TCmullet
For avi-files you can use AviSource instead DSS2.
DSS2 is DirectShowSource2 filter that you can find in Matroska Haali splitter installed folder. You can copy avss.dll from there to avisynth\plugins folder to make script working. DSS2 is needed to non avi files to get frame-accurate processing.
What encoder do you use?
tonaz
It is strange to want this. You can disable SVP start with windows. And you can choose hotkey to launch SVP when it needed.
Right click on SVP Manager shortcut from Start menu - Properties - type your hotkey in Shortcut key field - OK
Andeke
Try to use 'zero latency' option in x264.
Хрень какая-то...
Не исключаю, что я "просто их готовить не умею..." ![]()
Не удержался и взял себе R9 285. Теперь ждите сравнения AMD Fluid Motion против SVP ![]()
vlado08
Спасибо. Надо будет поизучать.
Mystery
It is because of different refresh rate in different video modes and small delta value in SVP hidden settings: NoJerksWithoutReClock
Просто ради интереса глянул сколько стоит нынче купить видеокарту архитектуры GCN 1.1 и выше:
R9 295X2 - от 54 тыс.руб.
R9 295X - 23,5 тыс.руб.
R9 290 - 18,5 тыс.руб.
R9 285 - 15,2 тыс.руб.
R7 260X - 6,8 тыс.руб.
R7 260 - 6,7 тыс.руб.
![]()
Vivian
Не совсем понял связь тотала и значка в трее.
Горячей кнопки для вызова SVP-меню в трее нет, кроме как нажимать на значок правой кнопкой мыши.
jtv199
Sorry. I can't reproduce your ptoblem because I don't hear any sound after some changes with ReClock on my system. I return to it tomorrow.
jtv199
control center 4
1. What is it?
mad home cinima control
2. And what is it?
3. how you get 1.25x speed?
VinylNix
How do you yourself watch 1080p in 60 fps from youtube
I download streams first via savefrom.net service. After that I see it from HDD.
I can't find another way to watch video entirely.
jtv199
Let's start from begining. What player are you using and how you did fast playback?
I realy don't know how you get 1.25x speed in ReClock settings as shown at your picture.
jtv199
1.4x or 1.25x?
ReClock can SpeedUp and SlowDown up to 10%. So you can get 1.1x only with ReClock.
So. If you want to finish film faster you need to use ReClock. It already has pitch correction inside.
Looks like you are using not ReClock, you are using some another tool to speedup. And this tool has not pitch correction.
What tool are you using?
S_Snake
как определить версию?
Можно в табличке на вики посмотреть (четвертая колонка, "Architecture")
jtv199
its running 1.4x
How you did that? And why? ![]()
SmoothVideo Project → Posts by MAG79
Powered by PunBB, supported by Informer Technologies, Inc.