Resize Output missing in 28.0.0

Angrie

New Member
How do I match output to the source size in 28.0.0? I used to right click on the source and choose "Resize output (source size)" but now it's gone :-/
 

Angrie

New Member
Alr, looks like the only way to change the canvas in 28.0.0 is by manually typing the desired values in Settings -> Video -> Base (Canvas) Resolution. Having two dozens of sources to switch between, 28.0.0 makes the whole process much more tedious. It's a BIG step down from what it was before... :smh:
 

Angrie

New Member
Alr, whoever reads this and wants this to be fixed, stop waiting and fix it yourself:

1) Install all the prerequisites and git clone OBS: https://obsproject.com/wiki/build-instructions-for-windows

2) Edit "UI/window-basic-main.hpp" (in the git cloned folder), "UI/window-basic-main.cpp" (in the git cloned folder) and "data/locale/en-US.ini" (in the folder where the previously installed version of OBS resides) by adding the highlighted lines as seen on this page: https://github.com/obsproject/obs-studio/commit/829e906ac2b15d822173009cde5c90b5ec6c04c1

3) Build your own instance of OBS using the "-Choco" flag: https://obsproject.com/wiki/build-instructions-for-windows

4) Replace the dumbed down obs64.exe (C:\Program Files\obs-studio\bin\64bit\obs64.exe) with the one compiled (build64\UI\RelWithDebInfo\obs64.exe)

5) Never update OBS until they fix this crap lol

P.S. Before building make sure your Visual Studio has the following components installed or you'll run into errors:

- C++ ATL for latest v143 build tools (x86 & x64) -- YES, YOU NEED THIS ONE TOO IN ADDITION TO THE SPECTRE MITIGATIONS ONE
- C++ ATL for latest v143 build tools with Spectre Mitigations (x86 & x64)
- C++ MFC for latest v143 build tools with Spectre Mitigations (x86 & x64)
 
Last edited:

biotouch

New Member
I still can't resize by just clicking on the text or photo. It does not put a box around what i desire to resize. Any help. Version 28.0.3
 
Top