![]() |
|
Heavy problem from a capture of a film - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html) +--- Forum: Small Talk (https://forum.selur.net/forum-7.html) +--- Thread: Heavy problem from a capture of a film (/thread-4464.html) |
Heavy problem from a capture of a film - georgepriftakis - 11.08.2026 There is this clip(and many others for that matter) from a film that are unwatchable and I want to ask if there is any chance we can salvage them. This is a clip from the from the filmĀ https://mega.nz/file/5dB2zRBZ#3ADbjMWQW7vZQ27EsaK9G5a3wpLcoF7tz6mLn2qJUhY Any ideas on how to fix it? RE: Heavy problem from a capture of a film - Selur - 11.08.2026 Will look at it when I get home. Cu Selur RE: Heavy problem from a capture of a film - Selur - 11.08.2026 Baldy digitalized/scanned content that already got processed a lot. (1080p@25 is no way the original resolution) Sample stats during a blended scene change,.. :/ Okay, what do you want to address? Problems I see, that one can address
If that isn't an option either, get accustomed to using DeScratch. May be lower the resolution to 720x408 before calling DeScratch or HiNet. (adjust the settings accordingly) wild try (only using 1 DeScratch call) script, clip => there are tons of ways to deal with such content, but it will require a lot of trying different settings and may be scene-by-scene filtering. All possible, but a lot of work and your result won't get as good as when you had started out with a better digitalization or at least a source that hasn't be filtered before. Cu Selur Ps.: maybe interessting: https://forum.doom9.org/showthread.php?t=183832 PPs.: just noticed I forgot to adjust the highlight handling to 10bit, since I overlooked that the source is 10bit scale = 1 << (clip.format.bits_per_sample - 8)
clip = core.std.Expr(clip, expr=[f"x {200 * scale} > x 0.8 * {40 * scale} + x ?", "", "" ]) |