Subscribe to PixelSham.com RSS for free

3Dprinting (179) A.I. (897) animation (353) blender (217) colour (240) commercials (53) composition (154) cool (368) design (655) Featured (91) hardware (316) IOS (109) jokes (140) lighting (298) modeling (156) music (189) photogrammetry (197) photography (757) production (1308) python (101) quotes (498) reference (317) software (1379) trailers (308) ves (571) VR (221)

POPULAR SEARCHES unreal | pipeline | virtual production | free | learn | photoshop | 360 | macro | google | nvidia | resolution | open source | hdri | real-time | photography basics | nuke

  • Explore Posts
  • Job Postings
  • ReelMatters.com
  • About and Contact
    • About And Contact
    • Portfolio
    • Privacy Policy
    • RSS feed page

BREAKING NEWS

LATEST POSTS

  • OpenStax – Introduction to Python programming

    pIXELsHAM.com
    Aug 13, 2025
    python
    OpenStax – Introduction to Python programming_compressedDownload
    Views : 6
  • Python Classes and Objects – A Basic Introduction

    pIXELsHAM.com
    Aug 10, 2025
    python
    Python Classes and Objects – A Basic Introduction_compressedDownload
    Views : 6
  • Houdini 21 Sneak Peek

    pIXELsHAM.com
    Aug 10, 2025
    music, production, software

    Views : 8
  • Stefan Ringelschwandtner –  LUT Inspector tool

    pIXELsHAM.com
    Aug 10, 2025
    colour, production

    It lets you load any .cube LUT right in your browser, see the RGB curves, and use a split view on the Granger Test Image to compare the original vs. LUT-applied version in real time — perfect for spotting hue shifts, saturation changes, and contrast tweaks.

    https://mononodes.com/lut-inspector/

    Views : 15
  • Justin Oberman – The Great Flattening – Or Why Truly Creative People Should Not Freak Out About AI

    pIXELsHAM.com
    Aug 10, 2025
    A.I., quotes
    JustinOberman-TheGreatFlattening_compressedDownload
    Views : 36
  • Python Automation – Beginner to Advance Guid

    pIXELsHAM.com
    Aug 10, 2025
    python
    PythonAutomation_BeginnerToAdvanceGuideDownload

    WhatApp Message Automation
    Automating Instagram
    Telegrame Bot Creation
    Email Automation with Python
    PDF and Document Automation

    Views : 8
  • FableAI.app – AI-powered storytelling where your choices shape the narrative

    pIXELsHAM.com
    Aug 10, 2025
    A.I., ves

    https://fableai.app

    https://variety.com/2025/digital/news/netflix-of-ai-amazon-invests-fable-showrunner-launch-1236471989

    Views : 8
  • AI and the Law – ‘No More Copyright Protection For Anyone’ Author David Baldacci Rips Big Tech Over AI Copyright

    pIXELsHAM.com
    Aug 10, 2025
    A.I., ves

    Views : 9
  • Foundry Mari in Minutes – Lesson 1: Introduction to textures

    pIXELsHAM.com
    Aug 10, 2025
    production, software

    Views : 7
  • AI and the Law – CartoonBrew: Disney, Universal ‘Cannot Have It Both Ways’: Midjourney Slams Studios For Suing While Using GenAI

    pIXELsHAM.com
    Aug 7, 2025
    A.I., ves

    https://www.cartoonbrew.com/law/disney-universal-midjourney-lawsuit-response-250197.html

    Screenshot
    Views : 6
  • Fast & Easy Rotoscope with Magic Mask in Davinci Resolve Studio

    pIXELsHAM.com
    Aug 7, 2025
    software

    Views : 11
  • Kelly Boesch – Static and Toward The Light

    pIXELsHAM.com
    Aug 7, 2025
    A.I., design, music

    https://www.kellyboeschdesign.com

    I was working an album cover last night and got these really cool images in midjourney so made a video out of it. Animated using Pika. Song made using Suno Full version on my bandcamp. It’s called Static.

    https://www.linkedin.com/posts/kellyboesch_midjourney-keyframes-ai-activity-7359244714853736450-Wvcr

    (more…)
    Views : 12
  • Introducing GPT-5

    pIXELsHAM.com
    Aug 7, 2025
    A.I.

    https://www.youtube.com/openai/live

    Views : 4
  • sRGB vs REC709 – An introduction and FFmpeg implementations

    pIXELsHAM.com
    Aug 7, 2025
    colour, Featured

    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

    FeaturesRGBRec. 709
    White pointD65 (6504 K), same for bothD65 (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 sizeIdentical triangle on CIE 1931 chartIdentical to sRGB
    Gamma / transferPiecewise curve: approximate 2.2 with linear toePure power-law γ≈2.4 (often approximated as 2.2 in practice)
    Matrix coefficientsN/A (pure RGB usage)Y = 0.2126 R + 0.7152 G + 0.0722 B (Rec. 709 matrix)
    Typical bit-depth8-bit/channel (with 16-bit variants)8-bit/channel (10-bit for professional video)
    Usage metadataTagged as “sRGB” in image files (PNG, JPEG, etc.)Tagged as “bt709” in video containers (MP4, MOV)
    Color rangeFull-range RGB (0–255)Studio-range Y′CbCr (Y′ [16–235], Cb/Cr [16–240])


    Why the Small Differences Matter

    (more…)
    Views : 86
  • RenderMan XPU – A Hybrid CPU+GPU Renderer for Interactive and Final-Frame Rendering

    pIXELsHAM.com
    Aug 7, 2025
    production, software
    RenderMan XPU – A Hybrid CPU+GPU Renderer for Interactive and Final-Frame Rendering (1)Download
    Views : 6
Previous Page
1 … 3 4 5 6 7 … 433
Next Page

FEATURED POSTS

  • Color coordination and composition

    pIXELsHAM.com
    Feb 8, 2017
    colour, composition, design, reference

    Views : 1,436
  • Hunyuan video-to-video re-styling

    pIXELsHAM.com
    Jan 20, 2025
    A.I.

    The open-source community has figured out how to run Hunyuan V2V using LoRAs.

    You’ll need to install Kijai’s ComfyUI-HunyuanLoom and LoRAs, which you can either train yourself or find on Civitai.

    https://www.linkedin.com/posts/leokadieff_ai-generativeai-filmmaking-activity-7286521455448608769-abMg

    1) you’ll need HunyuanLoom, after install, workflow found in the repo.
    https://github.com/logtd/ComfyUI-HunyuanLoom

    2) John Wick lora found here.
    https://civitai.com/models/1131159/john-wick-hunyuan-video-lora

    Views : 117
  • Filming miniatures

    pIXELsHAM.com
    May 25, 2022
    photography, production

    Views : 533
  • Kling 1.6 and competitors – advanced tests and comparisons

    pIXELsHAM.com
    Dec 26, 2024
    A.I., Featured

    https://klingai.com

    Views : 537
  • Alejandro Villabón and Rafał Kaniewski – Recover Highlights With 8-Bit to High Dynamic Range Half Float Copycat – Nuke

    pIXELsHAM.com
    Mar 25, 2025
    A.I., Featured, lighting, photography

    https://github.com/vfxwiki/8bit2floatCat

    8 bit to half float Copycat
    Views : 73
  • How Technicolor changed movies

    pIXELsHAM.com
    Jul 16, 2018
    colour, photography

    Views : 1,086
  • Grandma’s Painting a Tiger

    pIXELsHAM.com
    Aug 14, 2020
    design
    Views : 709
  • Blender Gaffer – Light & Hdri Manager

    pIXELsHAM.com
    Mar 11, 2021
    blender, lighting, software

    blendermarket.com/products/gaffer-light-manager/

    Views : 1,247
Views : 9,876

RSS feed page

Search


Categories


Archive


Disclaimer


Links and images on this website may be protected by the respective owners’ copyright. All data submitted by users through this site shall be treated as freely available to share.