obs-color-monitor
obs-color-monitor copied to clipboard
Vectorscope, waveform, and histogram for OBS Studio
This PR implements - [x] histogram: Implement vertical graticule - [x] histogram: Implement fixed level mode - [x] The modified callback is annoying when changing numbers. It should be removed....
**Describe the solution you'd like** - Add fixed level mode for histogram - Add vertical graticule - Add horizontal graticule like waveform. https://obsproject.com/forum/threads/color-monitor.143375/post-577523 **Additional information** FFmpeg does not provide graticule...
I have downloaded and installed the .deb package but Dock is not showing neither on Tools or Add Source menu items. Logs: https://obsproject.com/logs/Y9o8glGzEs-qb74h
https://obsproject.com/forum/threads/obs-color-monitor.143375/post-560102
This feature request aims to correct colors very quickly. - [ ] Add a combo-box at the top of the dock to select the source - [ ] The list...
Waveform calculation is the most slow part. Consider these ideas. - swap row and column - Multiplications in the loop might take time such as `(WV_SIZE-1 - b) * width*4`....
### Description The `-G` option is removed from the cmake command line on Windows. In current CI, it took 40 seconds to switch Visual Studio version, which I want to...
It would be great to have other layout options, in addition to the vertical stacking. For example, a two dimensional grid.
### Description This PR includes these changes. - cmake: Move generated files under build directory - .github(macOS): Fix condition to notarize and deprecated set-output - .github(Fedora): Update RPM build flow...
**Describe the solution you'd like** Adding the ability to have a 2X zoom for the vector scope would be fantastic. Color charts are only able to represent 50% saturation, so...