Subscribe to PixelSham.com RSS for free

3Dprinting (180) A.I. (904) animation (354) blender (217) colour (241) commercials (53) composition (154) cool (369) design (657) Featured (91) hardware (317) IOS (109) jokes (140) lighting (300) modeling (157) music (189) photogrammetry (197) photography (757) production (1308) python (101) quotes (498) reference (317) software (1379) trailers (308) ves (575) 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

  • Blender 4.5 switches from OpenGL to Vulkan support

    pIXELsHAM.com
    Sep 3, 2025
    blender

    Blender is switching from OpenGL to Vulkan as its default graphics backend, starting significantly with Blender 4.5, to achieve better performance and prepare for future features like real-time ray tracing and global illumination. To enable this switch, go to Edit > Preferences > System and set the “Backend” option to “Vulkan,” then restart Blender. This change offers substantial benefits, including faster startup times, improved viewport responsiveness, and more efficient handling of complex scenes by better utilizing your CPU and GPU resources. 

    Why the Switch to Vulkan?

    • Modern Graphics API: Vulkan is a newer, lower-level, and more efficient API that provides developers with greater control over hardware, unlike the older, higher-level OpenGL. 
    • Performance Boost: This change significantly improves performance in various areas, such as viewport rendering, material loading, and overall UI responsiveness, especially in complex scenes with many textures. 
    • Better Resource Utilization: Vulkan distributes work more effectively across the CPU and reduces driver overhead, allowing Blender to make better use of your computer’s power. 
    • Future-Proofing: The Vulkan backend paves the way for advanced features like real-time ray tracing and global illumination in future versions of Blender. 
    Views : 14
  • Ultra3D – Efficient and High-Fidelity 3D Model Generation with Part Attention

    pIXELsHAM.com
    Sep 2, 2025
    A.I., modeling

    https://buaacyw.github.io/ultra3d/

    https://hitem3d.ai

    Views : 26
  • Diffuman4D – 4D Consistent Human View Synthesis from Sparse-View Videos with Spatio-Temporal Diffusion Models

    pIXELsHAM.com
    Sep 2, 2025
    A.I., photogrammetry

    https://diffuman4d.github.io/

    Given sparse-view videos, Diffuman4D (1) generates 4D-consistent multi-view videos conditioned on these inputs, and (2) reconstructs a high-fidelity 4DGS model of the human performance using both the input and the generated videos.

    Views : 10
  • Qwen3-Coder – Free and Open Source Agentic Coding in the World

    pIXELsHAM.com
    Sep 2, 2025
    A.I., software

    https://qwenlm.github.io/blog/qwen3-coder/

    Views : 7
  • zjx0101/ObjectClear – Complete Object Removal via Object-Effect Attention

    pIXELsHAM.com
    Sep 2, 2025
    A.I.

    https://github.com/zjx0101/ObjectClear

    https://zjx0101.github.io/projects/ObjectClear/

    Views : 8
  • SeC – Advancing Complex Video Object Segmentation and Roto Tracking via Progressive Concept Construction

    pIXELsHAM.com
    Sep 2, 2025
    A.I.

    https://rookiexiong7.github.io/projects/SeC/

    Views : 8
  • How I would Teach a 10-Year Old to Build AI Agentic solutions (n8n, No Code)

    pIXELsHAM.com
    Sep 2, 2025
    A.I., production, software

    Views : 7
  • MeiGen-AI InfiniteTalk – Open Source audio driven infinite lip sync

    pIXELsHAM.com
    Sep 1, 2025
    A.I.

    Official Website: https://meigen-ai.github.io/InfiniteTalk/
    GitHub Repo (Code & Instructions): https://github.com/MeiGen-AI/InfiniteTalk
    Hugging Face (Models): https://huggingface.co/MeiGen-AI/InfiniteTalk
    Paper: https://arxiv.org/abs/2408.09625

    https://www.instagram.com/aifilms.ai/reel/DOEJ7LJEZxL

    Truly Infinite Videos
    This isn’t a gimmick. You can generate incredibly long videos without frying your VRAM. Perfect for podcasts, presentations, or full-on virtual influencers.

    More Than Just Lips
    This is the best part. It doesn’t just sync the mouth; it generates realistic head movements, body posture, and facial expressions that match the audio’s emotion. It makes characters feel alive.

    Keeps Everything Consistent
    It preserves the character’s identity, the background, and even camera movements from your original video, so everything looks seamless.

    Completely Open Source & Ready for Business
    The code, the weights, and the paper are all out there for you to use. Best of all, it’s released under an Apache 2.0 license, which means you are free to use what you create for commercial projects!

    (more…)
    Views : 35
  • 30 Minutes of Ian Bagg

    pIXELsHAM.com
    Aug 30, 2025
    jokes

    Views : 9
  • Neat Video – Professional grade denoiser to improve visual quality

    pIXELsHAM.com
    Aug 29, 2025
    production, software

    https://www.neatvideo.com/

    Views : 8
  • BigMediumSmall.com – We create assets so you create worlds

    pIXELsHAM.com
    Aug 28, 2025
    modeling, production, reference

    https://www.bigmediumsmall.com/

    Views : 4
  • BBC – Wildlife Photographer of the Year 2025, the best pictures so far

    pIXELsHAM.com
    Aug 27, 2025
    colour, composition, lighting, photography

    https://www.bbc.com/news/articles/c70r7plrdndo

    (more…)
    Views : 11
  • sumitchatterjee13/nuke-nodes-comfyui

    pIXELsHAM.com
    Aug 27, 2025
    A.I.

    https://github.com/sumitchatterjee13/nuke-nodes-comfyui


    Node Categories

    (more…)
    Views : 13
  • Irish artist Manu creates mesmerising sand drawings

    pIXELsHAM.com
    Aug 27, 2025
    design

    Views : 6
  • FFmpeg – examples and convenience lines

    pIXELsHAM.com
    Aug 25, 2025
    production, software

    # extract one frame at the end of a video
    ffmpeg -sseof -0.1 -i intro_1.mp4 -frames:v 1 -q:v 1 intro_end.jpg

    -sseof -0.1: This option tells FFmpeg to seek to 0.1 seconds before the end of the file. This approach is often more reliable for extracting the last frame, especially if the video’s duration isn’t an exact multiple of the frame interval.
    Super User
    -frames:v 1: Extracts a single frame.
    -q:v 1: Sets the quality of the output image; 1 is the highest quality.

    # extract one frame at the beginning of a video
    ffmpeg -i speaking_4.mp4 -frames:v 1 speaking_beginning.jpg

    # check video length
    ffmpeg -i C:\myvideo.mp4 -f null –

    # Convert mov/mp4 to animated gifEdit
    ffmpeg -i input.mp4 -pix_fmt rgb24 output.gif
    Other useful ffmpeg commandsEdit

    (more…)
    Views : 14
