The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||
Warning [2] Trying to access array offset on null - Line: 14 - File: inc/plugins/cookielaw.php(272) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
[HELP] sRestore alternative? - 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: [HELP] sRestore alternative? (/thread-3621.html) |
sRestore alternative? - Miranda - 11.03.2024 Since sRestore is only running with a single thread in Vapoursynth, it is now taking three or four times longer to process video files. Is there a workaround or another way to go from Bob interlaced to progressive? RE: sRestore alternative? - Selur - 11.03.2024 sRestore tries to remove blended frames. Instead of limiting the threads you could also enable 'linear', which doesn't reduce the threads. If your source has no blended frames, you could use RIFE (yes, it can also reduce the frame rate, but is rather slow) or another filter under 'Filtering->Vapoursynth->Frame->Reduction'. I'm not aware of an alternative filter for Vapoursynth which tries to remove duplicates for in the same/similar way. Cu Selur RE: sRestore alternative? - Miranda - 11.03.2024 Thanks, I don't think there are any duplicate frames, I will enable 'linear' as suggested. RE: sRestore alternative? - Selur - 11.03.2024 Duplicated and blended frames are totally different things. RE: sRestore alternative? - Miranda - 11.03.2024 It's an early 1980s PAL VHS of an old movie, I think linear will be fine. |