Page MenuHome

Reducing resolution of a clip leads to cropping if using the Node Editor
Closed, ArchivedPublic

Description

System Information
4.2.0-0.bpo.1-amd64 #1 SMP Debian 4.2.6-3~bpo8+2 (2015-12-14) x86_64 GNU/Linux

Blender Version
Broken on both old old Debian and on "latest" 2.78

Short description of error
Adding a movie clip to the node editor and linking it to a composite output results in a clip that gets cropped to the center of the original movie clip if the output has a lower resolution than the input.

Exact steps for others to reproduce the error

  1. Add 4k video to the node editor
  2. link a composite output
  3. set output resolution to some low res (Full HD)
  4. render

Event Timeline

This SO was my first attempt at figuring out what's wrong. Given this "bug" is unresolved and unreported since years, I suspect it's not a bug. No blender expert here.

Sergey Sharybin (sergey) changed the task status from Unknown Status to Unknown Status.Oct 17 2016, 12:02 PM
Sergey Sharybin (sergey) claimed this task.

Thanks for the report, but it's not a bug. Such scenario acts like "canvas" type of things. This is how it worked historically in Blender and changing this will cause quite some compatibility break. Just set output resolution to the video resolution. alternatively you can use Scale compositor node.

Thanks for the report, but it's not a bug.