BREAKING NEWS
LATEST POSTS
-
Photorealistic AI Pocket Guide
Prompt Example:
“editorial cinematic, Ibiza aesthetic, a man wearing a brown t-shirt, hero-view, fashion photography, medium-shot, detailed, Sony A7 IV, 100mm, muted colors –ar 21:9 –c 10 –v 5.2 –style raw” -
Using a $50 Schneider Enlarging lens for negatives scanning for macro photography
https://www.closeuphotography.com/50-dollar-componon-vs-mitutoyo-objective
What if you could find a lens for less than $100 that could produce image quality as good as a microscope objective
-
LasVegas’ Sphere and the Big Sky Camera
https://theasc.com/articles/sphere-and-the-big-sky-camera
Sphere is a 516′-wide, 366′-tall geodesic dome that houses the world’s highest-resolution screen: a 160,000-square-foot LED wraparound that fills the peripheral vision for 17,600 spectators (20,000 if standing-room areas are included). The curved screen is a 9mm-pixel-pitch, sonically transparent surface of LED panels with 500-nit brightness that produce a high-dynamic-range experience. The audience sits 160′ to 400′ from the screen in theatrical seating, and the screen provides a 155-degree diagonal field of view and a more-than-140-degree vertical field of view.
The image on the screen is 16K (16,384×16,384) driven by 25 synchronized 4K video servers.
https://nofilmschool.com/darren-aronofsky-sphere-camera
Cross section:
-
FEATURED POSTS
-
sRGB vs REC709 – An introduction and FFmpeg implementations
1. Basic Comparison
- What they are
- sRGB: A standard “web”/computer-display RGB color space defined by IEC 61966-2-1. It’s used for most monitors, cameras, printers, and the vast majority of images on the Internet.
- Rec. 709: An HD-video color space defined by ITU-R BT.709. It’s the go-to standard for HDTV broadcasts, Blu-ray discs, and professional video pipelines.
- Why they exist
- sRGB: Ensures consistent colors across different consumer devices (PCs, phones, webcams).
- Rec. 709: Ensures consistent colors across video production and playback chains (cameras → editing → broadcast → TV).
- What you’ll see
- On your desktop or phone, images tagged sRGB will look “right” without extra tweaking.
- On an HDTV or video-editing timeline, footage tagged Rec. 709 will display accurate contrast and hue on broadcast-grade monitors.
2. Digging Deeper
Feature sRGB Rec. 709 White point D65 (6504 K), same for both D65 (6504 K) Primaries (x,y) R: (0.640, 0.330) G: (0.300, 0.600) B: (0.150, 0.060) R: (0.640, 0.330) G: (0.300, 0.600) B: (0.150, 0.060) Gamut size Identical triangle on CIE 1931 chart Identical to sRGB Gamma / transfer Piecewise curve: approximate 2.2 with linear toe Pure power-law γ≈2.4 (often approximated as 2.2 in practice) Matrix coefficients N/A (pure RGB usage) Y = 0.2126 R + 0.7152 G + 0.0722 B (Rec. 709 matrix) Typical bit-depth 8-bit/channel (with 16-bit variants) 8-bit/channel (10-bit for professional video) Usage metadata Tagged as “sRGB” in image files (PNG, JPEG, etc.) Tagged as “bt709” in video containers (MP4, MOV) Color range Full-range RGB (0–255) Studio-range Y′CbCr (Y′ [16–235], Cb/Cr [16–240])
Why the Small Differences Matter
(more…) - What they are