Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting a lower output resolution makes the higher ones disappear. #223

Closed
aza547 opened this issue Nov 8, 2022 · 4 comments
Closed

Setting a lower output resolution makes the higher ones disappear. #223

aza547 opened this issue Nov 8, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@aza547
Copy link
Owner

aza547 commented Nov 8, 2022

I was set to 1080p output resolution.

I then changed it down to 1280x720.

That then became my highest resolution option.

image

@aza547 aza547 added the bug Something isn't working label Nov 8, 2022
@aza547
Copy link
Owner Author

aza547 commented Nov 8, 2022

Swapping to monitor capture and saving settings, then closing and re-opening seems to re-populate the drop down. So for some reason the call to OBS to get the list of settings seems to go wrong when configured for game capture.

@aza547
Copy link
Owner Author

aza547 commented Dec 27, 2022

Some more logs from a user today.

2022-12-27_01-45-06.txt
WarcraftRecorder-2022-12-27.log

@aza547
Copy link
Owner Author

aza547 commented Dec 27, 2022

const categorySettings = NodeObs.OBS_settings_getSettings("Video");
console.log(categorySettings.data[0].parameters);
15:58:04.708 > [
  {
    name: 'Base',
    type: 'OBS_INPUT_RESOLUTION_LIST',
    description: 'Base (Canvas) Resolution',
    subType: 'OBS_COMBO_FORMAT_STRING',
    currentValue: '1080x1920',
    values: [ '[object]', '[object]', '[object]' ],
    visible: true,
    enabled: false,
    masked: false
  },
  {
    name: 'Output',
    type: 'OBS_INPUT_RESOLUTION_LIST',
    description: 'Output (Scaled) Resolution',
    subType: 'OBS_COMBO_FORMAT_STRING',
    currentValue: '1080x1920',
    values: [
      '[object]', '[object]',
      '[object]', '[object]',
      '[object]', '[object]',
      '[object]', '[object]',
      '[object]', '[object]',
      '[object]'
    ],
    visible: true,
    enabled: false,
    masked: false
  },
  {
    name: 'ScaleType',
    type: 'OBS_PROPERTY_LIST',
    description: 'Downscale Filter',
    subType: 'OBS_COMBO_FORMAT_STRING',
    currentValue: 'bicubic',
    values: [ '[object]', '[object]', '[object]' ],
    visible: true,
    enabled: false,
    masked: false
  },
  {
    name: 'FPSType',
    type: 'OBS_PROPERTY_LIST',
    description: 'FPS Type',
    subType: 'OBS_COMBO_FORMAT_STRING',
    currentValue: 'Common FPS Values',
    values: [ '[object]', '[object]', '[object]' ],
    visible: true,
    enabled: false,
    masked: false
  },
  {
    name: 'FPSCommon',
    type: 'OBS_PROPERTY_LIST',
    description: 'Common FPS Values',
    subType: 'OBS_COMBO_FORMAT_STRING',
    currentValue: '60',
    values: [
      '[object]',
      '[object]',
      '[object]',
      '[object]',
      '[object]',
      '[object]',
      '[object]',
      '[object]'
    ],
    visible: true,
    enabled: false,
    masked: false
  }

@aza547
Copy link
Owner Author

aza547 commented Dec 31, 2022

Fixed by the OSN upgrade and changes coming in 3.3.0.

@aza547 aza547 closed this as completed Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant