|
@@ -625,8 +625,6 @@ bool SimpleOutput::StartRecording()
|
|
|
if (!overwriteIfExists)
|
|
if (!overwriteIfExists)
|
|
|
FindBestFilename(strPath, noSpace);
|
|
FindBestFilename(strPath, noSpace);
|
|
|
|
|
|
|
|
- SetupOutputs();
|
|
|
|
|
-
|
|
|
|
|
if (!ffmpegOutput) {
|
|
if (!ffmpegOutput) {
|
|
|
obs_output_set_video_encoder(fileOutput, h264Recording);
|
|
obs_output_set_video_encoder(fileOutput, h264Recording);
|
|
|
obs_output_set_audio_encoder(fileOutput, aacRecording, 0);
|
|
obs_output_set_audio_encoder(fileOutput, aacRecording, 0);
|