#plugins-and-tools
1 messages · Page 106 of 1
Just to clarify, you‘re looking to make a plugin, right?
Not necessarily - for my purposes it would be fine for the internal tool that needs this clock time to track it when sending the API call to OBS if that's possible but I'm open to the idea of a plugin if it's more generally useful or better somehow. Either way, I guess that would also likely force us into preferring API use from that point on (at least for all stream starts) since a manual restart of the stream from the OBS client would leave us with a wrongly associated start time otherwise.
Oh nvm, I think I'm talking about something slightly different. The FE API would only apply if I were writing a plugin and tracking said clock within the plugin it seems. I think what I had in mind instead is something more like triggering a remote stream start over the web with another plugin and then having the backend that triggered that also keep track of a running clock starting at the same time.
Would this OBS web socket plugin be the best way to accomplish that? https://obsproject.com/forum/resources/obs-websocket-remote-control-obs-studio-from-websockets.466/
Ah, I see, thanks!
Interestingly, the page permissions menu already states that advanced access to OBS can change scenes, but I guess that message was added pre-emptively then...
Unfortunately, yes - I missed it initially
@boreal hearth That worked! Thank you so much
So maybe someone can help - I have Zoom Rooms when I start the NDI it doesnt output any audio only video, maybe someone can help me
How accurate does it need to be? There's a few "write timestamp to file" plugins which will write out to a text file
A remake of the ObsInfoPlugin (https://obsproject.com/forum/resources/obsinfoplugin.172/) for obs-studio.
This plugin writes a timestamp to a textfile that you can use to mark specific events for later editing of your videos or streams...
This could probably be easily modified for more accuracy.
Heijo, does anybody here have experience with zoom rooms and obs? My friend and I are trying to create a conference where speakers will join zoom rooms and it will be live streamed to Facebook and Instagram
Everything works fine (the audio and sound) but the moment NDI is started OBS doesn't get any sound from zoom rooms
So does anybody have any idea why it's doing that? Why does the sound suddenly disappear when NDI is started?
I will be grateful for any tips or ideas :)
Accuracy should be sub-second but won't matter too much beyond that - the closer the better in which case a file might not work. There would have to be a web component to this one way or another to inform the appropriate backend that needs to know the time mark.
Yeah websockets and hooking the start event is probably your best bet then, as suggested.
Thanks all!
So im trying to install Reaplugins and its not working it says Error opening file for writing
Good afternoon: i am trying to see if i can use facetracker as a channel point for my community to use during certain moments. Can this be done? If so whats the easiest way? Thanks in advanced
Temporarily disable your antivirus software (and update it if it isn't updated)
hello i'm using obswebsocket to rearrange the displayed scene on my stream, most of whats on screen are VLC sources of RTSP streams, and every time i rearrange the items on screen it seems like there is a random chance of the CPU shooting up to 90%+ ... is there any debugging that would tell me what is causing the CPU to do this?
there is the rule of something something. whenever you have a lot of one thing and pick a random item, you are likely going to get that something.
so just break into the program, 99.999 % of the time, you will end up in a hot path (or a wait)
Can anyone help me with setting obs plugin face tracker as a channel point? Is this possible without a stream deck?
For some reason does the spectralizer plugin always resize itself whenever I start OBS again.
Like the ones I set are suddenly much smaller or larger than when I closed the programm....
If OBS crashes during exit it may not save the configuration. It's a good idea whenever changing any aspect of the configuration to then switch scenes and back, which forces the configuration to be saved apparently. If that isn't the problem, then it is possible that one of your sources has a default 0x0 size which can cause some filters to not work properly on startup. If that is the case you can override their auto-sizing in the transform dialog to specify their bounds manually, which will usually work around this sort of problem.
An example of this is doing a game capture without any game running. The OBS source will show up as a red square in the upper left with no dimensions (0x0px), and filters applied won't really work properly at least until it has dimensions.
the issue I encounter is not from crashing and I also don't use a filter of any sorts.
All I did was add a spectralizer from the plugin with the same name, set its shape to circle and resized it in the studio itself. Nothing else.
can anyone tell me where i'd go for help with obs websocket? i seem to be hitting an issue with CPU spiking when my scripts are using ReorderSceneItems ... just curious what the limitations are of it, i have around 100 scene items if I shuffle around items that are all next to each other in the layer list i'm fine, but if I move stuff further around there seems to be a random chance of the CPU spiking to 100% and not recovering
Anyone Familiar with a plug-in capable of reading midi inputs for OBS?
I would like to use midi data to execute scene switches
HI
I’m considering building a image-to-text translation tool. Something that works similar to those translation websites where you upload an image, choose the “from Language to other language” (eg “from Korean to English”) option, then the website spits out an image with the Korean text replaced by English text. Before I go reinvent the wheel, do any OBS plugins like this exist?
I don't think there is such a plugin for OBS. This article looks the same thing you want to do.
https://stackoverflow.com/questions/55864694/ocr-replace-recognized-text-with-its-translation-like-google-translate
Ah that’s definitely a thing to consider, thanks! I know of a different project that uses google translate, but I’m going to try libretranslate running locally so it can operate a bit faster & without cost
that reminds me, how is the progress on that hotkey rewrite project? the one that let you bind triggers to actions, by that midi control guy
That version of obs-websocket takes a bunch of work to move scene items. The further you move them, the more work it takes. Multiply that by 100 and I'm not surprised it's taking a long time.
You would likely get some performance improvements in v5, but I would more recommend finding a different method to do what you are doing
thanks for the reply! im not actually shuffling around all 100 items, it seems to occur when i move one item from the middle of the pack all the way to the bottom that it gives me random CPU spikes... do you recommend i give v5 a try? what would be a better method? basically what im trying to do is take an RTSP stream VLC source and move it to behind the jpg i have as the "background" image of the stream thats near the bottom of the list so that i still have the VLC source's audio but have the video hidden
do you recommend i give v5 a try?
I mean, I guess? It uses a more efficient method but I haven't compared them to really say what would change
hello, has anyone had a problem with win-capture-audio where it crashes your games?
Wow...
I haven't no. Are you using the latest version of the plugin?
And what game? Usually when a game crashes in relation to OBS it's more on the game side as the fault
yes and I just figured out that it only crashes games when I set up the game audio for it
Any game? or only specific ones?
If you can boil it down specific to the plugin it would be better to let the creator know in the forums/github for it
most games i play like apex legends (i notice it mostly in horizon zero dawn)
okay will do thank you
The plugin is in beta, and the feature is being added to OBS natively in the future, so providing details about issues is helpful
to obs devs or the plug in devs (or both lol)
also have they mentioned a time frame of when they will add it natively to OBS?
Plug-in, though I will leave this here https://github.com/bozbez/win-capture-audio/issues/96#issuecomment-1004078164
I can't say for sure when it will be added, I believe it was planned for 27.2 but IDK if that's still the case
fingers crossed lol
This is the PR for the process https://github.com/obsproject/obs-studio/pull/5218
Hello, any idea how to make source mask fade like the scene does, instead of abruptly appear/disappear?
@obsidian crane right-click > show transition > fade
right click where? (Filter/Source/Scene/preview)
@obsidian crane source
The filter is on a scene...
@obsidian crane are you trying to make a transition from no mask enabled to a mask being enabled?
in that case, you might have to use streamFX source mirror: add the mask to the source mirror, manually hide one of the sources, then toggle visibility of both sources with a single hotkey
Transition frome a scene with no mask to a scene with mask. As of now, everything appears, and then after all, the mask appears (it simulates 3D, but the sudden appearance ruins everything)
how about you just use a scene transition from the scene transitions dock, then?
That is what I do, and whatever the transition, same thing, as if the filter is applied after all...
@obsidian crane uh, no idea how to fix that one, sorry
try asking again later, or try the obsproject forums
well, if I figure it out, I'll let you guys know
Is it possible then, to add a Hide/show transition?
Or add the mask filter as a source, instead of a filter?
(btw, I tried with transparency, but to no use, not as neat)
@obsidian crane you can't add a transition to a filter, only to a source, but you can have two sources with different filters and simultaneously fade one in and one out
That one I use already...
already using a source mirror?
to make the dark in the screen you see in the bottom right corner transparent, and go back and forth from transparent to opaque
but in your video, that transition is happening instantaneously
Well, I was not trying to showthat part, if you want I can also send a clip of that
Is it possible then to add a filter mask from an animated gif, or what ever? I would then make the fade in the video itself....
@obsidian crane that would require a dynamic mask, which is also part of streamFX
... well, I'll give it a try, thx a lot!
hi
Which OBS plugin?
I mean, it's you who's asking about it, whatever it is 😄
Do you have a link to where you downloaded it from?
That doesn't sound like any kind of OBS plugin I've ever heard of.
Websockets, got it.
What are you installing it for?
To use with a remote control app?
i am installing it for a replay buffer thing
Are you on Windows?
yea
Just grab the one with "Windows-Installer" in the name, and run that.
It should take care of everything automatically at that point.
i did
i installed the thing
and used the installer to install a new thing
but the websocket isnt working
What specifically isn't working?
im not sure. what is obs supposed to look like with it?
Well it doesn't look like anything, websockets is mostly a backend plugin. There's a few options in the tools menu, but that's about it.
like what options
The websockets plugin lets you control OBS remotely, I'm not sure what kind of thing you're trying to do that it would be required for a replay buffer.
We have a built-in replay buffer that you don't need a plugin for.
so there is an game that in order for me to have it record highlights i need the plugin to connect it to the game, thats what the devs of the game told me
Which game? Is there a guide they sent you, that you can send me so I can see what they're trying to accomplish there?
Thanks, give me a moment while I look over this and see what exactly they're looking to do here.
A current log file is required to help fix your issue. Please post a link to your current log file.
- In OBS select Help > Log Files > Upload Current Log File.
- Click Copy URL and then paste the link here.
Do that for me from OBS
- Capture Interference
- Windows 10 20H2 (OK)
- Not Admin
- No Output Session
AMD Ryzen 5 4600H - OK! / GeForce GTX 1650 - OK!
Ok, I don't see OBS Websockets loading in that log file. Have you restarted OBS since installing it?
yep
I also see that you have norton, which is notorious for being, frankly, absolute crap and causing more issues than it solves.
mhm
It often blocks OBS from loading properly, and from being able to install plugins.
Is OBS installed in the default location in program files?
The only thing I can think of at that point then is that norton is blocking OBS from loading the plugin, or it deleted it when it was installed.
But I don't use norton, so I don't know how you can even check that.
so you dont know how i can make it not reject the plugin?
I don't offhand, it's the only thing I can think of though, if you just used the installer it will place everything in the correct location automatically.
You can close OBS, and try running the plugin installer again, then check Norton for any alerts about deleted files.
it says i have it right here
That's a zip file, not the installer.
Alright, let's go step by step here then
ok
go to C:\Program Files\ and make sure you see a folder called obs-studio, then open it.
its there
you should see three folders in there, bin, data, and obs-plugins, can you confirm that?
yep
there is also a fourth
what is the fourth?
"uninstall"
Oh, yeah that's normal.
what do you want me to do now? open the installer?
Yeah, open the installer, and hit next until you get to this page
Verify that's exactly what it lists as the path
If it says anything different, you'll want to modify it so it says exactly that
it doesnt show that page
You don't get that when you click next?
i click agree then i see the install button
Well that's odd.
@wary wasp What would cause the websockets installer to not provide the location for install?
the file name is exactly obs-websocket-4.9.1-compat-Windows-Installer.exe yes?
yea
Might have to wait for tt to be back to answer why the installer wouldn't prompt for the install location. It might be installing somewhere it shouldn't be.
ok
the first time i installed it it did ask
i think i chose the same thing just on data d not c
Oh, well that's why it's not working then.
It has to be installed on c, in the same place as OBS.
Ok so this might be easy then
oh ok
Just go to d, look for the obs-studio folder, and then copy it to c:\program files
and just merge the folders
Go ahead and launch OBS and post a log again
- Capture Interference
- Windows 10 20H2 (OK)
- Not Admin
- No Output Session
AMD Ryzen 5 4600H - OK! / GeForce GTX 1650 - OK!
Hm, nope, still not loaded.
weird
You merged the folders, right? And didn't accidentally copy obs-studio inside of obs-studio?
wdym by merge
When you copied obs-studio from D to C, you should have been prompted like this: https://pub.rachni.com/img/explorer_2022-01-15_00-46-24.png
Or similar
the installer?
Well, hm, maybe not if nothing actually matches, but double check that you didn't put obs-studio inside obs-studio
no, not the installer.
ok thats what i thought
Alright you should be able to just uninstall websockets from the control panel then
under add/remove programs
And hopefully when running the install again, it asks for the location and you can select c this time.
where is the control panel
Just press the start menu, type in "programs" and look for the option that says add or remove programs, or similar.
in file explorer?
no, in the start menu
of what
Ok, never mind thast
sorry for all the questions
yep
type appwiz.cpl in there and hit enter
it should open up the list
then just look for obs-websockets and uninstall like normal.
done
Ok, now rerun the installer and let's hope it prompts for the location this time.
it worked! it asked me where i wanted it
Ok! So just make sure it says C:\Program Files\obs-studio
and then next and install
(and make sure OBS is closed)
thanks you so much for your time!
Now you should be able to set the password and follow the rest of the guide for setting it up in-game :)
thank you
Sorry, we just added duplicate message protection to the bot
It's a bit overly aggressive right now :)
Nah, it has a 5 minute timer, and you say "yep" already
yea
It probably needs a bit more tweaking, I've turned it off for now.
You too!
It's not aggressive, it's hungry.
Bbpoke
Hello. I have been looking for a plugin that acts like a radio button for sources
So if I have a group with 10 sources, clicking one will automatically hide all others.
I know I've seen it before but for the life of me can't find it again. 😦
Don't know the name, but I know I've seen a plugin like that in one of the YouTuber's videos before, so you may start looking there?
Ya! It was the bubbly guy with long hair. Haha I knew I should have keep notes when researching! I've been going through his videos all morning trying to find it 🙂
What was his name on YouTube?
nutty with a lower case n
anyone having troubles with downloading the shader filters
https://www.youtube.com/watch?v=-JGtRaphidA
Source Toggler - 1st Plugin, 2nd Chapter
Bogart thank you. If you ever see me again I will be happy to sketch you a drawing in thanks
Nope, works fine here.
how do I add backgrounds
Have a background, add it as an image/media source
Well, that would be as a static image or video.... not as a plugin. 🙂
To add a background as a plugin, it depends on what plugin you're using. If it is StreamFX, the Shader Source can be used to load a shader as a background source. If it is OBS Shaderfilter, you can use the OBS Color Source as a dummy source (any color) then apply the shader filter to it which will overwrite the default color with the shader pattern/animation or whatever.
Not everybody who asks about stuff in here actually needs a plugin, they just don't know where to ask.
It depends on what plugin you are using though.
I don't assume what people know or don't know.
Neither do I, so I wait until they clarify before bombarding them with information that they mightn't actually need ;-)
I bombard them with information that they may not need, and they can decide. 🙂
Sure, but it's a great way to confuse people, make things seem overly complex, lead them to believe that only the complex method gets them the potentially simple answer they want
So in that spirit, why don't we just ask
@storm sonnet what kind of background do you need?
You can load images with Shaderfilter as textures. #JustSaying
One thing that's quite fun I find, is converting some of the cool Shadertoy shaders that are animated background type art or FX to work with one of the shader plugins. Can get some pretty wild cool backgrounds that are quite unique as not very many people out there play around with them.
is there a plugin to help show whats next in an image slideshow?
Probably not, but you could create an image slideshow using a web page in Browser Source and use Javascript to do something like that.
what do i do with that
Well, visit the page, click "Get It", set it up with your Twitch chat details, then follow the instructions it gives
When you click "Generate", it gives you a URL that you paste into an OBS Browser Source
ok so how do i make it chat now?
yes i see, i dont know how to make the browser my chat
You paste the URL that the Kapchat page gave you into the Browser Source
OHHH, wait
You want the Twitch Chat to show over the top of your actual game, not in OBS, right?
ye
I'll send the link to the software in #off-topic since it's not OBS-related
@weak escarp Looking at the scene collection manager I see good things but sorta confused where the "backups" go/are.
is it possible to get the obs output in a window, so that i can screen share it in applications like discord or zoom, as a screen share not as virtual camera?
Right click the preview region and choose windowed projector
closest you might get outside of virtual camera.
Hi! i downloaded the Stream Elements S.E live plug in last night and everything is okay, apart from my sound redeems (blerps) are doubled, is there anything i can do without uninstalling?
wrong server https://strms.net/discord
Is there a way to access and modify non async sources at frame level like it is possible with async video filters for async sources?
while downloading the win-capture-audio v2.1.0 all of my audio is working and captures amazing except for my Xbox app so my stream cant hear my friends
@ripe kernel depends on what's your idea of "modify"
filters that are exclusive to async sources are exclusive because there's no way to make them work non-async, but if you want pixel shaders, those can be used with the obs-shaderfilter plugin or the streamfx plugin
how do i put a overlay on obs i have it all installed
That's a question for #stream-setup
Is Exeldro's Source Switcher 2.0 available, otherwise; How do I set up the switching hotkeys or some other way of manual triggering? (Source switcher 0.3)
Can somebody help with Source Record? The recording of the source only comes out as a 1 second video, even though I was recording for 20 minutes.
NVENC?
is there a plugin that will detect a "no signal" situation on an HDMI capture? I'm looking to be able to run a script or notify streamdeck (bitfocus companion) when the source becomes available. This is for a headless conference room where the users are plugging their laptop in and would like it to switch up to the main screen when that happens (program output)
Yes, since I was told that NVENC (new) isn't supported.
Thank you very much for your response! Sometimes I get the feeling that my questions are too dumb to get answered. Regarding the problem: Well, it almost appears to be not possible. Pixel Shader won't do the trick, I guess. I'd need a way to get the current frame in an RGBA representation modify it on the CPU and put it back to the graphics system. If there is any way to achieve that I'd be very happy to know. But it's probably not possible as the frame hasn't actually been rendered at that point, I think. I tried to figure out how the image source and crop plug-ins work and thought it'd help me to get my idea to work. Unfortunately I haven't come that far yet. I'm pretty new to graphics APIs and that stuff.
i installed obs virtual camera but when i click tools it doesnt show up
ok i fixed by updating to latest version because i was not on it
How many source records did you have open?
@ripe kernel if you're not a graphics programmer, you're probably going to have a very tough time
you could try maybe asking in #development, or reading obs-shaderfilter's source code, i don't think i can help with either
We'll see. Thanks for the advice anyways! :)
Modify in what way, and can you give an example of particular sources and use case? It might help to be able to offer suggestions if we know more detail about what it is that you're trying to do.
You mention reading the current frame in RGBA, modifying it and outputting it, which is exactly what a pixel shader can do. You mention you can't use a pixel shader but do not provide enough detail of what you're doing to know whether it is doable in a pixel (or vertex) shader or not, or some other solution. If you can elaborate with less abstraction it might be helpful to get a better view of the problem you're trying to solve.
Where can I find Dynamic filter? Its not listed as an option in my media source effect filter. Help
I believe that requires streamfx plugin
!streamfx
If you are looking for more information or support for the StreamFX plugin, please visit the forum resource page.
Looking into that now.
Any clue how to install?
The wiki explains it
I'll give it another try.
Thanks got it.
Is it possible to use a camera filter on one scene and not another? Scene 1 (no camera filter) and Scene 2 (with camera filter). When I add a filter it applies to all scenes for some reason. FYI i only have one camera.
You can use a nested scene for that.
Since nested scenes are just the original scenes themselves, surely that doesn't work? Or perhaps I've always done it wrong.
I've always needed StreamFX' Source Mirrors pointing at a scene to achieve that
you add the webcam to a scene of its own, then add the nested scene in locations where you want to apply filters, and apply filters to the nested scene. wherever you want it unfiltered just add the video capture device source itself
If you need multiple filters, use multiple scenes
It's not "elegant" or anything, but it works just fine.
streamfx source mirrors are a lot more convenient for this
Source Mirror is usually the best solution for things it works with. For other things, having say CamScenePlain and nesting that into CamSceneWithFIlter and applying the filter(s) to the CamSceneWithFilter scene itself, then nesting either of those scenes in other scenes where you desire with or without filter.
Another way some people might do it is to use the OBS Groups feature and put the unfiltered source or scene inside the group and apply filters to the group. While this solution looks cleaner than nested scenes, the Groups feature has had a tonne of bugs and issues all along, some of which have lead to corruption of the configuration and other unpleasantries. Some of those issues have been fixed over time but I believe there are still a number of them remaining so I wouldn't recommend Groups. Source Mirror and/or nested scenes are definitely the best approach IMHO.
Thanks! Super helpful community. Although most of these tips are new to me, the guidance points me to where to learn. @hard jay @strong tulip @dark sapphire @untold jay @quiet bramble
Sure, I'm glad someone cares for my problem and asks for the details. 🙂 I want to integrate an image stabilizer/smoother build with OpenCV. The implementation is actually quite simple and therefore maybe not perfect but that's something else. I don't know much about the shader mechanisms yet but that eventually means that there had to be a way to compile them with C/C++ code. As little as my knowledge about graphics APIs is I don't think that's possible, is it? 😬
Ah, I've looked at OpenCV a few times but never used it. Got a bunch of free OpenCV books on Packt Publishing. You might want to look there and see if they still have any for free. I wanted to explore using OpenCV for motion tracking arbitrary objects in OBS and overlaying 2D and 3D objects on them. Kind of like face tracking plugins except it'd be an anything tracking plugin. It quickly got pretty deep though. I also had someone tell me OpenCV was pretty slow and there were better more performant options out there but I am unfamiliar with them.
I wonder if the Nvidia Broadcast APIs have anything like that built in.
I use OpenCV on a daily basis , and while there might be faster options out there, it is still a very versatile library with a lot of useful algorithms. The problem is how do I integrate it in OBS.
Anyways, you have given me an idea. That face tracking plugin you mentioned. The devs must have found a way to integrate their stuff, too. Perhaps it's worth taking a look at it.
Thanks! 🙂
Hey there ! I developped a tool to change titles from different platforms all at once and did a specific display to dock it into OBS. But every time i open OBS the session is lost and the user has to login again, which is highly impractical. Any idea how i could solve it ? 🙂
https://multistream-tools.live/
how are you saving the session? cookies? localstorage?
cookies
when do the cookies expire?
yep, you need to set an actual expiry date
currently they expire the moment the browser is closed
ok i understand now, i didn't detect the behavior because using chrome it never expires that way
thanks for ur help
i think with Chrome it requires a full browser shutdown? unsure.
in chrome the cookie apparently never expires ^^
hello, Im trying to download obs ndi but it never shows up in tools section. can anyone help me?
A current log file is required to help fix your issue. Please post a link to your current log file.
- In OBS select Help > Log Files > Upload Current Log File.
- Click Copy URL and then paste the link here.
- Windows 10 21H1 (OK)
- Not Admin
- No Output Session
AMD Athlon II X4 640 - Below minimum requirements / GeForce GTX 750 - OK!
One
Woah bruh... Athlon X4?!?! Dam dude, that's rough
@tardy tree NDI does not support your CPU unfortunately
It requires SSSE3 instruction set
AMD FX-81xxx or newer CPUs
thank you
is there a virtual cam but for microphones? I want to use my mic with its filters i set up in obs in other apps (discord, game chat)
Not at the moment
!vbcable @glacial imp
@glacial imp
- Install VB-Audio CABLE. (A reboot is not required)
- In OBS Studio, go to Settings > Audio and select "CABLE Input" as your Monitoring Device
- Go to Edit > Advanced Audio Properties and enable Audio Monitoring for the audio sources you'd like to stream to Discord.
- In Discord, in Voice & Video settings, select "CABLE Output" instead of your microphone under "Input device".
Now anything you monitor in OBS Studio will be streamed to Discord. Similar steps will work with other conferencing apps, such as Microsoft Teams or Slack.
You can use Voicemeeter Banana for that, having all your audio route into Voicemeeter and then out to OBS/Discord/speakers/headphones.
!vac
How to exclude or separate audio sources for a stream or recording: https://obsproject.com/forum/resources/8/
For a more advanced setup, check out our guide on Voicemeeter Banana
!vcamremove
To uninstall VirtualCam on Windows:
- Navigate to:
C:\Program Files\obs-studio\data\obs-plugins\win-dshow - Right click
virtualcam-uninstall.bat, and Run as Administrator.
If you have OBS installed in a different directory (or in portable mode), right click your OBS shortcut and choose "Open file location" to track down the location of the obs-studio directory.
i genuinely need help with my filters/effect filters, most of them don't work "no properties available" i downloaded "move transition" plugin months ago, i just never said anything until now
now i need it
A current log file is required to help fix your issue. Please post a link to your current log file.
- In OBS select Help > Log Files > Upload Current Log File.
- Click Copy URL and then paste the link here.
- Multiple Game Capture
- Windows 10 21H1 (OK)
- No Output Session
- Windows 10 Game Mode
AMD Ryzen 7 3700X - OK! / GeForce RTX 2060 SUPER - OK!
Move transition plugin seems to be loaded correct according the log file
is there another plugin i can use for colorkey?
i been searching for hours
@weak escarp
color key filter is in the vanilla OBS isntall, you don't need a plugin for it
thats the problem, when i installed "move transition" my old filters broke
i tried uninstalling and they still remain on my OBS
"Failed to create source 'ChromaKeyFilter'!"
yeah i see it
But the obs-filters.dll looks to be loaded, strange
the move transition plugin shouldn't be able to fuck with the obs-filters.dll, no?
Normally not
i wouldnt have thought so, i watched youtube videos and thiers works fine
to be clear, removing the move-transition plugin doesn't return the filters to normal?
no it doesnt, im stuck with these filters
even after a clean reinstall of OBS?
In the log the move transition plugin is not removed
also that
i was honestly afraid to do a clean reistall of OBS because i have alot of scenes that took over a motnh to get right
so what files do i remove, i guess i could try it again
you can always export your scene collection, that'll create a backup file for it that you can always import back in if something got fucked
do the same for your profile, this way we're sure you're safe before we start fucking around
Remove move-transition.dll if you only want to remove that plugin
in program files?
i will try that before a clean re-install
i just backed up my scenes
normally if you don't select "remove user settings" when uninstalling, everything should be preserved, but yeah better triple safe than sorry
- Multiple Game Capture
- Windows 10 21H1 (OK)
- No Output Session
- Windows 10 Game Mode
AMD Ryzen 7 3700X - OK! / GeForce RTX 2060 SUPER - OK!
That log still says move transition loaded
hmmm...
that log is the exact same as the previous one
@clever aurora close OBS, reopen it, and then post a log
- Multiple Game Capture
- Windows 10 21H1 (OK)
- No Output Session
- Windows 10 Game Mode
AMD Ryzen 7 3700X - OK! / GeForce RTX 2060 SUPER - OK!
Failed to load 'en-US' text for module: 'obs-filters.dll'
Isnt that usually a message that's given if you delete the stuff from the ui folder?
i have no idea, i dont know much about this stuff
so data > obs-plugins
When you install an addon, there's two sets of files. One for data > obs-plugins and one for obs-plugins > 64bit (or 32).
If you run a plugin (the 64bit folder) without the files it references (in obs-plugins) u usually get errors like that
If obs-filters is a default plugin, reinstall OBS.
yeah, problem is here, obs-filters isn't an addon, it's in base install
If not, reinstall the plugin.
Then a clean install should install the required files again
yeah i might have to do fresh install... i literally have no idea why
You'll obviously need to get your other plugins again.
i backed up my scenes twice, on USB too
(Like move transition etc)
This isn't a scene thing.
Scene Collections are stored in user windows.
This is under program files.
yeah but if im doing a fresh install, i need it backed up
no you do not.
Reinstalling OBS does not delete your scene collection.
But it is always recommended to back it up, of course.
alright
The things lost when reinstalling OBS:
Themes
Plugins
Things that should not disappear when reinstalling obs (unless you select it to delete them):
Scene Collections
Profiles
thanks, i will try it now
genius
thank you everyone, i will leave you alone now, mystery has been solved
Happy to help, glad it worked 
really really appreciate the help you have no idea
👍
oh
I installed OBS in portable mode in my Google drive. I can't seem to install websockets to the portable version. Is this possible?
Rather than use the installer program, you would use the zip version and place the files in the appropriate location
!plugins
How to install plugins: https://obsproject.com/forum/resources/421/
List of available plugins: https://obsproject.com/forum/resources/categories/6/
I'll take a look again. I tried this, but i'm probably doing it wrong.
Yep I was doing it wrong. Thanks for the help @strong tulip
np
If you need help or have questions about OBS, check out our #support-portal first!
Any plugins for stopping music suppression?
one question: is there any pluging that helps to get audio not from desk but from a main source such as zara radio, music programs??
To capture audio from selected applications only, similar to Discord, you can try the new OBS audio capture plugin (Windows 10 2004 and above only)
Play the music through a program, capture it with that
👍 thank you
@winged canopy By the way, use the 2.0 version, not 2.1
ok... I already installed the 2.1 I have windows 11
2.1 is prone to crashes.
is there any way at all to modulate video filters with sound (ie make screen shake when theres lots of bass)
@mortal harbor i think it's called "audio move" or something like that, from the move transition plugin
Need help with OBS anyone there?
I am also asking for help In the #audio-support, nobody answering yet
it's called "audio move" or something
Did you mean "Scale To Sound" plugin?
https://obsproject.com/forum/resources/scale-to-sound.1336/
Anyone?
You asked for support in #windows-support, you've been responded to
I think so. Just type your question at appropriate channel.
Wanna install vst plugins but I can't find the "VST plugins" folder in C
to paste those .dll files
(I use windows btw)
!vst
OBS Studio supports most VST2 plugins. More information can be found here, including restrictions and plugin install paths: https://obsproject.com/wiki/Filters-Guide#vst-plugin
Check the guide, it has a list of directories where OBS looks
If a directory doesn't exist, create it (ideally one in your user folder)
Idk how to do that
Is it there in that guide?
You don't know how to right click -> New Folder -> name it properly? O_o
I mean Ik that
Looks like the best place to make it is in C:\Program Files
Yeah
Create a folder in there called VSTPlugins
What after that?
Paste DLL files into that directory.
Okay it worked, many thanks you both
No problemo
idk
try turning it off and on again
"idk" seems like a hugely unhelpful bit of advice
🤨
Does anyone know of a tool to show likes and retweets and new tweets on my stream? Like i want to show when people like the going live tweet and retweet or if a charity tweet goes out to show it automatically on stream
Depends what you mean by "music suppression".
OBS automatically suppressing music in a video
What do you mean by supressing?
Maybe is clipping?
OBS does not to any noise suppression / filtering on its own by default
The voices in the VHS come out fine, but the music sounds like it's being suppressed. It doesn't sound like that anywhere else I've played the tape.
A current log file is required to help fix your issue. Please post a link to your current log file.
- In OBS select Help > Log Files > Upload Current Log File.
- Click Copy URL and then paste the link here.
Sounds like missing stereo channel or cancellation
How does someone add their activity feed from streamelements onto their OBS program to see while streaming
I just switched over from SLOBS yesterday
with a custom browser dock. You find the URL of the activity feed, and in View > docks > custom browser docks, add one with that url
Just figured it out, ty!
👍
It's impossible to remove music from a single track of audio that contains mixed voice/music/game/whatever, so if that's what you're looking for then no it isn't even possible at least not with the current level of machine learning technology. Maybe 10 more generations of Nvidia GPU's machine learning will be able to do that but that wont be for 20 years or so if it is even possible then. If you want to for example broadcast one audio mix that includes music and another that does not include music you can not separate them once they are mixed. You need to record the individual audio tracks into the recording with a different mix than what is being broadcast. OBS also has a built in feature that is used by Twitch, where putting audio on track 6 (if I remember correectly), it will be present in the live video broadcast, but Twitch wont include it in their recorded VODs. Assuming that's what you're doing. With the individual audio tracks recorded tracks in your local recording, you can have track 1 as your master mixdown of all the tracks you want audible by default in the local recording, and put individual audio such as music on a different track or disable the recording of it.
If you need help with any of that, go to the #audio-support channel in HELP & SUPPORT.
is there any plugin that allows me to upload scene collections/profiles to a git repo/drive/whatever? I'm really struggling in syncing these across multiple computers
Do you know if VHS has them combined or separated tracks for music and voices? The one I'm testing with is from 1993.
vhs? like cassette tapes? No. they have normal stereo sound.
unless you hear wildly different things in the left and right channel, it's mixed together.
In the last couple of years there's been a few DJ and music producer apps that do precisely that - analyse mixed music and either mute or isolate certain parts within it like vocals, leads, bass, percussion, etc, some better than others, and source material quality make a difference too, so the option is there to tinker with tracks and see at what point they are no longer recognised by copyright bots.
That is not the same thing at all. That software works with stereo music and analyzes both channels of audio to see what is different in each channel and use sum and difference algorithms as well as other algorithms to try to remove out of phase signals by subtracting them from each other etc. A program like Riffstation Pro (which I use personally, now discontinued) for example. This is not the same thing as taking say, a Livestream with mixed game sounds, streamer's mic, and background music, and individually and flawlessly eliminating just the background music. That is literally impossible in 2021 no matter what software you have.
We're not talking about removing vocals from an isolated stereo music track by reversing the phase of the common stereo signal and subtracting the audio or tricks like that.
The person asked about removing music entirely from a video, not removing the vocals from an isolated song.
However, if anyone knows categorically of some software out there in existence that can take a live stream stereo audio track for example and lift the music cleanly out of it, then I stand corrected and look forward to hearing about the amazing technology as it would be a one-up over and above Nvidia Broadcast machine learning tech like RTX Voice and then some. Please do tell. 🙂
So I have been able to get SRT good on MPV windows but not on Linux/ Ubuntu 20.04 any trick to that?
🤷♂️
@nocturne remnant the order might matter, srt output in obs-studio is fairly volatile, try starting mpv before you start streaming
command 1 hack1 comand 2 hack2 command 4 atob
command 1 hack1 comand 2 hack2 command 4 atob
command 1 hack1 comand 2 hack2 command 4 atob
command 1 hack1 comand 2 hack2 command 4 atob
command 1 hack1 comand 2 hack2 command 4 atob
Please stop shitposting @wheat steppe
<@&715347355565817879> for our friend @wheat steppe, also in #windows-support
Hey, guys. New here and sorry if this is the wrong place to ask, but is there a plugin I can use on Discord that makes a image/source pulse to the music you're currently playing?
Yes, there is
@sweet gyro https://www.youtube.com/watch?v=mEa1Aedb-1A
It's called "Scale To Sound"
And you can find it here
https://obsproject.com/forum/resources/scale-to-sound.1336/
Awesome! I'll check this out later. Thank you so much. :)
Also, is there a plugin where I can make the same source/image rock or twist left and right?
@sweet gyro Pretty sure there is, but I don't know the name - I THINK Move Transition does that, but I never bothered to tinker with it long enough to get it to do what I wanted, so I uninstalled it
Ah, well. Well, I was thinking of something that animates in place rather than a transition, so I guess an animated gif will have to do.
Thanks anyway. 🙂
Move Source filter can change the rotation of a source. It is part of the move transition plugin.
If I run- mpv srt://127.0.0.1:10000 I get: [ffmpeg] Protocol not found. Make sure ffmpeg/Libav is compiled with networking support.
Failed to open srt://127.0.0.1:10000.
This is with the latest compile from the git master, when I just had sudo install mpv, I got: No protocol handler found to open URL srt://127.0.0.1:10000
The protocol is either unsupported, or was disabled at compile-time.
My version of ffmpeg has libsrt but looks like mpv uses its own version of ffmpeg?
If you try to connect to an srt with reconnect on, and it fails, itll endlessly try to reconnect and you can't force close it (it'll be stuck on Stopping streaming...). As with many things in OBS you need to kill in task manager. At least that's my experience.
I have noticed that. On Linux with this problem.. SRT to MPV works good on Windows...
Only noticed cus I was looking for alternatives to using obs's built in Decklink/plugin ndi. Because those don't hold audio/video sync in any scenario.
CasparCG and Vmix will play out Decklink
@nocturne remnant compile mpv with srt support, then? ffmpeg is statically linked at compile time, so any ffmpeg features that aren't built won't be available to mpv, mpv doesn't use system ffmpeg on windows
I was having issues with the Standard Slideshow Source (size limitations to 20). For anyone who may be interested, you can combine your slideshows with Exeldros Source SlideShow. Allows you to have one slide show with an unlimited amount of images/directories.
Hey so recently I've tried installing the NVFBC plugin via flatpak, but the plugin appears to not work? Can anyone be of assistance?
A current log file is required to help fix your issue. Please post a link to your current log file.
- In OBS select Help > Log Files > Upload Current Log File.
- Click Copy URL and then paste the link here.
- No Output Session
AMD Ryzen 7 3700X - OK! / GeForce RTX 3070 - OK!
yeah, I think that's your answer here
You need the proprietary drivers installed for NVFBC iirc.
There might be some additional stuff on top of that
@craggy lava you forgot this https://github.com/keylase/nvidia-patch/
I cannot change the OBS WEBSOCKET password. It keeps going back to some other one and not saving a new one.
- Wrong Color Format
- Old Version (27.0.1)
- Mismatched Sample Rates
- Windows 10 20H2 (OK)
- No Output Session
AMD Ryzen 7 3800XT - OK! / GeForce RTX 3070 - OK!
I dont really see anything out of the ordinary. What are you doing to try to change the password?
12:44:10.234: [obs-websocket] WSServer::start: Not locked to IPv4 bindings
12:44:21.231: [obs-websocket] WSServer::start: server already on this port and protocol mode. no restart needed
At least I dont think thats a problem...
I go to this box, and try to put in a new password, click save, come back to the window, and there's a different length of characters in the box.
that dosent matter 🙂
that's normal
how are you testing the password?
i wish all password fields just showed you nothing, that way people wouldn't freak out when they didn't see asterisks or black dots
I am using something called Lioranboard which connects via websocket, or should, but wont.
I would freak out cus I would think that the password was not set 😅
How do i verify the password change has ocurred if it shows the wrong amount of characters then?
I think the password is being set correctly, and that its more likely that something else is wrong. Is lioranboard running on the same device as OBS?
Do you get an error from lioranboard?
The error is that the password is bad
but if theres no way to verify that the password change has ocurred, then I cant narrow it down.
so uh i need help with twitch because there's like a loop in OBS and idk what to do about it
are you sure you're typing it out correctly? try pasting from notepad @raven apex
@maiden gazelle were you using streamelements obs.live?
no
attempt to connect lioranboard again, and upload a new log. The connection should be noted in the log. If it dosent show up, then I dont think thats the issue.
If I connect with no password, I still get a note of the connection
you could just turn off the password on both ends, and see if it works. If it dosent, you know thats not the issue
@wheat steppe it would be great if you refrained from shitposting in the future.
It's the only thing you've done on this server so far, which is very annoying and might decrease your time on this server. Please read the #rules for more information.
do you have any intention of having meaningful conversations?
May the hammer be strong
🧹
thanks Dilaz
Hi, im trying to install move transition plugin, ive tried using the installer and manually placing the files into the folder as suggested ( and watched a video of someone telling me how to do it step by step) i believe i've followed it right, but i dont see add move when i go to scene transitions only the regular swipe/fade etc.
is there something stupidly obvious im missing ?
grateful for assistance thanks
!clog to confirm its properly installed, and nothing is wrong.
Also, you would find it in right click > filters 🙂
A current log file is required to help fix your issue. Please post a link to your current log file.
- In OBS select Help > Log Files > Upload Current Log File.
- Click Copy URL and then paste the link here.
i checked filters its not showing as an option there either
do i copy the url for log here?
ye
the plugin is missing. Double check the path to your OBS, and make sure it matches what the installer say (probably need to uninstall -> re-install the plugin)
besides manually removing the " move-transition.dll/pbdb" from the folders is there another way of uninstalling ?
OBS prog is installed on my E drive, there is also as the install suggests a folder with plugins on C
ive copied the files into both locations for plugins, got no idea which one works... but move is now appearing at least 🙂
hi! i'm wondering if there's a plugin or something to turn an image into another image when an audio source outputs sound?
nevermind lol, litterally found the thing i was looking for right after sending
sorry for the trouble!
veadotube?
@weak escarp Is it normal that Source Copy crashes OBS when Copying a Scene and changing collection?
Here's the log
- Windows 10 21H2 (OK)
- No Output Session
AMD Ryzen 7 3700X - OK! / Radeon RX 6700 XT - OK!
Mmmm now I can't change Scene collection at all lol
It will crash
~~Even after OBS restart ~~ Update: Fixed by going to global.ini and changing scene collection. Seems like the plugin can't release the sources once the collection changes.
Can you provide a crash log?
@weak escarp there's no whoops dialogue
It's just unresponsive
And windows closes the process
Did you check the crash log folder just to be sure?
I'll do when I wake up, I'll ping you when I find out @weak escarp
can i get tech?
There has been a bug in OBS for years now where switching from one scene collection to another can cause various problems including corrupted config file, camera ceasing to work and other problems. The problem seems to be caused by OBS starting to unload the current scene collection, then starting to load the new scene collection before it has completely unloaded the first one, and when the 2nd collection tries to access the same device the first one had open for example, it fails and the camera doesn't work. There are other race conditions of this nature. People with relatively small scene collections are less likely to encounter it, and people with larger ones more likely. The workaround is to create a new scene collection called "Blank" that contains no scenes, switch from SC1 to Blank, then switch to SC2. This buys enough time for the first one to shut down before the 2nd one is loaded.
I don't know either way, but it is possible that scene switching problems like this could have an adverse effect on plugins as well. One way to test it is to use the "Blank" scene workaround and see if the problem goes away. If so, then that's probably what the problem is. If not, could be something else but might be worth testing anyway.
i cant fix desktop music
!support @merry cape
@merry cape
If you need help or have questions about OBS, check out our #support-portal first!
This behavior is "supposed" to be fixed in current beta
OBS 27.2 should fix most of those cases, beta 3 still has a potential crash on shutdown, that will be fixed in beta 4, but switching scene collections should work better in beta 3
Hi,
I'm using the sourcerecord plugin and no matter what settings I use, the recording cuts out after a seemingly random time. Could be 1m30s could be 5h39m17s does anyone have any idea, or experience, as to why this is happening?
Oh that's good to hear. I haven't been following all the details closely.
Probably encoder failure
What can I do to stabilise this?
I think I've used every encoder in the list, all with the same problem
Or what can I do to find out what's going wrong?
@hollow mulch how does the setup look like?
You have source record and what else?
Are you streaming and source recording?
Or how are you doing?
hello
guys
i downloaded
win capture audio plugin and installed it but it doesnt show up in obs
Question: Is this the correct room to ask about a good setup and troubleshoot of the Source Record plugin by Exeldro? I'm having some issues with it.
it is!
Perfect! The issue I'm having is that the portion that is recorded via Source Record suffers from audio lag and it gets worse over time (the longer the recording, the further behind it gets).
on obs i was wondering how to get the filter for the virtual camera since it doesnt show up
Yes I am streaming and source recording. I have tried a couple of things. My current setup is a scene with my cam in it, a "general" scene in which my cam-scene is loaded.
On the cam-scene I have source record running
Hardware (in case that's relevant)
AMD Ryzen 9 3900X
NVIDIA RTX2070
16GB 3000Mhz RAM
@hollow mulch , It's a wonderful Hardware, I don't know why it buffers (if it's normal then it's a problem).
Source Record is unfortunately riddled with bugs atm. I wouldn't recommend using it until the developer finds time to further improve it 
hi, everyone, I need some help ( i don't know if I am at a good place) on my old laptop went I try to connect my capture card to the source I was able to use the USB to connect my ps4 but on my new laptop (Lenovo legion) went I try to do the same it seem that it cannot see it ( it only see the OBS virtual camera ) I want o know why
If you set a new password in the text box, then click ok, it will save the password that you entered 🙂
There's no need to validate that it changed because I can guarantee you that it did, otherwise OBS would surely crash on the spot
Dots in a password box almost never represent the length of the actual password btw
Normal recording, I don't use replay buffer
thanks, I think so too 😄 it's why I don't understand what's going on... I read that new nvenc is problematic so I don't use that.. but it doesn't seem to work at all... I'll post a screenshot of the folder so you can see how different the recordings are in length (also the audio is not in sync, the longer it records the more it stutters)
Are there any tools to make sure all plug ins work well together?
I'm just having a problem with OBS opening then moving to the background and not even in the system tray
Most plugins work fine together.
I tried #windows-support but just got lost in the crowd
!manuallog
Please manually upload your log file.
(Windows)
- Press WinKey+R to open the
Rundialog - Paste the following into the box and hit OK:
%APPDATA%\obs-studio\logs - Find the desired log file (usually the latest) and drag/drop it into this channel.
Linux logs: ~/.config/obs-studio/logs
macOS logs: ~/Library/Application Support/obs-studio/logs
- Browser Not Accelerated
- Windows 10 21H1 (OK)
- No Output Session
- Windows 10 Game Mode
- No Scenes/Sources
Intel Core i7-8700K @ 3.70GHz - OK! / GeForce GTX 1080 Ti - OK!
@weak escarp I'm sorry to ping you, but do you have any suggestions?
was able to get SRT to work from OBS running on Ubuntu 21.10
Hey, I'm having a problem with my OBS source record plugin. It randomly stops recording and it's not a matter of no space, I have plenty of it
is there a way to fix this?
or is there a decent alternative to Source record until the bugs are ironed out?
The only alternative i know of is using slobs but the downside is that youd have to use slobs
😭
SLOBS is something I do not want to use
I guess I could just open a second instance of OBS and record that way
as frustrating as it would be
Can you link me a link to the plugin
Anyone (else) ? ⬆️
Strange source record issue, a lot of the time my clips end up being shorter than the original recording, and have a weird fast forwarded look to em' in certain spots. Anyone else get this? LOVE the plugin, but I end up not using it as a result which sucks, because it appears to be the only one that could possibly work! Wont ping Exeldro, but definitely curious to see if an update is on the horizon.
@formal sail i feel yo pain
occasionally yes.
If you aren't streaming you can always set the res to 3840 X 1080 throw your main footage in one 1080 instance, and your facecam into the other (doesn't work for streaming though). I usually do this when recording whilst NOT streaming, but source record was so good for when I was.
I have downloaded Advanced Scene Switcher and Automatic Scene Switcher. Which one do I actually want to use?
Hi there, I was wondering if anyone could direct me to the correct place. I've seen a video (some weeks ago i think) about been able to get a plugin to save your settings on your webcam. Any ideas what this plugin is called?
https://obsproject.com/forum/resources/camooz-save-restore-cam-settings-local-and-remote.1271/history not a plugin but a standalone app
I think there also is a pull request, let me check real quick
i saw this one -- https://github.com/obsproject/obs-studio/actions/runs/1485097543 -- but I'm sure i saw something different
oh, is that the same?
Yeah that's the one I can think of
Yes, one is the pull request and the other one is the CI that is triggered by the pull request. It can be a little confusing at first
Oh, so they're different things? I have no idea about of this just yet
But if you go and download, use this link instead of yours, it's the newest iteration https://github.com/obsproject/obs-studio/actions/runs/1645606836
ah so if i downloaded the old one, can i just copy and paste the files again and itll be fine?
Each time the pull request is updated (for example due to changes being made because of updates), it triggered a new build action.
ah
Yeah
Brilliant! So where on the page so i find the most recent update again? On the pull requests?
Yes
The tab called "Checks", and then "CI Multiplatform Build"
ok, so. I've downloaded a previous version, copied it into the OBS folders. I then see a new update in the pull requests. From there i cannot seem to see a place to download anything and then, i assume, drag and drop into the folders for my OBS
or have i got that all wrong?
So right now you can’t find the download location?
this is what i see, but these are the old versions?
Oh yeah, this is old
You can see how old it is the Triggered 5 months ago
This is how you’d find the new version
THAT'S exactly what i needed! Thanks bud!!
yes, those are old. Here is the latest one:
https://github.com/obsproject/obs-studio/actions/runs/1645606836
🤦♀️ I wasnt scrolled down... Silly discord, I promise I scrolled
Yeah so I'm having similar problems and I don't know how to fix it, I've tried every render combination possible
Hmmm maybe I should @weak escarp I know he's a busy guy but damn this resource is just so useful!
There's a lot of bugs with Source Record, but they're not simple and there's only so many hours in the day. I'm sure Exeldro will get around to it when he has the time.
Personally having fiddled with it, I would just recommend not using it for the time being.
Wel like I’ve said, For me it’s not working at all
These are my results, varying from seconds to hours
I am trying to change a slideshow with websocket, whenever i change the source path it just kinda breaks the Slide Show source
Websocket has its own Discord. Might get more help there 🙂
oh?
DMd
Thank you, I think it is to do with JSON and objects/arrays
Ill have to look into how to structure the packet so that the object is sent as a member of an array
can someone help compiling a plugin for debian? i get some error: https://pastebin.com/QQ4hmz98
and i think im doing something wrong or i miss sth ...
@stiff stratus if you need help with plugin development, you can ask in #development
im not the developer, i only try to compile it for debian, cause there are only precompiled packages for ubuntu
compilation also counts, i think
the level of beurocracy is huge 😄
Either channel is fine, in future
Is there a place I can suggest a plug in?
Automatic Scene Switcher is actually a built in feature that is part of OBS. Which one you want to use depends on what features you are wanting to have for what you are trying to do. Only you can know that. 🙂
I'll explain incase I forget or fall asleep.
So I use OBS to record VHS tapes sometimes. I use to do it to DVD like a cave man. And the VHS to DVD converter would auto pause when the screen was fully blue (0,0,255) is there a way to make a script or plug in that auto pauses when most of the screen is mostly this color of blue?
Not that I'm aware of... Other than knowing a plugin developer well enough to make a suggestion to them and them possibly taking up the idea. OBS project has an ideas page for feature suggestions for OBS, but not for plugins.
You could possibly try the OBS web forums and make a thread there or something but I wouldn't expect anything from it either.
Same
Your best bet is probably to see if there already is a plugin like that in the plugin forum, and also search Google because there are many plugins and scripts available on github or elsewhere across the web that the author never bothered (or perhaps never had interest in) submitting it for inclusion in the OBS plugin resources forum.
Might be able to write a script to analyze the frame and stop recording if certain conditions are met.
True.
I wish I went into CS haha
I'm dyslexic so it threw a wrench into it so I went into film.
I would have fallen off my chair busting a gut if you had said... "I'm dyslexic so it threw a wrench into it so I went into flim." 😛
Haha
hello ;; Just now i was trying to add a plugin of background removal, I installed but it doesnt show. I aint good at computer or using obs files stuff, idk would it be sth like i didnt put it in a right location or didnt download anything needed (stupid mistakes but i cant find lol). seeking for some help please ;;
!plugins
How to install plugins: https://obsproject.com/forum/resources/421/
List of available plugins: https://obsproject.com/forum/resources/categories/6/
how abt now i just put it back into the 64it file but same it doesnt show up
You've put it in the wrong place
You have the files that belong in data\obs-plugins in obs-plugins
oh😂 😂 sry im really an idiot on this thanku so much i'm trying
@covert compass please stick to chatting in here. DMing support volunteers is against #rules 6.
oh sry sry i forgot really so sorry
it still doesnt work :/ cannot find whats wrong
Did you copy the other files into C:\Program Files\obs-studio\obs-plugins\64bit?
including all?
?
like these?
O_o
That's not the plugin download, that's the source code
The ZIP file you download should only contain these
weird :/ maybe i shall try to undo everything and try again
omg finally done and it worksQQ thank you sooooooooo much and sorry for everything
have a nice day uwu
np
hi team
am asking if its posable or there is a way when i stream on obs and the main video been pause to play the intro or Ads video doing that automatically
Hey team, can someone please assist me with the OBS NDI plug in download? I've followed videos and downloaded the correct file but it's still not in my OBS under tools. I tried watching videos to solve this but it looks like my folder doesn't contain all the right files? I've tried reinstalling the app a few times now but it still is not working. Would really appreciate some guidance. Thank you !
There's two folders for plugins
\obs-plugins\64bit
&
\data\obs-plugins
Make sure the correct files are in the correct folders.
The 64bit folder contains the .dll and .pdb files.
After you've downloaded the plugin, you have to move them to your obs-studio directory. Usually located at C:\Program Files\obs-studio\ (default installation).
Ahh, that would explain why I cannot remove it from OBS 🙂
Thank you so so much !! The option is now showing in OBS !! Thanks 🙂
Glad to hear it. Be aware that you may experience audio desyncing over time using NDI.
At least that's my experience with it.
Unfortunately best bet, just deal with low res zooms on my game play videos lol.
Here's my example for prosperity.
Does anyone know if there’s a way to make advanced scene switcher select a random scene? At the moment I’m chaining videos together but would like a random selection to happen for some of them.
Macro > Macro for each scene > Macro for the way you switch scenes > action Random > Randomly run any of the following macros?
Hi everyone I looking to use a sport timer in the stream. Any recommendations or tutorials that I can follow
?
Is it a set time everytime?
What features would you need? Like play/pause the time or what?
https://www.youtube.com/watch?v=qgMmeSibWHw
@buoyant sable
OK, no more Discord, I got a G Man to track down 😄
hello I have a question about streamlabs chatbot conected with OBS studio
I have my bot ready to stream on twitch, but lastly Im not streaming on twitch and wish to conect the bot to OBS to keep streaming on youtube with it
obs studio has nothing todo with streamlabs.
The StreamLabs discord server might be a better place to ask
I think they have a channel for their bot IIRC
switch to the transition table plugin instead
Copy
oh? how is it better?
It does seem easier to understand lol
lmao ok, I'll check it out, and potentially stop recommending the matrix

didn't even know there was another one
Poor PR 
it handles newer versions of OBS & doesn't crash
(as in public relations, not pull request)
ooooh, it's one of exeldro's babies

nice badge of quality
90% of his stuff is pretty solid ye.
In 27.2 we get less crashes too
cus fixes for his plugins.
oh wait does it only work on self-built versions of OBS???
What?
https://github.com/exeldro/obs-transition-table this is the one, right?

Nope
Just helped @wintry badger with it
?
Nope
Bad reply
You can install it with normal OBS release
Should link to github above.
yup, links to that github but the only instructions I can find are those, which seem to imply you have to build it with OBS


You don't have to build OBS. It's a plugin.
Go to the link I posted above.
Press download.
Yeaaaaah... don't go to the source code url
wait you can download plugins from within the forum
LOL
There's a size cap on how big the plugin files can be.
WHAT KINDA FUCKING PEPEG AM I TO NEVER HAVE NOTICED THERE WAS A BIG ASS DOWNLOAD BUTTON THERE
Some developers can't stay under that limit iirc.
You blind buddy
Thank you so so much again for the help my man @paper barn
so til maybe I didn't have to manually build all the plugins I manually built
ty pablo
ty
no
not all of them and my install is the ppa one. Just, I always dled files from the github, and sometimes some had no built release, so I built them
Well, now you know better 😍
ty 💜
Yeah, it's a set time for a scoreboard! 👀
There's a few score board plug ins I've seen.
Thanks Bogart, appreciate the response. I'll have a look.
What game is it for?
thanks but that's a lot of overhead when it's I could just have a select random scene function for scene selection - probably something that should just be in the plugin! - also not option in media tab to run a macro at the end of a video playing so I am guessing I would need a macro to monitor if a video has stopped playing too right?
@paper barn @fossil wyvern Transition Matrix has been unsupported for the past 3 years and please stop recommending it and I'm surprised it's still somehow alive. I updated the forum to discontinue it and link to @weak escarp 's Transition Table to give people that still go to that resource section to upgrade to Transition Table. @dark sapphire Feel free to delete the plugin from Forum once you feel necessary
heard loud and clear, personally tested the table, and yeah, far better.
I only recommended the matrix out of ignorance that the table was a thing
Oh , it is? I’ll update to transition table
also dropping matrix allowed me to finally drop my broken-ass qt hotfix, which, honestly, thank fucking god
I never realized it was. I never really noticed anything being buggy
yeah, no the qt shit was mine and mine alone
I didn't update the plugin to match newer obs versions and qt updates. I create this to help a person run a specific show and for that show alone. it was never meant to be long lived and thankfully Exeldro now picket it up
well ty anyways for your work cause it did help me a lot
Thank you for your work on transition Matrix, it was a good starting point for me to make transition table. Is it ok for me to actively point Transition Matrix users to Transition Table? It always feels wrong for me to do that.
By all means. Let me know what you want me to change on the transition matrix page to link more clearly to Transition Table
The message on the Transition Matrix page looks fine to me
needs more gigabold text :P
yall cute
Oh wow
What a way to come back to discord after the downtime
So full of love
Also @weak escarp going back to the issue with Source Copy; no there's no crashlog that creates
such a useful plugin
Anyone know a Plugin or method I can use to record multiple video and multiple audio tracks?
Source Record is what I use for recording Gameplay or Webcam at full quality, but I'd like to optimize my Audio abit better.
Win Capture Audio is what I use for the Audio seperation
You can already record multiple audio tracks in OBS, assuming you are using the MKV file container (which is always recommended). Source Record plugin or using NDI or virtual camera to multiple OBS instances is the only way to record multiple separated videos.
(or a 2nd instance screen capturing a projector view)
What's your usecase for it? Curious what makes you so happy with it.
been having weird stuff with obs
plus however obs been implmenting that
it crashes with mjpeg on this camera on obs
obs just doesnt like this camera at all idk
Ah, glad you found a solution! :)
same, still not a full solution but uh its more stable than the obs bulitin obs-v4l2
to be fair though, all that stuff is beta
honestly the v4l2 plugin needs to be fully rewritten but nobody wants to do it
i guess meanwhile i will keep using obs-gstreamer
🙂
You're fortunate there was a solution to your problem, we're not all so fortunate. :)
@dark sapphire No idea what needs rewritten... But if you need work done you could always goto a Linux forum like "I doubt yall could get this hammered out... I suppose I'll ask a WINDOWS USER instead" - Then just give it a week lol
it has many situations where it freaks out and goes into a loop
Literally EVERY issue I had on Linux, that I didn't figure out myself - Was solved that very way
true, i knew there had to be a way, just had to find the way to do a thing
since qv4l2 worked fine, i can spefically point to obs doing something
Trolling aside, what broke anyway?
not sure
could be the process of decoding it
guvcview doesnt work right too but its different
and i could record from ffmpeg from my camera fine so
hello...I have Lumia Stream connected to OBS through OBS Websockets 4.9.1 and for some reason it keeps connecting and then disconnecting...I tried upgrading to the newest beta for OBS Websockets as I was told to upgrade to the latest version.
I am aware that the beta is TECHNICALLY not the latest version. But I have exhausted all other avenues including uninstalling and reinstalling LumiaStream...unconnecting and then reconnecting OBS under "connections" in LumiaStream and so on.
I am at a loss as to why OBS is not connecting to LumiaStream. Can someone help me?
4.9.1 is the latest version that LumiaStream supports. 5.x versions use a whole different protocol. You'll need to contact the devs of LumiaStream for help with your issue though.
Hey! Im looking for a plugin that turns on a source while turning off others like a radio button. Anyone know the name? I asked earlier but I cant wrap my head around Discords search feature
Why not just make scenes with one source per scene?
Thanks! Do I put the .lua file in 32bit or 64bit?
you can put it anywhere on your computer. you load it via Tools -> Scripts
Hey @weak escarp zou je het heel erg vinden als ik je even DM 😄 ?
On this server please keep it English. Private message only if it is something that can not be public.
Well, though I'd ask for DM since I don't feel like my messages are seen here 😄 been trying to find help for a month now. Only just found out that you are the developer of Source Record and would love some help, guidance, or maybe just a "tough luck" so I can move on and try to find a different solution.
The idea behind Source Record is awesome, and I'm really keen on getting it to work. But as it stand now it's not working at all and I've run out of ideas to try to get it to work.
I've tried all encoders with the same result, I've made sure that from the second the source that I'm recording is visible, it's not unloaded anymore
But all recordings just cut out at a seemingly random point. Could be seconds
could be hours
Just in this screenshot you can see the recording lasting anywhere from 12 seconds to 2h29m
And, as I've read in many places before, audio stutters in the recording.. but that's the least of my trouble. Would be tremendous just to get the video right.
@hollow mulch does OBS log an error or anything when the recording ends?
Not that I could find, will have another look when I get home and reply to this message again (just left for work). Anything in particular I should look for?
https://github.com/exeldro/obs-source-record/blob/4b20b011e5ef2bd37b5bdca7ca28e0cadf6dfca4/source-record.c#L263-L264
When rendering lag happens, I think the 3rd argument should be greater than 1, shouldn't it?
hey there guys. I'm not 100% sure which channel this belongs in, so sorry if this isn't the right one! however, i am hoping to find a plugin that I feel like HAS to exist, I just can't find it. I'm looking for a plugin that utilizes speech recognition API to automatically censor anything said on a specific audio source. For example, I say something like "That's f* up" and the plugin is able to automatically play an audio cue and mute the audio source to censor "f*" without me having to manually do it. Does anyone know if something like this exists?
the problem is that this is not easily done within OBS due to the need of having to buffer/delay a few seconds of your live stream to be able to censor/cut it
there's something available like that made by streamwall: https://github.com/streamwall/streamdelay
it uses a middleman video server and does the editing before it's forwarded to live
does it automatically censor? or is it just used to delay the stream?
i figured what could be done about the delay issue is to put a delay on every source aside from the audio source playing the censor sound, then fine-tune the delay so that it lines up with any potential buffer time for the api to recognize the speech
there's no automatic censor as I understand their description, it only offers an api you would need to connect to with another speech API
ohhh i see. so i would use this to delay the stream, then allow access of the http server to a speech api plugin that is built to censor?
if so, any idea of a speech api that does that? I can't seem to find one of those either
ooooh i just had an idea. what if there's a way to use the speech api to trigger a macro? something long like Shift + M + D+ Ctrl, then add that macro as a hotkey in OBS to trigger both a temporary mute of the audio source and to play the beep sfx?
anything that happens in OBS will be too late
because there's no way to remove audio that already happened
can't you delay individual sources before they are encoded?
I am not deep enough in the code base to answer that unfortunately
also delaying before encoding will eat enormous amounts of RAM and VRAM
that's okay. im using a dedicated pc to stream separate from the one all content is on.
you can delay audio sources manually using Sync Offset. as long as i can get my mic audio delayed before it is encoded and sent to twitch, that should do the trick
might have just found something. will report back later
from what i've been able to figure out so far, you can delay audio devices pre-encoding. using VoiceMacro, I can actually trigger hotkeys that mute my audio device and play a beep at the same time, and it works well with some fine-tuning to the audio delay. the issue i'm running into now is with the limitations of VoiceMacro. It takes voice commands instead of just identifying words in a string. So, to get the hotkeys to actually activate, I have to intentionally and clearly say exactly what I have typed in as the command for the hotkey. So, it's possible, but the way I have it set up right now isn't viable for livestreaming because it's too structured. I need something that can listen to full sentences, identify keywords, and then trigger the hotkeys.
I have lost the ability to resize a source that I added because the red resizing tool has disappeared. How can I retrieve it?
If you need help or have questions about OBS, check out our #support-portal first!
12:37:02.572: Output 'Source Record': stopping
12:37:02.572: Output 'Source Record': Total frames output: 77220
12:37:02.572: Output 'Source Record': Total drawn frames: 77281 (77352 attempted)
12:37:02.572: Output 'Source Record': Number of lagged frames due to rendering lag/stalls: 71 (0.1%)
12:37:02.572: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 12-37-02.mp4'...
12:46:32.462: warning: Could not update timestamps for skipped samples.
12:46:38.464: warning: Could not update timestamps for discarded samples.
13:07:54.631: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 13-07-54.mp4'...
13:10:01.564: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 13-10-01.mp4'...
13:50:44.507: obs-browser: Refused to apply style from 'https://fonts.googleapis.com/css?family=undefined:300,400,600,700,800,900' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. (source: https://streamlabs.com/widgets/frame/alertbox/custom?type=desktop:0)
14:06:10.645: warning: Could not update timestamps for skipped samples.
14:06:16.648: warning: Could not update timestamps for discarded samples.
14:16:23.888: obs-browser: Refused to apply style from 'https://fonts.googleapis.com/css?family=undefined:300,400,600,700,800,900' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. (source: https://streamlabs.com/widgets/frame/alertbox/custom?type=desktop:0)
14:30:52.594: obs-browser: Refused to apply style from 'https://fonts.googleapis.com/css?family=undefined:300,400,600,700,800,900' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. (source: https://streamlabs.com/widgets/frame/alertbox/custom?type=desktop:0)
14:31:30.129: obs-browser: Refused to apply style from 'https://fonts.googleapis.com/css?family=undefined:300,400,600,700,800,900' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled. (source: https://streamlabs.com/widgets/frame/alertbox/custom?type=desktop:0)
14:38:07.712: warning: Could not update timestamps for skipped samples.
14:38:13.715: warning: Could not update timestamps for discarded samples.
14:44:00.825: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 14-44-00.mp4'...
14:45:54.223: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 14-45-54.mp4'...
14:49:37.692: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 14-49-37.mp4'...
14:52:25.132: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 14-52-25.mp4'...
14:56:01.431: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 14-56-01.mp4'...
14:56:16.182: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 14-56-16.mp4'...
14:56:24.813: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 14-56-24.mp4'...
14:56:57.754: [ffmpeg muxer: 'Source Record'] Writing file 'D:/CAM/2022-01-26 14-56-57.mp4'...```
Not sure why it keeps repeating "writing file", there's no other files there
Just the first one
Why does my follow goal widget keep a test follow as apart of the count?
Using it through stream elements? Need to reset the session data
I’m using it through Streamlabs dashboard and uploaded it to obs studio
@vale vine is there an issue with that?
It doesn’t have an issue when I test the donation though
Ok thnx
All obs is doing is displaying what those widgets are telling it.
I produce licence free music for streamers. Is there any way I can connect with obs?
What do you mean by "connect"?
I’ve heard about other projects that directly connect with obs like own3d music for example
is there a plugin that changes bit-depth? makes audio sound 8bit?
yes no maybe so?
I have installed VLC but in OBS i do not see it in the list of sources. Anyone can help?
Did you restart OBS after it?
A current log file is required to help fix your issue. Please post a link to your current log file.
- In OBS select Help > Log Files > Upload Current Log File.
- Click Copy URL and then paste the link here.
- Mismatched Sample Rates
- Windows 11 (OK)
- Not Admin
- No Output Session
AMD Ryzen 5 4500U - OK! / Ryzen 3 4300G with Radeon Graphics - Possible bottleneck
Show me your source list please
how
How to take a screenshot - http://www.take-a-screenshot.org/
i haave done it
What have you done?
What VLC did you install?
32 or 64 bit?
not sure where to post this but i think it belongs in here as LetsView is a separate tool but works with OBS. i have recently tried to stream my phone game with my webcam in it. it was working last night but 1: the video game and my face cam werent lining up and were very far behind each other , and then 2: letsview ended up blackscreening and now isn't streaming from my phone to pc obs. anyone know whats up with this?
where do i see if is 32 or 64
Show me the file you downloaded to install VLC
Did you do a full installation?

