176

Re: Fixing dropped frames in action cam footage? (for stereoscopic 3D)

I will look what to change to make avs+ modification. But It may be not too soon.

Re: Fixing dropped frames in action cam footage? (for stereoscopic 3D)

Can someone explain to me how I can use the gamedrop fps script and what exactly have to paste everywhere?
I have already download the zip files in the

MAG79 wrote:

GameDropFix, version 5.01

# GameDropFixV5_01.avsi
# ==================
# release date: 2016-12-20, MAG79
# ____________
# Requrements:
# - avisynth 2.6 MT, http://forum.doom9.org/showthread.php?t=148782
# - masktools2 b1, https://github.com/tp7/masktools
# -- MS VC++ 2012 Redistributable x86, https://www.microsoft.com/en-us/search/ … p;form=dlc
# - mvtools 2.5.11.22, http://avisynth.org.ru/mvtools/mvtools2.html
# - svpflow1 4.0.0.132 from SVP4, https://www.svp-team.com/wiki/Download
# - svpflow2 4.0.0.136 from SVP4, https://www.svp-team.com/wiki/Download

function GameDropFixV5(clip c, bool "myGPU", bool "myDebug", int "myErrSize", bool "DblFPS")
{
myGPU = default( myGPU, true )
myDebug = default( myDebug, false )
myErrSize = default( myErrSize, 12 )
dblFPS = default( dblFPS, false )

New in this version 5.01:
- updated to last versions of plugins: MVTools 2.5.11.22, SVPFlow1.dll 4.0.0.132, SVPFlow2 4.0.0.136;
- no script code changes.

Usage:
- to fix dropped frames with GPU:

GameDropFixV5()

- to fix dropped frames with GPU and double framerate by insert interpolated frames:

GameDropFixV5(DblFPS=true)

- to fix dropped frames with debug info:

GameDropFixV5(myDebug=true)

Sample script:

SetMTMode(3,4)
DirectShowSource("video.mp4")
SetMTMode(2)
GameDropFixV5()
Distributor()

Download:
- GameDropFixV5_01_avsi.zip - only avsi-file
- GameDropFixV5_01_pluginsBundle.zip - whole plugins folder: avsi-file + masktools + mvtools + svpflow

It is recomended to install MS VC++ 2012 Redistributabe Update 4 (x86) for better work of MaskTools2 plugin.

and copied the DLL's into their respective folders, but still sometimes I get frame drops and pixelation whenever I use SVP, so I'll be glad on tutorial, in order to have better results.

My specs are:
Intel Core i7 9700KF 3.6 up to 4.9. GhZ processor
Asus NVIDIA GeForce RTX 2070 with 8 GB's of VRAM
32 GB's 2666 MhZ RAM memory
1 TB SSD, 2x4TB external HDD's
Asrock Z390 Pro4 Motherboard
Zalman GVM 850 PSU
My monitor is LG 27" with Refresh rate 60 Hz, G2G coefficient is 0.5 and it is 4K resolution one.

I do flight sim videos and recently purchased Pro Version of SVP. Sometimes I get artifacts, like, for example at this video https://www.youtube.com/watch?v=YpTNCBs_4z8 please check at timestamp 27:10 - here clearly the SVP done good job, but because of the speed of the footage it makes weird artifacts from the plane's movement.
I'll be glad on any help in that matter, because this is very important for me, since my footages usually are lot lower than 30 fps when I record them, for example 20 fps or even 14 in some cases.