Xaymar
Active Member
OBS Studio 0.16.2
plugin version 1.3.1.0
Issues : recording get stuck at 19:14, sound is ok.
Updated OBS to 0.16.2. Just did a test tonight and I unfortunately got another corrupted file. Our first match is tomorrow, so I guess I'm going to have to mess with x264 quickly as the last time I did matches (June) I used AMF and that's very out of date.
LOG: https://gist.github.com/5ee092f50c8c03eef5c958059a0d5f92
DMP: http://www.mediafire.com/file/2ozm2x2v56nqjz4/092916_obs64.zip
I have the video if need be. Unfortunately I did the .DMP after I clicked "stop recording" but still was streaming. I really wish AMD would fix their hoopla...
Before you claim that the video is stuck, please remux with ffmpeg. You can download ffmpeg here: https://www.ffmpeg.org/download.html (Windows build are by zeranoe). And here is the .bat file you need to drag your video on to (save it as remux_mp4.bat in the same folder where you extract ff-prompt.bat and the other stuff to):
Code:
SET "CWD=%~dp0"
:RESTART
IF "%~n1"=="" GOTO :EOF
SET "IN=%~1"
SET "OUT=%~dpn1"
"%CWD%\bin\ffmpeg.exe" -i "%IN%" -map 0:v:0 -vcodec copy -map 0:a:0 -acodec copy -map 0:a:1 -acodec copy -map 0:a:2 -acodec copy -map 0:a:3 -acodec copy "%OUT%.mp4"
SHIFT /1
GOTO :RESTART
I was only able to replicate the issue before remuxing, not after. That means I either need more data or a more reliable configuration in which it happens - if it only happens with your setup, then private message me an archive of your %APPDATA%/obs-studio directory.
Yeah, I have a few issues. I'm getting slightly out of sync audio after about 2 and a half hours of streaming, and my stream settings don't seem to be saving because I'm still getting the skyrocketing bitrate issue. Also, the stream seemed to have more of an impact on my in game frame rate than it did in the past, although I don't have benchmarks to back this up.
Let me know if you'd like the logs from my last stream and I'll edit this post. There should be two logs because I had to stop and start the stream to apply the Twitch preset again.
OBS Studio 0.16.2
Plugin 1.3.1.0
I'm not sure why your audio went out of sync, but usually it can't - the plugin will always provide the correct timestamp for that frame and it is up to OBS to mux it at the correct time. Log file would be nice anyway.
0.16.2 / Simple Encoder / Recording Preset / Balance / 18 minutes csgo recording recorded very good!
Nice to hear.