6

So, I made a video, and what to edit it using nodes.

The viewer node shows the image as it should; however the Compositor node outputs the image zoomed in by 50%. Is there a reason to this? I have the same node connected to both the Compositor and Viewer nodes.

someonewithpc
  • 12,381
  • 6
  • 55
  • 89
DragonHeart
  • 1,524
  • 3
  • 18
  • 32

2 Answers2

7

You've just stumbled upon a unique feature of the compositor!

Yes, if your Scene>Dimensions>Resolution settings are not at 100% you won't see your full image. The compositor doesn't automatically rescale images (or video) to fit the size used in the dimension's settings. When you render at 50% resolution, for example, it considers the composition to be half the number of pixels. The images in the image nodes get partially displayed because the picture size in pixels is not the same any more, but twice the size of the comp.

The workaround, if you want to work at a smaller resolutions, is to use a scale node with values that match your render settings. (But don't forget to turn it off a the end when you do the final render at full res!) enter image description here

3

Use a scale node and set the type from relative to render size. This automatically changes the resolution of the image to the render size.

You can then change the method of scaling to fit your needs, stretch will probably be decent in most cases, but if not, you can always try fit. Crop will look the same compared to what you're already getting.

Basic example node setup

TARDIS Maker
  • 5,732
  • 1
  • 30
  • 53