Previous Page
1 2 3 4 5 … 434
Next Page

FEATURED POSTS

  • Peter Lik’s Fine Art Gallery

    pIXELsHAM.com
    Dec 7, 2023
    composition, design, photography

    https://lik.com/

     

    Views : 135
  • The AI that creates any picture images you want, explained

    pIXELsHAM.com
    Oct 11, 2022
    A.I., software

     

     

    How Imagen Actually Works
    https://www.assemblyai.com/blog/how-imagen-actually-works/

     

    Views : 1,517
  • Printing Lenticular “3D” Photographs At Home using 3Dependable and Grape Interlacing

    pIXELsHAM.com
    Aug 5, 2024
    hardware, photography, software

     

    https://www.3dependable.com/

     

    https://www.pop3dart.com/grape-interlacing-software

     

     

    Views : 30
  • Black Forest Labs released FLUX.1 Kontext

    pIXELsHAM.com
    May 29, 2025
    A.I., Featured, production

    https://replicate.com/blog/flux-kontext

    https://replicate.com/black-forest-labs/flux-kontext-pro

    There are three models, two are available now, and a third open-weight version is coming soon:

    • FLUX.1 Kontext [pro]: State-of-the-art performance for image editing. High-quality outputs, great prompt following, and consistent results.
    • FLUX.1 Kontext [max]: A premium model that brings maximum performance, improved prompt adherence, and high-quality typography generation without compromise on speed.
    • Coming soon: FLUX.1 Kontext [dev]: An open-weight, guidance-distilled version of Kontext.

    We’re so excited with what Kontext can do, we’ve created a collection of models on Replicate to give you ideas:

    • Multi-image kontext: Combine two images into one.
    • Portrait series: Generate a series of portraits from a single image
    • Change haircut: Change a person’s hair style and color
    • Iconic locations: Put yourself in front of famous landmarks
    • Professional headshot: Generate a professional headshot from any image

    Views : 78
  • Tencent Hunyuan3D 2.1 goes Open Source and adds MV (Multi-view) and MV Mini

    pIXELsHAM.com
    Jun 14, 2025
    A.I., Featured, modeling

    https://huggingface.co/tencent/Hunyuan3D-2mv

    https://huggingface.co/tencent/Hunyuan3D-2mini

    https://github.com/Tencent/Hunyuan3D-2

    Tencent just made Hunyuan3D 2.1 open-source.
    This is the first fully open-source, production-ready PBR 3D generative model with cinema-grade quality.
    https://github.com/Tencent-Hunyuan/Hunyuan3D-2.1

    What makes it special?
    • Advanced PBR material synthesis brings realistic materials like leather, bronze, and more to life with stunning light interactions.
    • Complete access to model weights, training/inference code, data pipelines.
    • Optimized to run on accessible hardware.
    • Built for real-world applications with professional-grade output quality.

    They’re making it accessible to everyone:
    • Complete open-source ecosystem with full documentation.
    • Ready-to-use model weights and training infrastructure.
    • Live demo available for instant testing.
    • Comprehensive GitHub repository with implementation details.

    Views : 189
  • Colors around the world

    pIXELsHAM.com
    Nov 10, 2017
    colour, reference

    Views : 1,215
  • IM3 Stained glass

    pIXELsHAM.com
    Jul 31, 2013
    design

    http://glass-crafts.wonderhowto.com/how-to/turn-boring-transparent-window-into-colorful-faux-stained-glass-masterpiece-0141536/

    http://www.reddit.com/r/somethingimade/comments/176zp9/i_made_a_replica_of_the_4500_iron_man_stained/c82y5fl

    http://imgur.com/a/GXUun#hO6wzrs

    Some people are asking how… here is a brief explanation on how I did it with photos….
    (more…)

    Views : 1,473
  • Arvid Schneider – Mastering Light Instancing in Houdini Solaris

    pIXELsHAM.com
    Sep 23, 2024
    lighting, software

    Views : 27
Views : 14,549

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.