This is my last depth rant

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 287

  • @DQBlizzard_
    @DQBlizzard_ Місяць тому +796

    Very in-depth video. I'll see myself out.

    • @ZapPack
      @ZapPack Місяць тому +6

      👏👏👏👏👏👏👏🎬

    • @florentraffray1073
      @florentraffray1073 27 днів тому +2

      well done

    • @necrorivas
      @necrorivas 25 днів тому +1

      nono, that was good come back

    • @Stonehawk
      @Stonehawk 24 дні тому +2

      now you can exit *3-dimensionally*

    • @bre4k00
      @bre4k00 23 дні тому +2

      It depthends, I think it was good too, hold the door.

  • @JDLeeArt
    @JDLeeArt Місяць тому +511

    We need to try this on some 360 video mapped to sphere...

    • @wozniakowski1217
      @wozniakowski1217 Місяць тому +39

      I had the same idea! Though I think those ai depthmap algorithms could have a hard time decifering depth from a 360 video since it's a very wacky projection and they weren't trained on that. But I need to see it nonetheless

    • @harry1010
      @harry1010 Місяць тому +10

      @@wozniakowski1217because I cbf looking through the literature, I remember seeing a couple of approaches. One includes figuring out what kind of 360 camera people use to correct the distortion, the other tries to convert the segmenting model to handle a curved plane instead of a flat one (which passes over the image and is used to guess depth). So yeah, definitely an area of research!

    • @AirNeat
      @AirNeat Місяць тому +1

      Okay I will train one on 3d video sometime

    • @harry1010
      @harry1010 Місяць тому +1

      @@AirNeat random question. Any good panoptic datasets, outside of cityscapes? Like, with people and stuff in it?

    • @AirNeat
      @AirNeat Місяць тому +3

      @@harry1010 Maybe SUN360, Pano3D, or 3D60

  • @lex_darlog_fun
    @lex_darlog_fun 22 дні тому +174

    A couple of small, but VERY important additions:
    1. Any photo is a perspective projection, not an isometric one. So, instead of extruding along axis, you should extrude towards a single point (camera), which is at some height right above the center of frame. The height itself could be found by eye looking at the etruded mesh.
    2. You should also undistort the image before it and re-apply distoryion after render.
    These two things together can make the 2.5D mesh MUCH more representative to the geometry of real scene (and thus, more correct normals, shadows, VFX integration etc).

    • @noyza2132
      @noyza2132 17 днів тому +6

      yep i was just about to comment the projection thing. change the camera height by moving it until an object appears to have the same width at different depth levels

    • @luipaardprint
      @luipaardprint 17 днів тому +2

      There’s actually a very nice piece of free software for that that will tell you camera position and lens by defining two or three lines in your image. It’s called fspy

  • @LongPeter
    @LongPeter 23 дні тому +89

    This is like a Corridor Crew video that gets straight to the point. 🎉
    I actually really like just the depth map look without the original video tied in.
    I can see this being a nice, easy way to do a Kitty Pride effect with little to no masking. Just have your actor run through a door and hide the doorway with a plane that blends into or replaces the wall.

    • @theexchipmunk
      @theexchipmunk 18 днів тому +1

      I had a similar thought. Also: "Oh, in some weeks/months we are going to get a Corridor video on this."
      Current developments in computer graphics and AI are insane. I am currently generating photorealistic images on my Macbook Air M1 using Stable diffusion to make a dumb Meme. Hell, inpainting using AI has replaced photoshop (gimp really, I don´t have actual the PS) in a lot of aplications for me.

  • @zackmercurys
    @zackmercurys Місяць тому +174

    in the end, you could de-light your scene using the Ian Hubert's trick, to make it absolutely de-lightful!

    • @Dude_Blender
      @Dude_Blender Місяць тому +3

      What trick?

    • @omgbutterbee7978
      @omgbutterbee7978 Місяць тому +33

      @@Dude_Blender Dividing projected textures by the light values of an hdri that was taken at the same place let's you flatten the image and remove shadows and highlights. InLightVFX had a good video called "How Ian Hubert Hacked VFX (and you can too!)" that goes over the whole process. It's REALLY cool.

    • @Dude_Blender
      @Dude_Blender Місяць тому +5

      @@omgbutterbee7978 thanks mate!

    • @MasqueArt
      @MasqueArt Місяць тому +1

      @@omgbutterbee7978 You can fake the surrounding lights as well, if you do not have HDRI, but HDRI is simpler. If you can make them.

    • @grinningtiki220
      @grinningtiki220 Місяць тому +10

      Somehow Ian was doing that 18 years ago before hdri was even a thing. The man is a wizard.

  • @khalatelomara
    @khalatelomara Місяць тому +123

    The deal breaker for this method if we can actually take a non shrinking depth for a room , as if you tried it on a room perspective it kinda go in a curved trapezoid shape

    • @xabblll
      @xabblll Місяць тому +8

      I’m not sure, but it should be possible to apply some exponential correction on depth. Usually in CG graphics then we want to save linear depth, we compress it to smaller range with logarithmic conversion, so objects closer to camera have more depth information compared to objects further away. So to get linear depth we need to apply reverse conversion

    • @khalatelomara
      @khalatelomara Місяць тому +1

      @@xabblll exactly, Most of monocular depth techniques are pretty good for close objects , but when when it comes to perspective it breaks down quite quick

    • @merseyviking
      @merseyviking Місяць тому +5

      @@khalatelomara So you mean make the doorframe the same relative size as the objects near the camera? Well if you know the parameters of the capturing camera, you could easily apply the inverse perspective transform on the depth map, and retrieve the original scale. You would need to know the aspect ratio and FOV, and if you wanted real-world scale you'd have to measure something in the real world scene and scale the resulting geometry appropriately. It might take some faff because the near and far clip planes generated by the ML algorithm are arbitrary (well I presume they are, or at least are rough guesses).

    • @somdudewillson
      @somdudewillson 11 днів тому

      @@merseyviking Most monocular depth estimators are trained to output relative depth, but a few can do 'absolute' metric depth estimations. Also, the most bleeding-edge model I know of simultaneously calculates camera intrinsics.

  • @stoef
    @stoef Місяць тому +91

    FYI you can open a command prompt for a specific folder by clicking into the path at the top of the explorer and then just typing cmd and pressing enter.

    • @ClaytonOrgles
      @ClaytonOrgles Місяць тому +4

      Yep! Also if you have Windows Terminal installed, you can right click on the window and select "open in terminal"

    • @VeOuria
      @VeOuria Місяць тому +3

      How did I go decades of using windows without knowing this. Thank you!

    • @shydun
      @shydun 29 днів тому +1

      brilliant! thanks :)

    • @jajoothecoolman
      @jajoothecoolman 27 днів тому

      THANK YOU
      I'VE BEEN USING LINUX SO LONG THAT IT FEELS WRONG TO NOT HAVE A "open in terminal" BUTTON I DIDNT KBNOW LOL

    • @HamStar_
      @HamStar_ 23 дні тому +1

      Shift + right click in explorer also gives an option to "Open PowerShell window here" (or Command Prompt in earlier versions)

  • @sugar_ltd
    @sugar_ltd Місяць тому +59

    Dude that's wild. You're right that the applications are plenty.

    • @jayfiled
      @jayfiled 23 дні тому +4

      I'm the kind of person that can't think of any when people say that. can you give us some examples?

    • @slightlyokvideos
      @slightlyokvideos 22 дні тому +1

      I don't think this really has any applications

  • @Queen_Coda
    @Queen_Coda Місяць тому +20

    this video should have MILLIONS of views!!! This could CHANGE youtube VFX forever, and it's so accesible that ANYONE with a decent PC rig can take advantage of it. I'll definitely be looking into how to use this for my own projects going forward

  • @Solanaar
    @Solanaar 16 днів тому +3

    combine this with delighting and you have crazy possibilities for dynamically lighting a scene

  • @InterPixelYoutube
    @InterPixelYoutube Місяць тому +81

    Ian Hubert will have fun with these tools 100%

    • @RetroPlus
      @RetroPlus 25 днів тому +1

      Exactly what i'm thinking

  • @YAXHY
    @YAXHY Місяць тому +5

    Anyone else remember photoshop having depth map filter since the extinction of dinosaurs, but got it removed with the introduction of AI?🤔🤔🤔🤔

  • @thejaredwilcurt
    @thejaredwilcurt Місяць тому +11

    0:45 You can just click into the address bar in Explorer and type cmd and press enter and it will open the command prompt from that folder.

    • @undefined06855
      @undefined06855 Місяць тому +2

      or even just right click -> open terminal

    • @danfg7215
      @danfg7215 25 днів тому +1

      or use Linux

  • @keshetallekaridi708
    @keshetallekaridi708 24 дні тому +2

    If you're already using Resolve to deflicker, you can also generate your depth map and relight within resolve while you're at it

  • @gordonbrinkmann
    @gordonbrinkmann Місяць тому +26

    "If this can be done with a photo, why not do depth on a video?" As far as I know DaVinci Resolve can do this quite easily (at least in the Studio version), so I would assume some other video editing software can do this as well...?

    • @tomcattermole1844
      @tomcattermole1844 Місяць тому +5

      Would you be surprised if Adobe didn't? 😢
      Only workaround I've found is exporting footage as a PNG sequence and then running a batch in Photoshop using the blur neural filter with depth output checked. Is it janky? Yes. Is it accurate? No. Does it work? Barely. Am I an idiot for still using Adobe? Absolutely.

    • @gordonbrinkmann
      @gordonbrinkmann Місяць тому

      @@tomcattermole1844 No, why should I be surprised...? Never thought Adobe was the ne plus ultra. Maybe there is other software out there than just Adobe? I don't know, I'm not using all video software that exists... I just said DaVinci Resolve can do depth on a video and it probably isn't the only software.

    • @tomcattermole1844
      @tomcattermole1844 Місяць тому +1

      @@gordonbrinkmann unfortunately Blackmagic knows exactly what their customers want and puts in the effort to implement it. Most other softwares don't have customers that want the features or don't want to put the effort in to implement it.

  • @GoodBaleada
    @GoodBaleada 17 днів тому +1

    1:59 he started talking like that and i subscribed.

  • @AndrewMorris-wz1vq
    @AndrewMorris-wz1vq 22 дні тому +1

    Shows like 3 mind blowing things.
    Says: "That's all I got for yah"
    Crazy good video.

  • @ArdaHamamcoglu
    @ArdaHamamcoglu Місяць тому +5

    Isn’t the top edge caused by the image being wrapped so its actually interpolating the bottom row of pixels.

  • @4nto418
    @4nto418 14 днів тому

    My dude I've been looking for how to make detailed 3D objects from depth maps like this for a project totally unrelated to yours, you just saved my blender-inept ass, thanks a lot.

  • @oguz-kagan
    @oguz-kagan 23 дні тому +1

    dude. this was the maybe second or third best tutorial video I watch. I don't remember first two so this is first one now.

  • @redfangtabris7405
    @redfangtabris7405 16 днів тому +1

    its like every time you reappear there's some fun shit on blender to do

  • @DailyCakeSlice
    @DailyCakeSlice Місяць тому +1

    This is SO sick!! I really wish you showed the that last clip’s full render in the video

  • @AMTunLimited
    @AMTunLimited Місяць тому +5

    IIRC, this is a somewhat common thing to do in Davinci Resolve so you can use it as a mask for various adjustments

    • @this_is_mac
      @this_is_mac Місяць тому

      Is it possible in premiere pro? I spent a good few hours in last few days for masking tediously and often getting it wrong

    • @AMTunLimited
      @AMTunLimited Місяць тому

      @@this_is_mac I would imagine you could use a very similar technique to this and import the video to premiere pro to use as a mask

  • @Fireheart318
    @Fireheart318 14 днів тому

    A horror/exploration game with a mechanic where your vision only works well at a certain distance would go hard!

  • @NeatWolf
    @NeatWolf 22 дні тому +1

    Gotta say - as a non native speaker I was surprised I managed to get 100% of what you said despite the blazing fast speed, and I believe it's largely due to the fact you're pretty darn clear with your pronunciation so kudos for that ;)

  • @1800HUNKNA
    @1800HUNKNA 27 днів тому +1

    Anyone else remembering the Doctor Who episode where they showed off Time Lord artwork which was a single moment of time captured into art. A full 3D model of that moment in time and space. This feels like a step towards that.

    • @luipaardprint
      @luipaardprint 17 днів тому

      3blue1brown recently made an amazing video about holograms that’s exactly what you’re describing.

  • @nicolacornolti
    @nicolacornolti Місяць тому +1

    Davinci also has another useful feature which is color stabilizer, I don't know if it is in the free version or not, but it can fix exposure shifts like this, I've used it many times when asked to use videos shot without professional equipment

  • @nullcircuit
    @nullcircuit 12 днів тому

    If only we pressed on with light field cameras, could seriously elevate things

  • @toastbrot97
    @toastbrot97 Місяць тому +1

    I was using a similar method to this for image to video for a while now. Essentialy doing small camera pans and dollies into the scene to make it look a little fancier than just a scrolling 2D image. I was always wondering how stable the technique would be when done on a video instead and i have to say, it doesn't look too shabby. I think if you're trying to relight the scene the artiffacts will definitely be the biggest problem, but other than that it could be quite handy for some quick and dirty vfx, or enhancing a video shot on a tripod with some subtle realistic 3D camera shake.

  • @BoyceBailey
    @BoyceBailey Місяць тому +2

    And that's how Minority Report videos got started.

    • @uriinbar6046
      @uriinbar6046 Місяць тому

      my thought exactly. amazing that we are witnessing that future materialize

  • @DaveDFX
    @DaveDFX 29 днів тому

    Distort/project the z extrusion to the camera frustum would be a good addition to this workflow. I used this back in the days to convert 2d to 3d stereoscopic

  • @MichaelProstka
    @MichaelProstka Місяць тому +1

    You meshed yourself! That is so cool!

  • @ChrisKGallon
    @ChrisKGallon Місяць тому +1

    I love that you're on the Davinci Resolve/Studio Train

  • @blainecodes
    @blainecodes Місяць тому

    I was just experimenting with marigold and was thinking about trying out other models to see if they work better with video!
    Great video!

  • @ralphmoreau2768
    @ralphmoreau2768 Місяць тому +1

    Very cool experiment, would love to see it, in it's true glorious fidelity

  • @danser_theplayer01
    @danser_theplayer01 19 днів тому

    Movies are gonna be crazy with this one.

  • @one_stz
    @one_stz Місяць тому +4

    huh??? THE LAST??? I NEED MOREE

  • @LifeFromAbove.
    @LifeFromAbove. Місяць тому

    Thank you so much this is Epic, I’ve been looking for a way to make 3D titles in Videos more realistic. I will give this a try!

  • @3D-rg6kx
    @3D-rg6kx 22 дні тому +2

    this guy’s brain is not normal

  • @legendaryswordsman2279
    @legendaryswordsman2279 25 днів тому

    Not sure I understood a whole lot of that but god damn was it fascinating to watch.

  • @desvelame
    @desvelame 13 днів тому

    I think I just saw my favorite video of .. the month... the semester...

  • @mven
    @mven Місяць тому +2

    Lots of people mentioning the cmd in the address bar trick, but did you know you can open a Powershell terminal via shift + right click context menu on any folder? Cmd is old and busted, Powershell is the new hotness.

  • @bernatrosello4375
    @bernatrosello4375 Місяць тому +1

    Shame you missed the opportunity to show the power of this tool in comination with Ian Hubert's de-light. Would love to see it on a future video!

  • @michaelchen2821
    @michaelchen2821 Місяць тому

    You can use face tracking and a application to create simulated 3d videos, so you can look around the computer screen and the 3d model can tilt. It's weird but also kinda cool

  • @ArielTavori
    @ArielTavori Місяць тому

    Segment anything gives you high resolution outlines. You could dice based on camera distance with adaptive subdivision... I actually 'started' a plugin about 2 years ago to do all this...

  • @zankfrappa93
    @zankfrappa93 18 днів тому

    i like the bit where you did the thing with the thing

  • @SuperIceteapeach
    @SuperIceteapeach Місяць тому

    So much input my head is dizzy lol
    Crazy Video man!

  • @markobozic-c46
    @markobozic-c46 Місяць тому

    You sir are brilliant. Thank you for your brain.

  • @olvrs
    @olvrs Місяць тому +1

    now let's see it rendered

  • @FirstName-zt2my
    @FirstName-zt2my 18 днів тому

    I cant wait till computers are good enough to do this live

  • @space_tim9382
    @space_tim9382 16 днів тому

    Woah, i finally understood what depht is and how i can use it

  • @Roebuck_
    @Roebuck_ 12 днів тому +1

    Dude just dropped a nuclear bomb💀

  • @Eroktic
    @Eroktic 29 днів тому +7

    Since the texture of z-depth is greyscale, you don't need 2k resolution of it. it can be 2-4 times smaller than original resolution and you wont notice.

    • @juanperezvalladares
      @juanperezvalladares 24 дні тому +1

      Totally, I think the best would be to match the Depth resolution to the mesh resolution

  • @Thinking001
    @Thinking001 24 дні тому +2

    How did you download "Depth anything v2"? am currently struggling to download it correctly, because i dont know what programm i am supposed to usse to run it!!

  • @clonkex
    @clonkex 19 днів тому

    Just FYI, you can type "cmd" into the address bar in explorer and it will open a command prompt at that location

  • @Omlet221
    @Omlet221 11 днів тому

    3:50 Well the reason I guess it does this is because the AI just makes the closest depth pure white and the furthest depth pure black. So if you want to make the scale consistent maybe you could pick two stationary points and scale the color so that they stay the same.

  • @RyanGatts
    @RyanGatts 24 дні тому

    this is neat, but it looks like the depth texture you get out is not linear. It may need a logarithmic or some other remap curve to make it so that things like your office wall appear flat when displaced

  • @aedanp07
    @aedanp07 Місяць тому +1

    YESS!! This will be so useful!

  • @mater5930
    @mater5930 22 дні тому

    This guy is like the Vincent Van Gogh of 3d art. He's way ahead of other Blender tutors. No one is noticing. Many years from now they'll get it and sing his praises.

  • @jamus1217
    @jamus1217 Місяць тому +2

    That's pretty dang cool

  • @Neutral4096
    @Neutral4096 16 днів тому

    imagine using this with asynchronous timewarp and motion tracking to make videos feel smooth, but interpolation will be still smoother i think but they dont scale with monitors refreshrate

  • @indoorraccoon4450
    @indoorraccoon4450 21 день тому

    didnt think of these applications. Omega cool brah

  • @mikakettunen7939
    @mikakettunen7939 29 днів тому

    YO! Finland hailing you - thanks bro!

  • @wiktorp.9259
    @wiktorp.9259 Місяць тому

    finally some in-depth video

  • @janienwright3895
    @janienwright3895 18 днів тому

    Can you do a video on how to do a parallax effect on like art pieces and old photographs and stuff using this technique? I think normally people cut out parts of the images one by one and then have the camera kind of move though the scene. I think that might sometimes work better than this specific technique but it would probably involve seperating and kind of clipping certain regions to a single plane and also have them be seperate objects or something instead of the single plane you have here.. No idea how to do it..

  • @Kozlov_Production
    @Kozlov_Production Місяць тому +4

    Can you make a stereo video from usual video?

  • @TheAtomicSoul
    @TheAtomicSoul Місяць тому

    Can you separate moving objects from static ones? As is your body creates a constant shadow due to your body blocking all light to the right of the cube until you "walk" past it.

  • @Inferryu
    @Inferryu Місяць тому

    2:10 Hobbyist tip for you, you can just set your texture to "extend" instead of repeat in the image texture node.

  • @ICXCONE
    @ICXCONE Місяць тому

    this is sooo fucking cool, for games you can use a post-processing injector call Reshade that uses a depth buffer aswell, this is so cool. y'all are going to get close to real time a.i. game filter. that would be awesome to see.

  • @cd2028
    @cd2028 17 днів тому +1

    Fuckin blender mad scientist is at it again. Good job!

  • @reasonablyrad
    @reasonablyrad Місяць тому

    this is so niche and genius

  • @RetroPlus
    @RetroPlus 25 днів тому

    Ian Hubert is going to get some great use out of this trick no doubt

  • @batleram2946
    @batleram2946 Місяць тому +17

    Fun fact, if you want to open command prompt in a specific folder, you can type cmd into the file explorer path, and it'll open cmd in the current folder

    • @InterPixelYoutube
      @InterPixelYoutube Місяць тому +3

      Your profile picture invokes so many great childhood memories (:

    • @slavsit7600
      @slavsit7600 Місяць тому

      @@InterPixelUA-cam same, do you by any chance remember the name of that game

    • @uusfiyeyh
      @uusfiyeyh 21 день тому

      @@slavsit7600 Is called "Cut the rope".

    • @slavsit7600
      @slavsit7600 21 день тому

      @@uusfiyeyh thx

  • @FloKorp86
    @FloKorp86 14 днів тому

    what the hell dude you're a literal wizard!

  • @Ricoxemani
    @Ricoxemani Місяць тому +1

    this is cool, but the problem with the geonodes setup is that it does not account for the perspective of the video. The geometry should get larger as it gets further away.

  • @tristan6052
    @tristan6052 20 днів тому

    can you consider camera coordinates and do perspective warping?

  • @ufffd
    @ufffd 23 дні тому

    have you tried apple depth pro model? been happy with some of the results

  • @DiThi
    @DiThi 28 днів тому

    I think that the depth is being interpreted as linear while it's being saved as sRGB. Or something like that. It would explain why the background is so flat.

  • @le0t0rr3z
    @le0t0rr3z 19 днів тому

    quite a deep dive into the topic

  • @DONO_da_Razao_ABSOLUTA
    @DONO_da_Razao_ABSOLUTA Місяць тому +2

    How can I use this to generate a live vr video where I can walk freely...like if I was inside a movie?? The question of 1000 USD.

    • @wlockuz4467
      @wlockuz4467 Місяць тому +3

      You'd need more information than just a single camera frame to make it feel like you're actually walking in another scene.

  • @MattWyndham
    @MattWyndham 16 днів тому

    Is this how they did the blue cube in the minecraft movie trailer?

  • @agyab3d
    @agyab3d Місяць тому

    this can be a great weapon for 3d artist

  • @staticdrama
    @staticdrama Місяць тому

    you open new things! thanks

  • @AndrewMorris-wz1vq
    @AndrewMorris-wz1vq 22 дні тому

    How difficult would multiple image sources be (i.e. another camera in the hallway)?

  • @br11bronc34
    @br11bronc34 Місяць тому

    I have a question: why don't you use directly the depth map generator included in davinci? is there any practical reason? very good video, thanks and best regards

  • @MikeBifulco
    @MikeBifulco Місяць тому

    Well, this was insanely cool. That's an easy subscribe for me, dog.

  • @jinchoung
    @jinchoung Місяць тому

    I wonder if this will be good enough to get rid of keying and/or rotoing....

    • @vfx.360
      @vfx.360 Місяць тому

      No it looks horrendous and complicated. He just spams semi professional videos about topics no one really makes videos. But at conventions this year (fmx for example) I saw was more impressive use of ai and code for depth and modelling. So this won't be useful unless packed inside of a program which he probably can't do.

  • @Daikuro1
    @Daikuro1 16 днів тому

    Confirmed: video was not flat.

  • @W.e.i.b.s
    @W.e.i.b.s Місяць тому +1

    im not sure why nobody has done this exact same thing with a 360 kenect?

    • @teidenzero
      @teidenzero 28 днів тому +2

      it's been done, but the resolution of the depth sensor of the kinect isn't very good

  • @o1ecypher
    @o1ecypher Місяць тому

    so you can make a video into a 3d video model? or 3d model video? What... my mind just broke... next episode??? interacting with object like the square i put in the scene? turn scene into mesh and run simulations ???

  • @sparkbark7640
    @sparkbark7640 Місяць тому

    ok that's actually crazy

  • @tiagotiagot
    @tiagotiagot 27 днів тому

    Sync multiple videos from different angles, solidify, and boolean-insersect to let you move the camera behind stuff?

  • @MECKENICALROBOT
    @MECKENICALROBOT 25 днів тому

    Subbed. I love the way you describe

  • @nm-com
    @nm-com Місяць тому +5

    You can simply use davinci resolves depth map filter to avoid the quirky workflow of downloading cryptic packages that are driven via the prompt and use tons of ram.

  • @SceneOfAction
    @SceneOfAction Місяць тому

    It's kinda neat you can just check in on geniuses doing genius stuff. noice.

  • @keeb__
    @keeb__ 28 днів тому

    Results might be better if you project the depth towards the camera, rather than on a plane? I would be curious how that would affect the lighting and reflections.

  • @JCtheMusicMan_
    @JCtheMusicMan_ Місяць тому +1

    Could this be used to make a green screen 3D studio backdrop? 😎

  • @jonahupah5377
    @jonahupah5377 20 днів тому

    Love how dense your video is.

  • @keneola
    @keneola 22 дні тому

    Does anyone know if IMF supports the ability to store depth data as an image sequence as a CPL composition with other assets used for video and audio?

  • @DaveBjornRapp
    @DaveBjornRapp Місяць тому

    That's freakin' cool.