(phantom of the opera) public domain [1925] dithered CGA reshade 1080p

1 month ago
12

phantom of the opera (1925) public domain #silentfilm #publicdomain #publicdomainfilm
source: archive (23.98) bluray 1080p, mix of BFI, Kino, and excerpt sources
20fps to 24fps mixed, deinterlaced, color corrected

eastman prints: 1925 & 1929
alternatives: 115 minute mixed hampton print 20fps, 107 minute preview print 20fps

original film was 1.33:1, most sources are cropped to 1.2:1
1296x1080

vkbasalt reshade
MultiTonePoster (custom CGA color)
dither colors:
black
shaded magenta (dither)
normal magenta
bright magenta (dither)
normal cyan
bright cyan (dither)
white

ui_label = "Color 1" // black
(0.01, 0.01, 0.01, 1.0)
ui_label = "Color 2"; // magenta
(1.0, 0.33, 1.0, 1.0);
ui_label = "Color 3"; // cyan
(0.33, 1.0, 1.0, 1.0);
ui_label = "Color 4"; // white
(1.0, 1.0, 1.0, 1.0);

float luma = dot(color, float3(0.5, 0.64, 0.32));
static const int numColors = 7;

colors[1] = lerp(color, colors[1].rgb, (colors[0].w + colors[2].w) / 1);
colors[3] = lerp(color, colors[3].rgb, (colors[2].w + colors[4].w) / 2);
colors[5] = lerp(color, colors[5].rgb, (colors[4].w + colors[6].w) / 3);

silent - no music, no audio

GNU/Linux

Loading comments...