obsproject/obs-studio

Scale filtering breaks when source is rotated (any but 180deg)

Opened this issue · 3 comments

Operating System Info

Windows 11

Other OS

No response

OBS Studio Version

31.1.2

OBS Studio Version (Other)

No response

OBS Studio Log URL

https://obsproject.com/logs/DOH4ZpC9Aou3n6r1

OBS Studio Crash Log URL

No response

Expected Behavior

Scale filters should function when a source is rotated 90 degrees via transform option.

Current Behavior

Scale filtering breaks when a resized source is transformed with rotations such as 90deg CW/CCW or custom degrees that aren't 180 deg.

Source without transform or scale filtering
Image
Source without transform, scale filtering applied (working as intended)
Image
Source rotated 90deg, scale filtering applied (broken)
Image
Source rotated custom degrees, scale filtering applied (broken)
Image

Steps to Reproduce

  1. Add an image or any other source
  2. Shrink source to be less than original so artifacting appears
  3. Apply Scale Filtering to source, note it applies correctly.
  4. Transform source by rotating 90 deg CW, note Scale Filtering is now broken.
  5. Transform source to custom rotation via transform dialogue - note filtering still broken.
  6. Transform source to 180 or -180deg, note filtering magically works again.

Anything else we should know?

No response

Someone else mentioned this issue back in 2020 on the forum but it was unresolved.

Can you test putting the source with the scale filtering applied into a scene, then adding the scene as a source and rotating THAT? Curious to see if that works correctly

That works properly. Made a scene with just the source, scaled down /w filter applied, then used that scene and rotated.

Likewise, if you flip the order of operations by creating a scene with the 90deg rotated source w/o scaling, then use that scene as a source and scale, scale filtering works correctly.