Subscribe to PixelSham.com RSS for free

3Dprinting (184) A.I. (919) animation (354) blender (219) colour (241) commercials (53) composition (154) cool (375) design (659) Featured (94) hardware (319) IOS (109) jokes (141) lighting (300) modeling (160) music (189) photogrammetry (198) photography (757) production (1310) python (104) quotes (501) reference (318) software (1380) trailers (310) ves (577) 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

  • Ziva VFX 1.4 Puts Real-World Physics into Character Creation

    pIXELsHAM.com
    Aug 8, 2018
    animation, software

    www.animationmagazine.net/tech-reviews/ziva-vfx-1-4-puts-real-world-physics-into-character-creation/

    https://vimeo.com/239275691

    Views : 1,188
  • Control a path’s vertices in After Effects

    pIXELsHAM.com
    Aug 5, 2018
    software

    Create a ‘stroke only’ shape layer with four points using the pen tool – with RotoBezier mode on (or rmb on the path attribute and convert to rotobezier).

    Window menu > Create Nulls from paths.jsx

    Select the path in the shape layer – note: the path itself, not the path group.

    Click the ‘Points follow Nulls’ button in the above dialog.

    This will give you four nulls you can now animate. The path points will follow those nulls.

    The Rotobezier mode will give you a more natural ‘automatic’ curvature to the path.

     

    You can then use expressions on each null to move the curve points around.

     

    https://community.adobe.com/t5/after-effects/connect-dots-in-a-curved-way/td-p/10115221?page=1

    Views : 667
  • Sample an image and output the information into text through After Effects

    pIXELsHAM.com
    Aug 5, 2018
    software

    blogs.adobe.com/creativecloud/color-sampler-using-sampleimag/?segment=dva

     

    “Get a readout of color values for one or more points that would update as you tweaked color correction settings.

     

    This through an expression using the sampleImage method.

     

    The idea is simple: Have a text layer with its Source Text property tied to the output from sampleImage, with the input to sampleImage being a point control that you can drag someplace and then just leave it while you fiddle with your colors.

     

    On the layer that you want to measure, add a Point Control effect (one of the Expression Control effects). You can place the Point Control effect’s crosshair (effect control point) wherever you want.

     

    Create a new text layer above the layer that you want to measure, and add this expression to the Source Text property:

     

    targetLayer = thisComp.layer(thisLayer.index+1);
    samplePoint = targetLayer.effect(“Point Control”)(“Point”);
    sampleRadius = [1,1];
    sampledColor_8bpc = 255 * targetLayer.sampleImage(samplePoint, sampleRadius);
    R = Math.round(sampledColor_8bpc[0]);
    G = Math.round(sampledColor_8bpc[1]);
    B = Math.round(sampledColor_8bpc[2]);
    A = Math.round(sampledColor_8bpc[3]);
    outputString = ” R: ” +R+ “r G: ” +G+ “r B: ” +B+ “r A: ” +A

     

    This will create a text layer that reports 8-bpc RGBA values for the point under the crosshair for the Point Control effect.

     

    If you’re using an adjustment layer for your color correction, the adjustment layer is the layer that you’ll want to measure.

     

    You can obviously get a lot fancier with this, but this should be enough to get you started.”

    Views : 612
  • BIG 3D Printed T-Rex Skeleton

    pIXELsHAM.com
    Aug 4, 2018
    3Dprinting

    Views : 1,141
  • Nickelodeon Announces Development of Virtual & Augmented Reality Series for TV – Meet the Voxels

    pIXELsHAM.com
    Aug 3, 2018
    VR

    www.awn.com/news/nickelodeon-announces-development-virtual-augmented-reality-series-tv

    Views : 1,103
  • Create a Forest in UE4 in 1 Hour

    pIXELsHAM.com
    Aug 3, 2018
    software

    Views : 1,081
  • Preview of the Peopoly Moai SLA Resin 3D Printer at Matterhackers

    pIXELsHAM.com
    Aug 3, 2018
    3Dprinting

    Views : 1,215
  • Steel In Love – with the original King Kong metal skeleton

    pIXELsHAM.com
    Aug 2, 2018
    animation

    Views : 1,025
  • Inside the original King Kong

    pIXELsHAM.com
    Aug 2, 2018
    animation

    Views : 1,084
  • New Zealand Government mulls reining in ballooning Hollywood film subsidies

    pIXELsHAM.com
    Aug 2, 2018
    ves

    www.nzherald.co.nz/business/news/article.cfm?c_id=3&objectid=12079538

    Views : 1,051
  • the economics of microtransactions in games and apps

    pIXELsHAM.com
    Jul 31, 2018
    IOS, production
    https://www.intelligenteconomist.com/economics-of-microtransactions/

    Views : 1,136
  • 21st Century Fox and Disney Shareholders Approve Historic Merger

    pIXELsHAM.com
    Jul 31, 2018
    ves

    www.awn.com/news/21st-century-fox-and-disney-shareholders-approve-historic-merger

    Disney’s $71 billion cash and stock bid is approved by stockholders of both companies along with agreement to spin-off the new ‘Fox.’

    Views : 1,060
  • XenoDream fractal generator

    pIXELsHAM.com
    Jul 31, 2018
    software

    xenodream.com/

    Views : 1,365
  • Looking Glass Holographic Display

    pIXELsHAM.com
    Jul 28, 2018
    VR

    https://docs.lookingglassfactory.com/making-holograms/making-great-holograms

     

     

    https://www.kickstarter.com/projects/lookingglass/the-looking-glass-a-holographic-display-for-3d-cre?ref=dve2p9&utm_campaign=launch_day&utm_medium=social&utm_source=brad

     

    Iphone Portrait
    https://lookingglassfactory.com/tutorial/portrait-mode-photoslookingglassfactory.com

     

    Unity tutorial
    https://learn.lookingglassfactory.com/tutorials/getting-started-with-unity/

     

    Unity and DepthKit

    Aquariums
    https://lookingglassfactory.com/holograms/holo-quarium

    Views : 1,222
  • VR Short to Premiere at Venice – Age of Sail

    pIXELsHAM.com
    Jul 28, 2018
    VR

    www.awn.com/news/google-spotlight-stories-vr-short-age-sail-premiere-venice

    Views : 1,012
Previous Page
1 … 251 252 253 254 255 … 436
Next Page

FEATURED POSTS

  • FramePack – Packing Input Frame Context in Next-Frame Prediction Models for Offline Video Generation With Low Resource Requirements

    pIXELsHAM.com
    Apr 27, 2025
    A.I., software

    https://lllyasviel.github.io/frame_pack_gitpage/

    • Diffuse thousands of frames at full fps-30 with 13B models using 6GB laptop GPU memory.
    • Finetune 13B video model at batch size 64 on a single 8xA100/H100 node for personal/lab experiments.
    • Personal RTX 4090 generates at speed 2.5 seconds/frame (unoptimized) or 1.5 seconds/frame (teacache).
    • No timestep distillation.
    • Video diffusion, but feels like image diffusion.

    Image-to-5-Seconds (30fps, 150 frames)

    Views : 31
  • CHRISTOPHER NOLAN cinematography

    pIXELsHAM.com
    Dec 16, 2022
    composition, lighting, photography, reference

    Views : 451
  • Clever Product Photography Advertising

    pIXELsHAM.com
    Apr 20, 2019
    commercials, design

    Views : 1,125
  • Results and Latest From 30 Years Of Light Transport Simulation

    pIXELsHAM.com
    Oct 4, 2020
    lighting, software

    rgl.epfl.ch/publications/Zeltner2020Specular

    Views : 704
Views : 18,405

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.