Earlier quoted context omitted.
This is why we need more design expertise in FOSS. Your form/function dichotomy is incorrect. You have software domain knowledge and experience working with spaghetti interfaces assembled by developers rather than designed by experts. You find them more functional because it fits your existing mental model of an interface. However, these interfaces are vastly less functional to everyone else. An interface that only f…
> This is why we need more design expertise in FOSS. The secret probably is having well defined roles: whoever writes the code shouldn't be involved in interface design and vice versa, unless they prove themselves good at it, as the two tasks require very different sets of skills. This is easily accomplished in commercial software writing where roles are defined and salaries paid, but in the FOSS world where everyone…
OBS – Open Broadcaster Software
91–100 of 249 posts
Re: OBS – Open Broadcaster Software
#92Earlier quoted context omitted.
Oh man that sounds like an awesome rig. I didn’t realize Nvidia Broadcast can reduce background noise like keystrokes until you mentioned it here. Does that really work? If so I now have a reason to buy a new GPU and finally use my cherry mx blues again.
I'd say that it works very well. So well in fact that as I reinstalled windows and watched F1 on Sunday I was surprised to see that Ferrari had managed to remove the engine sound from the drivers microphone, but at some cost to the clarity. Turns out the background noise removal was turned on for my output too.
Re: OBS – Open Broadcaster Software
#93Earlier quoted context omitted.
We need to find a way to better integrate UI/UX designers into open source.
We have actually just launched a user survey[1] today hoping to get some feedback about how people use OBS, with the goal of improving UX. No telemetry makes it difficult to get an idea of which features users actually use or find important. [1] https://obsproject.com/survey
Beyond the survey, are there usage logs we can share or limited telemetry we can opt into?
Re: OBS – Open Broadcaster Software
#94Earlier quoted context omitted.
> Does it have a freaking equalizer yet? > Seriously. I don't want to research plugins or pay for one of the most fundamental signal processing blocks. It’s amazing how often I see this “I am owed feature X” attitude… and I don’t get it. If it isn’t useful for you, then just don’t comment. OBS is a VST plugin host, so there are probably a million equalizers, but you seriously don’t want to research plugins.
OBS is a VST plugin host I had no idea. The idea of something other than a DAW being a VST host seems bonkers to me, yet in the case of OBS makes perfect sense.
It's doable, but it can be intimidating if you don't know exactly what you're looking at.
Re: OBS – Open Broadcaster Software
#95When I was half my age, OBS was unfathomable. I was shooting video on digital 8, editing in Final Cut Pro 4 which was the new hotness, and trying but failing to use DSS on my college network. Actual streaming at scale required a massive server and a massive license from RealNetworks. If I wanted to do anything with animation, it was all $$$$$ software. This all took place in a shared lab at my college with stuff I co…
We've come an incredibly long way since Genlock on the Commodore Amiga! I use OBS Studio with my Streamdeck, a Logitech Streamcam, NVIDIA Broadcast, a condenser microphone via a Steinberg XLR audio interface along with Elgato Key lights and iHue fill lights for my working from home office Google Meets. Startup and shut downs of the entire stack including launching into Google Meets are automated with the deck (one bu…
I also have a very similar setup. High quality webcam, high quality headset, and a few lights pointing into my face to offset the lighting in the room. I have Zoom configured to use original audio and turn off echo cancellation and most audio postprocessing as the headset pretty much does everything I need audio wise. I've even had my partner talking in the same room and others on my VC haven't heard a thing.
My webcam needs almost no touch-up. While I can stream at 1080p easily (and do so with friends over FFMpeg and an RTSP server), Zoom (and I'm guessing Meet) will frequently downsample your webcam output when in a VC with multiple participants to save on bandwidth. A 1:1 chat can have you streaming in full 1080p glory, but I don't ever need a post-processing layer atop my webcam.
The setup is as easy as me turning on my camera and putting on my headset. Make sure you are using Ethernet so you don't run into AP congestion, especially if you have others in the house doing VC as well. But yeah modern high quality VC is almost completely plug-and-play.
Re: OBS – Open Broadcaster Software
#96When I was half my age, OBS was unfathomable. I was shooting video on digital 8, editing in Final Cut Pro 4 which was the new hotness, and trying but failing to use DSS on my college network. Actual streaming at scale required a massive server and a massive license from RealNetworks. If I wanted to do anything with animation, it was all $$$$$ software. This all took place in a shared lab at my college with stuff I co…
Re: OBS – Open Broadcaster Software
#97I'm not a streamer, but I find OBS is great for other uses. The main things I use OBS for is: - Recording screen or window, while recording desktop audio and mic at the same time. - routing master windows audio through a compressor/limiter when listening to videos or streams that have poor leveling (though you need to install a virtual audio output in windows to do this - I found something called CABLE that works. Th…
> - Recording screen or window, while recording desktop audio and mic at the same time. FFMPEG alone (well, with the pulseaudio loopback) can do this. It can also stream to stuff like twitch with no extra software. OBS is great but I feel like it's overkill for a lot of what people do.
Re: OBS – Open Broadcaster Software
#98I remember having a subscription to xfire back in 2012, apparently the same year that OBS 1.0 was released. Having such a high quality piece of open source software as the defacto standard for video recording/streaming is quite nice alongside Audacity for audio recording.
Re: OBS – Open Broadcaster Software
#99Earlier quoted context omitted.
This is why we need more design expertise in FOSS. Your form/function dichotomy is incorrect. You have software domain knowledge and experience working with spaghetti interfaces assembled by developers rather than designed by experts. You find them more functional because it fits your existing mental model of an interface. However, these interfaces are vastly less functional to everyone else. An interface that only f…
> This is why we need more design expertise in FOSS. The secret probably is having well defined roles: whoever writes the code shouldn't be involved in interface design and vice versa, unless they prove themselves good at it, as the two tasks require very different sets of skills. This is easily accomplished in commercial software writing where roles are defined and salaries paid, but in the FOSS world where everyone…
Re: OBS – Open Broadcaster Software
#100Earlier quoted context omitted.
I'm normally one who vastly prefers function over form and UIs that get out of the way of someone who knows what they're doing instead of catering _strictly_ to the use cases of the lowest common denominator. But even I think the Calibre UI is pretty awful.
While I'm sort of rephrasing what DrewADesign said, I think, it's not a matter of "form over function" as much as the difference between a UI designed around the tasks to be done versus one designed around the underlying data/function models. The latter can be very "functional," but that doesn't necessarily make it a good interface. Calibre's UI isn't illogical or nonsensical, and it can do everything you probably wa…
That is, when designing something, and especially when there's nothing to yet dictate what the form should be, let function guide you to it.
If you were to ask "how should a table lamp be designed", I would point to its function -- to give diffuse light and allow switching it on and off -- as the primary guide. Make that work well. Don't let the form get a life of its own that will distract from the function. Rather, the form should serve the function and make it beautiful.