Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
Thread Tools | Search this Thread | Display Modes |
27th March 2024, 17:56 | #321 | Link | |
Registered User
Join Date: Feb 2002
Location: California
Posts: 2,714
|
Quote:
If you have lots of time, you can make two videos, one using motion estimation and the other using frame blending. You then look for the awful motion estimation artifacts and, for that one frame, substitute frame blending. It works. One person in this forum made a valiant attempt to automate that substitution idea, and even used masks to only replace the frame-blended result for the part of the frame which contains the artifact. He put a huge effort into the project, but unfortunately, it never quite succeeded. |
|
28th March 2024, 07:03 | #322 | Link | |
Registered User
Join Date: Apr 2019
Posts: 242
|
Quote:
|
|
31st March 2024, 13:52 | #323 | Link |
Registered User
Join Date: Aug 2016
Posts: 718
|
I'm not sure - in my avisynth plugins folder I have:
svpflow1_64.dll svpflow2_64.dll They came from v4.2.0.142 here (I specifically chose that version as it's the last version that doesn't require SVPManager to be running). I am calling it using the Interframe() wrapper, eg. Code:
InterFrame( \ GPU=true, \ Tuning="film", \ Preset="medium", \ OverrideAlgo=21, \ OverrideArea=100, \ Cores=8) \ .Prefetch(8) # reducing halos with OverrideAlgo (13->21) # reducing wavy lines with OverrideArea (0->100) But Interfame is quite old so it's probably using SVPFlow1 I would imagine. How do I use SVPFlow2 at the same settings as Interframe? edit: oh SVPSmoothFPS() is SVPFlow2, right? Last edited by flossy_cake; 31st March 2024 at 13:59. |
31st March 2024, 14:07 | #324 | Link | |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,431
|
Quote:
|
|
31st March 2024, 14:11 | #325 | Link |
Registered User
Join Date: Aug 2016
Posts: 718
|
I don't have motion interpolation on my TV - for those who have it on recent model TV's I'd be interested to hear some of your opinions about how SVPFlow compares with brands like LG, Panasonic, Sony. Is it much worse? A little worse? About the same? etc. I haven't been following the TV scene for a while, for all I know maybe frame interpolation on TV's got better over the last 10 years.
|
3rd April 2024, 09:43 | #326 | Link | |
Registered User
Join Date: Apr 2019
Posts: 242
|
Quote:
|
|
3rd April 2024, 15:38 | #329 | Link |
Registered User
Join Date: Oct 2001
Location: Germany
Posts: 7,431
|
Hybrid comes with:
32bit Avisynth: svpflow1.dll: 4.3.0.156 svpflow2.dll: 4.3.0.160 64bit Avisynth: svpflow1_64.dll: 4.3.0.156 svpflow2_64.dll: 4.3.0.161 64bit Vapoursynth: svpflow1_vs64.dll: 4.5.0 svpflow2_vs64.dll: 4.3.0.161 Cu Selur |
Tags |
frame doubling, frame rate conversion, mvtools, opencl |
Thread Tools | Search this Thread |
Display Modes | |
|
|