An independent filmmaker would like to use one of my clips of 2 octopuses fighting/courting.
I've uploaded a 419MB zip file here. It contains:
1. octopus-DV.avi - The original clip, in all its over-saturated, vignetted, noisy, 4:3, standard definition, interlaced glory.
2. octopus.veg -VEGAS Pro 17 project with color curves, color correction (secondary).
3. octopus-24p-MagicYUV-for-upscale.avi - The same clip, color-corrected, de-vignetted, de-interlaced, re-timed to 24p in MagicYUV format, ready for upscaling. I used this AviSynth script:
SetMemoryMax(16384) AviSource("d:\fs.avi") AssumeBFF() ConvertToYV12(interlaced=true) QTGMC(Preset="Slower", EdiThreads=4, FPSDivisor=2) super = MSuper() backward_vec2 = MAnalyse(super, isb = true, delta = 2, overlap=4) forward_vec2 = MAnalyse(super, isb = false, delta = 2, overlap=4) backward_vec4 = MAnalyse(super, isb = true, delta = 4, overlap=4) forward_vec4 = MAnalyse(super, isb = false, delta = 4, overlap=4) backward_vec6 = MAnalyse(super, isb = true, delta = 6, overlap=4) forward_vec6 = MAnalyse(super, isb = false, delta = 6, overlap=4) MDegrain3(super,backward_vec2,forward_vec2,backward_vec4,forward_vec4,backward_vec6,forward_vec6,thSCD1=400,thSAD=400) LSFmod(strength=300) AssumeFPS(24) Prefetch(16)
4. octopus-1080-24p-Lanczos4-ProRes-422.mov - My best effort using non-AI techniques (basically the same script as above but with...
Lanczos4Resize(1920,1080)
...before the "super" line). I stretched the footage, rather than crop, to get from 4:3 to 16:9.
I would love to try VEGAS Upscale in VEGAS Pro 19 or Topaz Video Enhance AI for this. I have licenses for both but unfortunately I can't use them yet because I'm stuck on an old version of Windows.
Would anyone care to have a go at this in either of those? I wouldn't expect anyone to start with the DV clip (unless you really want to), but rather upscale octopus-24p-MagicYUV-for-upscale.avi. Obviously you'd need to have MagicYUV. I'd be interested in 1080-HD or UHD output.