Question / Help Help with Capture Sizing

Paradanglers

New Member
Hi, I'm quite new to OBS and am having a problem mainly due to my monitor size. The monitor I'm using has a 21:9 ratio, which means that whenever I watch a video of a 16:9 ratio I have a black bar either side of the picture. I'm trying to capture just the 16:9 video without the black bars either side but it seems whatever I do they either remain in place or the resulting picture is 'squished' or 'stretched' in some way. Whatever changes I make I can’t seem to get the result I need. I’m pretty sure that this is an easy fix but for some reason I just can’t seem to find the answer for it . Any help you can give would be very gratefully received.
 

Attachments

  • 2019-04-23 21-16-22.txt
    5.9 KB · Views: 20

koala

Active Member
You get distorted video, because your canvas size is aspect ratio 21:9, but your output aspect ratio is 16:9. The rescaling distorts the video. Both must be the same aspect ratio. If you want to output a 16:9 video, set both to a 16:9 resolution. Possible solution: set both to 2560x1440.
 

Paradanglers

New Member
Thanks for your advice Koala, I've tried as you suggested and with a bit more playing about I've managed to do it by using the free transform and with the size set back to 3440x1440 but with the bounding box set to 2560x1440 and a crop of 440 pixels on both sides. The result is a 2560x1440 16:9 video with no distortion and the black bars on either side removed. I can't help notice that the image quality has suffered a bit though, is there anything I can do to improve this or is it simply the price of all the cropping/resizing?
Thanks again though, your help is much appreciated.
 

Attachments

  • 2019-04-23 23-39-15.txt
    5.9 KB · Views: 14

koala

Active Member
You did the right thing. Editing the transform is the second step to fit+crop the 3440x1440 source into 2560x1440 canvas without distorting it. Usually, you can crop visually by press+hold ALT and drag the border markers of the source, and there are several other transform shortcuts in the menu as well, but manually editing the transform data also works, if you understand what the numbers mean.

If there is no rescaling, only cropping, there is no quality loss. But you recorded with streaming settings with a bitrate of 2500. This is much too low for 2560x1440 video. Go into Settings->Output, change to the Recording tab for recording settings, and change the Encoder from "use stream encoder" to nvenc h.264 (new)". As rate control use CQP with a CQ level of 18-21 (lower values mean higher quality). CBR is only for streaming. For recording, use CQP (or CRF and ICQ with other encoders), which ensure a constant quality instead of a constant bitrate. You can also switch back to simple output mode and simply choose "Indistinguishable Quality, large file size" as quality, and use "Hardware (NVENC)" as encoder.
If you want to stream, configure the streaming encoder in the Streaming tab of Settings->Output. Use CBR with a bitrate according to the Twitch encoding guidelines: https://stream.twitch.tv/encoding/ (you don't want to stream with 2560x1440, though. Common streaming resolutions are 720p (1280x720) and if you have the bandwidth and have recoding available from the streaming service, 1080p (1920x1080).
 
Top