Jump to content

So I sometimes livestream and I use OBS and I also use it for gameplay capture because it's easier to set-up facecam etc and I have different settings for each is it possible to switch between the two sets of settings I have easily or do I need to enter the settings for the one I want to do each time?

Link to comment
https://linustechtips.com/topic/168327-help-with-obs/
Share on other sites

Link to post
Share on other sites

Being an OBS pro, I think I can help with this. However, what is exactly is it you want to do? (Dumb it down pl0x)

He wants to switch between his settings for live streaming and his settings for gameplay recording easily.

Not sure if possible. I've only used OBS a small bit to record my Dark Souls I videos.

† Christian Member †

For my pertinent links to guides, reviews, and anything similar, go here, and look under the spoiler labeled such. A brief history of Unix and it's relation to OS X by Builder.

 

 

Link to comment
https://linustechtips.com/topic/168327-help-with-obs/#findComment-2239323
Share on other sites

Link to post
Share on other sites

So I sometimes livestream and I use OBS and I also use it for gameplay capture because it's easier to set-up facecam etc and I have different settings for each is it possible to switch between the two sets of settings I have easily or do I need to enter the settings for the one I want to do each time?

Create scenes for each setup and switch between them?

Link to comment
https://linustechtips.com/topic/168327-help-with-obs/#findComment-2239330
Share on other sites

Link to post
Share on other sites

He wants to switch between his settings for live streaming and his settings for gameplay recording easily.

Ah, thanks. Had no sleep last night. Dx

 

 

Create scenes for each setup and switch between them?

If @Coombzy is talking about the software settings, not scenes, then it's not able to be done.

.

Link to comment
https://linustechtips.com/topic/168327-help-with-obs/#findComment-2239340
Share on other sites

Link to post
Share on other sites

Ah, thanks. Had no sleep last night. Dx

 

 

If @Coombzy is talking about the software settings, not scenes, then it's not able to be done.

darn I was hoping it was possibly it's extremely annoying to keep typing the settings out again any plugins that might do it for me? 

Link to comment
https://linustechtips.com/topic/168327-help-with-obs/#findComment-2239355
Share on other sites

Link to post
Share on other sites

The scenes are only for stuff like without facecam, with facecam etc I don't think it does the settings panel as well.

It doesn't, this is something I've tried to do myself but haven't been able to do. And I spent hours looking for programs or scripts that'll allow me to have recording and then streaming settings. Because changing the bitrate/framerate/resolution was enough to be annoying to me.

.

Link to comment
https://linustechtips.com/topic/168327-help-with-obs/#findComment-2239363
Share on other sites

Link to post
Share on other sites

The scenes are only for stuff like without facecam, with facecam etc I don't think it does the settings panel as well.

Ah, thanks. Had no sleep last night. Dx

 

 

If @Coombzy is talking about the software settings, not scenes, then it's not able to be done.

 

ah, I thought he meant he wanted them to look different since he didnt explain what he actually wantde.

 

 

A script could easily be used to copy differnet settings into AppData\Roaming\OBS\profiles\Untitled.ini to quickly switch between the two settings he has.

Link to comment
https://linustechtips.com/topic/168327-help-with-obs/#findComment-2239364
Share on other sites

Link to post
Share on other sites

ah, I thought he meant he wanted them to look different since he didnt explain what he actually wantde.

 

 

A script could easily be used to copy differnet settings into AppData\Roaming\OBS\profiles\Untitled.ini to quickly switch between the two settings he has.

Yeah but I haven't been able to find one already made, and I don't know how to do it myself.

.

Link to comment
https://linustechtips.com/topic/168327-help-with-obs/#findComment-2239381
Share on other sites

Link to post
Share on other sites

[Audio]MicMutedVolume=1.000000SyncToVideoTime=0DesktopVolume=1.000000MicVolume=0.000000Device=Default[Video]UnlockFPS=0Gamma=0Filter=0BaseHeight=1080BaseWidth=1920DisableAero=0Downscale=1.000000FPS=30Monitor=0[Video Encoding]QSVPreset=1QSVUseVideoEncoderSettings=0CustomQSVSettings=CustomSettings=UseCustomSettings=0UseCFR=1KeyframeInterval=2NVENCPreset=DefaultX264Profile=highUseBufferSize=0PadCBR=1UseCBR=1Encoder=x264Quality=8Preset=veryslowMaxBitrate=5500BufferSize=5500[Audio Encoding]Codec=AACisStereo=1Bitrate=128Format=0[Publish]LowLatencyMethod=0LatencyFactor=20BindToIP=DefaultStartRecordingHotkey=0StopRecordingHotkey=0StartStreamHotkey=0StopStreamHotkey=0SavePath=D:\snoper2.mp4SaveToFile=1Delay=0KeepRecording=0AutoReconnectTimeout=10AutoReconnect=1LowLatencyMode=0URL=EU: London, UKPlayPath= STREAM KEYLastSaveDir=D:\Mode=0Service=1[General]Priority=NormalUseMultithreadedOptimizations=1

Here are the settings. I highlighted the ones in red that you would want to customise. Save one copy as Stream.ini and one as Record.ini.

 

Stream.bat

copy  /Y stream.ini c:\users\username\AppData\Roaming\OBS\profiles\Untitled.inipause

Record.bat

copy  /Y record.ini c:\users\username\AppData\Roaming\OBS\profiles\Untitled.inipause

Ive not tested it. The flats on the copy command may be wrong. I dont create windows scripts often. put stream.ini and record.ini in the same directory as your .bat files.

 

 

 

Le eddit face :

Colours wont work in code tag :/

 

Just tried the bat files and they work.

 

darn I was hoping it was possibly it's extremely annoying to keep typing the settings out again any plugins that might do it for me? 

 

 

He wants to switch between his settings for live streaming and his settings for gameplay recording easily.

Not sure if possible. I've only used OBS a small bit to record my Dark Souls I videos.

 

 

So I sometimes livestream and I use OBS and I also use it for gameplay capture because it's easier to set-up facecam etc and I have different settings for each is it possible to switch between the two sets of settings I have easily or do I need to enter the settings for the one I want to do each time?

 

Yeah but I haven't been able to find one already made, and I don't know how to do it myself.

Link to comment
https://linustechtips.com/topic/168327-help-with-obs/#findComment-2239412
Share on other sites

Link to post
Share on other sites

Jeez people. There's option to save setting in OBS. I have three streaming profiles set that way so I can lower quality if something isn't working. Input settings, give name to profile, apply and File-> save. After that you can switch between profiles from main window.

^^^^ That's my post ^^^^
<-- This is me --- That's your scrollbar -->
vvvv Who's there? vvvv

Link to comment
https://linustechtips.com/topic/168327-help-with-obs/#findComment-2242260
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×