Red Border converting 30fps to 60fps - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Red Border converting 30fps to 60fps (/thread-1339.html) Pages:
1
2
|
Red Border converting 30fps to 60fps - mazzargh - 02.05.2020 Windows 10 64bit, Hybrid 2020.05.01.1 I'm trying to use frame interpolation (tried both Avisynth and Vapoursynth) to change a video from 30fps to 60fps, the resulting file seems alright initially but then has a red border after a few seconds. Pretty sure it's a problem with the source file but I'm not very knowledgeable about this kind of thing, so here's a snippet of the source file: https://drive.google.com/open?id=108ENP_OMFbVWYbETEjXtCqz89BD-Tb0w RE: Red Border converting 30fps to 60fps - Selur - 02.05.2020 I can reproduce the issue here. First thought it was a bug, but its not. I culprit for it is this: Quote:The latest version is: 4.3.0.168 (2019-07-28).see: https://www.svp-team.com/wiki/Manual:SVPflow Previous versions of Hybrid came with an older versions of SVP (since I overlooked that there was an update), where this doesn't happen. Didn't notice the problem since I tested the newer dlls only on Linux. Cu Selur Ps.: attached the dll used previously dlls. if your copy the 64bit files into your 'Hybrid\64bit\vsfilters\FrameFilter\Interframe'-folder and the 32bit files into your 'Hybrid\32bit\avisynthPlugins'-folder everything should work again. RE: Red Border converting 30fps to 60fps - mazzargh - 02.05.2020 Awesome, all fixed now, thanks very much for the fast response! RE: Red Border converting 30fps to 60fps - Selur - 02.05.2020 No problem, happy to help. Now I just have to think about what to do for the next release of Hybrid. Should I: a. drop support for Interframe/SVP or b. replace the newer dlls with the older ones. Not totally sure that the better way would be. Cu Selur RE: Red Border converting 30fps to 60fps - The_Tinkerer - 22.05.2020 I encountered this problem and found this thread. I have been trying to process a video since last night and have been running into problem after problem blocking me. (Not all problems are Hybrid related.) Just when I thought I had everything solved I run into this stupid red box around the video. I downloaded the .dll's attached to the second post (https://forum.selur.net/attachment.php?aid=865), and copied them into the folders as indicated. Unfortunately, this did not fix the problem for me. Hybrid now crashes when the job is processed in AviSynth. (Switch the dll's back to the "red box" ones and it doesn't crash.) I guess this project will have to wait. I double checked the files and I definitely have the 32 bit and 64 bit files in the right directories (verified with sigcheck). [attachment=885] [attachment=886] p, li { white-space: pre-wrap; } RE: Red Border converting 30fps to 60fps - The_Tinkerer - 23.05.2020 I got my video, finally, by rolling back Hybrid to version 2020.02.19.1. This version also has the bug where it does not set the "Tuning" option in AviSynth, so I had to use a custom script: LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll") The checksums of svpflow1.dll and svpflow2.dll in Hybrid 2020.02.19.1 match what was posted above by Selur in the second post. (Svpflow1.dll CRC32: 0586759C, Svpflow2.dll CRC32: ABA31676) So I have no idea why those files cause Hybrid 2020.05.01.1 to crash. The new files are definitely not as "smooth" as the old ones. No idea if that would be different if the "SVP Manager" is running with the new files, and I'm not taking the time to find out! I'm on Windows Server 2008 R2 SP1 (i.e., Windows 7), by the way. RE: Red Border converting 30fps to 60fps - The_Tinkerer - 23.05.2020 (02.05.2020, 21:03)Selur Wrote: Should I: I first learned of Hybrid from a popular YouTube tutorial on how to convert to 60 fps using frame interpolation. In fact, there are multiple tutorials that recommend Hybrid for this. I use Hybrid all the time for this and would certainly not be using any new versions that no longer have Interframe. RE: Red Border converting 30fps to 60fps - The_Tinkerer - 23.05.2020 So even though I said I wouldn't, I installed the "SVP Manager" and bought the stupid $20 license. It does indeed make the red box go away. It also makes the resulting video smooth as with the old dll's. Not sure what's going on there... if it's somehow limited unless the manager is running, or what. Both the old and new dll's produce videos with artifacts. I would say the new dll's seem to have WORSE artifacting than the old dll's. The video quality also seems better with the old dll's. Not sure if I'm supposed to change anything in the "SVP Manager" or not? So I feel like the old dll's are definitely better, at least for now. RE: Red Border converting 30fps to 60fps - Selur - 23.05.2020 Quote:Both the old and new dll's produce videos with artifacts.You are right. Quote:I would say the new dll's seem to have WORSE artifacting than the old dll's. The video quality also seems better with the old dll's.Can't say anything about the quality of the output of Interframe using newer dlls. Cu Selur RE: Red Border converting 30fps to 60fps - The_Tinkerer - 23.05.2020 Any idea why just swapping in the old dll's for me caused Hybrid to crash? Is it a Windows thing? (Not surprising if so!) |