Play 30 FPS Videos in 60 FPS - Frame Doubling Interpolation

Play 30 FPS Videos in 60 FPS - Frame Doubling Interpolation

Velchandru

7 лет назад

10,267 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@serwiigo602
@serwiigo602 - 11.05.2017 05:39

Black screen when I put a video in mpc. Help me

Ответить
@ekiluke2313
@ekiluke2313 - 08.07.2017 10:12

didnt work

Ответить
@BannWorthRulz
@BannWorthRulz - 01.09.2017 21:06

Totally didnt work

Ответить
@AndreaMelk92
@AndreaMelk92 - 27.02.2018 18:49

Worked for me, really good! I converted a video made by a cheap selfie drone (25fps) to 60 fps, and now looks really better! Really smooth man, thanks!

Ответить
@s4nt497
@s4nt497 - 01.07.2018 06:28

well, i'm searching for exactly the oposite! i need to SAVE the video at high framerate.

Ответить
@eggcopter
@eggcopter - 12.10.2018 15:16

works. a lot of setup tho. and maybe u can make a text file in the folder with instruction so one can do this in spare time. thanks!

Ответить
@saiverx
@saiverx - 29.10.2018 18:19

For anyone having issues; make sure you do not have any of these programs/softwares installed already. It's important that you are using the exact same versions this video provides, as they are compatible with another. Also if you are on a 64-bit system; place the DLL files in your "Windows/SYSWOW64" folder. If you now see the video smoothly (You can review the fps by clicking "View" and "Statistics" in the MPC) but the image is flashing; use this code instead:


SetMemoryMax(1280)
SetMTMode(5,4)
ffdShow_source()
SetMTMode(2)
super=MSuper(pel=1, hpad=0, vpad=0)
backward_1=MAnalyse(super, chroma=false, isb=true, blksize=16, blksizev=16, searchparam=3, plevel=0, search=3, badrange=(-24))
forward_1=MAnalyse(super, chroma=false, isb=false, blksize=16, blksizev=16, searchparam=3, plevel=0, search=3, badrange=(-24))
backward_2 = MRecalculate(super, chroma=false, backward_1, blksize=8, blksizev=8, searchparam=0, search=3)
forward_2 = MRecalculate(super, chroma=false, forward_1, blksize=8, blksizev=8, searchparam=0, search=3)
MBlockFps(super, backward_2, forward_2, num=FramerateNumerator(last)*2, den=FramerateDenominator(last)*1, mode=2)
SetMTMode(1)
GetMTMode(false) > 0 ? distributor() : last



Now the flashing should be gone.

Ответить
@JuanPhantom98
@JuanPhantom98 - 27.04.2019 10:11

It worked for me on MP4, AVI, but how can I apply this on MKV videos?

Ответить
@zz.7573
@zz.7573 - 27.05.2019 23:45

"First, install ___"

first, show source.

Ответить
@theCFseries12
@theCFseries12 - 08.06.2019 07:01

will this work while playing DVDs?

Ответить
@AlbertRei3424
@AlbertRei3424 - 18.07.2019 12:48

It works !!!! But when I change the part of the video playing, it bugs, but it works otherwise, thanks !

Ответить
@DJABHIJEET21
@DJABHIJEET21 - 11.08.2019 14:47

Script error there is no function named SetMode

Ответить
@BUDYBOI
@BUDYBOI - 10.11.2019 20:40

So many steps :(

Ответить
@obama7792
@obama7792 - 14.01.2020 12:56

it worked but laggy as hell.. probably because i have a shitty ass laptop༎ຶ‿༎ຶ

Ответить
@rubanmathew9198
@rubanmathew9198 - 23.06.2020 10:12

This frame interpolations will work only on highend systems...... For lowend systems install Hybrid...... It will work good......

Ответить
@ElegantSIGNS
@ElegantSIGNS - 09.01.2021 15:44

mkv files not working

Ответить
@budgetbuildbangladesh8435
@budgetbuildbangladesh8435 - 28.09.2021 23:04

Great tutorial, works on windows 11 as well. Just a confirmation , mine is official update of windows 11.

Ответить
@jessicawinslet684
@jessicawinslet684 - 05.02.2022 09:40

script error: there is no function named "SetMtMode". (ffdshow_filter_avisynth_script, line 2)

Ответить