Bug Report Custom resolution setting interferring with capture card input

I'm trying to crop an 1920x1080 video input down to 1180x664 before being broadcast using OBS.

I noticed a very weird issue happen when the video size is set to 1180x664 in OBS, the "Video Capture Device" is heavily cropped. Simply changing the video size to 1280x720 causes the bug to disappear.

I came across this thread while trying to fix the issue, my intention was to use an x264 flag to crop the 1280x720 output but OBS's x264 fantastically special homebrew syntax wouldn't let me because OBS's devs thought they knew better than their users.
 

Attachments

  • 1180x664.png
    1180x664.png
    75.7 KB · Views: 30
  • 1280x720.png
    1280x720.png
    102.6 KB · Views: 29
  • log.txt
    4.8 KB · Views: 17

Boildown

Active Member
Your base resolution is 1280x720. Set it back to 1920x1080 and use a downscale to make it smaller.

I like your homebrew custom x264 line that says "threads=32" on an eight core CPU (16 logical). In this case you don't know better than the x264 devs, so remove that line, and reconsider the other custom options you've set. Unless you think your computer can make use of 4 threads for each core (it can't).
 
Top