Question / Help Possible to disable "Output (Scaled) Resolution"?

Yottabiter

New Member
I am currently trying to Record a video and whenever i record a video, instead of saving the video as my Base (canvas) Resolution which is 1366x768, the video saved after recording is 1364x768. I wanna record a video with my base resolution which is 1366x768. The Scaled resolution doesn't have resolution higher than 1364x768 (in Video tab).
I6xTrfe.png


Is there anyway i can disable the Resolution Scaling or set it same as my native/base resolution?
If not, does OBS Classic has this feature?

Edit: I wanna use Studio though.
 
Last edited:
Just keep it at 1364x768, even if you enter 1366x768, it will record at 1364x768
 
Last edited:
Because 1366 divided by 4 is not a integer, 1364 is. x264 uses modulo 4 for resolutions, or some other part related to the resolution.
 
Last edited:
Is not an answer. FFmpeg can do all that divided by 2 (width). This is Studio restriction. I can encode 1366x768 with standalone FFmpeg (codec libx264).
 
It is an answer.... that's why i said "OR some other part related to the resolution.". Should be read as "or some other obs studio part related to the resolution".
 
obs automatically converts 1366*768 to 1364*768 and recorded video is blurry. How can I stop converting output to 1364 ? i need only 1366*768 ???
 
@avasam no way to do this. While main restriction previously was based on color planes conversion shaders math, now it just left as is. Better to cut 2 pixels from the source and recording it at 1364. But more compatible way is to use 1280x720 in game and in capturing.The 1366x768 is freaky resolution for everything.
 
@avasam no way to do this. While main restriction previously was based on color planes conversion shaders math, now it just left as is. Better to cut 2 pixels from the source and recording it at 1364. But more compatible way is to use 1280x720 in game and in capturing.The 1366x768 is freaky resolution for everything.
but when i record screen with 1280x720 in 1366x768 monitor , the result is very blurry and when i record screen with KAZAM or SIMPLESCREENRECORDER it's ok and result video has 1366x768 resolution
 
Back
Top