Smother Motion Conversion with AviSynth - Test 2 - Interframe

Channel:
Subscribers:
1,420
Published on ● Video Link: https://www.youtube.com/watch?v=zLrVOq52U18



Battlefield 3
Game:
Duration: 0:22
1,603 views
4


Based on a formula from http://facepunch.com/showthread.php?t=949482 and info from http://forum.doom9.org/showthread.php?t=160226 but altered:

This is an AVISynth script but for use with Avanti - http://www.avanti.arrozcru.org/ - so that's why it uses "@source1_path" instead of a path to a video file.

This was from experimentation with using motion blur to make 30fps videos on youtube look smoother, but now that youtube will be supporting 60fps it's no longer as important.

http://www.spirton.com/uploads/InterFrame/InterFrame2.html

This script uses a whole bunch of plugins not all of which may be listed since I wasn't keeping track of everything I installed in my AVISynth folder and some are pretty old so you may not be able to find all of them anymore. Also I think I used a modified AVISynth version past the latest official/stable release, but didn't record that either. Basically this script isn't really useful anymore so I may not have saved enough info about it to recreate it, but this is what I have.

Basically Interframe takes (assumedly) 60fps source footage, interpolates it to 600fps, and then reduces it down to 30 (divide by 20) while adding frame blending, to create a MFlowBlur-like effect (not as good, but also not as slow) without creating artifacts where HUD elements exist. Also Cores=4, GPU=true, Preset="Fast" assumes you have 4 CPU cores, want to use your GPU, and want to use the "Fast" quality preset, instead of the regular (slower) or fastest one. You might need or want to change these settings.

Setmemorymax(512)
SetMTMode(3,4)
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins\svpflow2.dll")
Import("C:\Program Files (x86)\AviSynth 2.5\plugins\InterFrame2.avsi")
AVISource("@source1_path").AssumeFPS(60.000).ConvertToYV12()
SetMTMode(2)
InterFrame(NewNum=600, NewDen=1, Cores=4, GPU=true, Preset="Fast")
TemporalSoften(3,255,255,0,2).selectevery (20,1)




Other Videos By VideoGrames


2014-06-26Battlefield Hardline Beta - Jumping the Bike out the Window
2014-06-26Battlefield Hardline Beta - Jumping the Bike off the Roof
2014-06-26Battlefield Hardline Beta - So Close and yet So Far
2014-06-26Battlefield Hardline Beta - The Cakes of Hazard
2014-06-26Battlefield Hardline Beta - The Package that will not be Picked Up
2014-06-26Battlefield Hardline Beta - Look Behind You Enagan
2014-06-26Battlefield Hardline Beta - Shield Battle
2014-06-26Battlefield Hardline Beta + Another 40 minutes of Heist, jumping bikes + with CAKESALIE, Inkel, zebr
2014-06-25Battlefield Hardline Beta + Another Hour of Heist + with CAKESALIE, Inkel, zebrabutts cts crew
2014-06-24Battlefield Hardline Beta + Another Hour of Blood Money + with CAKESALIE, Inkel, zebrabutts cts crew
2014-06-23Smother Motion Conversion with AviSynth - Test 2 - Interframe
2014-06-23Smother Motion Conversion with AviSynth - Test 1 - mflowblur
2014-06-23Battlefield 4 + Zavod 311 CQ R2 + CnKgaming com #1 ConquestAll Maps + DLCAdaptiveTS3 + HFB Upda
2014-06-23Battlefield 4 + Zavod 311 CQL + CnKgaming com #1 ConquestAll Maps + DLCAdaptiveTS3 + HFB Update
2014-06-22Battlefield 4 + Operation Locker CQ + CnKgaming com #1 ConquestAll Maps + DLCAdaptiveTS3 + HFB U
2014-06-22Battlefield 4 + Zavod 311 CQ R1+ CnKgaming com #1 ConquestAll Maps + DLCAdaptiveTS3 + HFB Updat
2014-06-22Battlefield 4 + Siege of Shanghai CQL + CnKgaming com #1 ConquestAll Maps + DLCAdaptiveTS3 + HFB
2014-06-21Battlefield Hardline Beta - The pile up of death
2014-06-21Battlefield Hardline Beta - Someone just crashed a squad car into me
2014-06-21Battlefield Hardline Beta - Armored truck versus white van
2014-06-21Battlefield Hardline Beta - Strangelove wins Heist by jumping a bike off the roof with 1 ticket left



Tags:
AviSynth (Software)
Inter Frame



Other Statistics

Battlefield 3 Statistics For VideoGrames

There are 42,567 views in 597 videos for Battlefield 3. Roughly 7 days worth of Battlefield 3 videos were uploaded to his channel, or 5.67% of the total watchable video on VideoGrames's YouTube channel.