Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: OPENSPHERE-Inc/branch-output

1.0.7

12 Oct 05:08
793a0d0

Choose a tag to compare

Sponsor program

If you would like to help our projects, please support us.

Features

  • Fix: Bug where hotkeys were not properly re-registered when changing filter names
  • Add: Ability to sort by any column in the status dock table.
  • Add: "Reset all (stats)" button to status dock table header.

Full Changelog: 1.0.6...1.0.7

1.0.6 (Hotfix of 1.0.5)

30 Sep 04:30
2a80183

Choose a tag to compare

Sponsor program

If you would like to help our projects, please support us.

Features

  • Fix: On Mac/Linux, OBS Studio crashes when a stream disconnects or reconnects. #92
    • Note: Please upgrade your OBS 31 to 32 first. OBS 32 fixes crash on SRT reconnection but still has really freeze on stopping output after SRT reconnection failure. We still recommend to use OBS 30.2.3 for SRT transmitting purpose.
  • Fix: A bug where the stream could not be deactivated when it was perpetually stuck in a “reconnecting” state.
  • Fix: Potential memory leaks.
  • Improve: New reconnection mechanism utilizing the output signals.
  • Fix: Previously added fragmented mp4/mov support didn't work.

Full Changelog: 1.0.5...1.0.6

1.0.5

26 Sep 20:18
2900d02

Choose a tag to compare

Sponsor program

If you would like to help our projects, please support us.

branch-output-1 0 5

Features

  • Add: Added support for Fragmented MP4/MOV that was previously missing
  • Add: Enhanced recording functionality
    • Manual recording file splitting support (with hotkey support)
    • Recording pause and unpause (with hotkey support)
      • Can be paused if filter is recording only
    • Adding chapter markers to recording files (with hotkey support)
      • Only available in Hybrid MP4
      • Chapter name will be current localtime such as "2025-09-27 05:41:23.456"
  • Improve: UI improvements to the status dock accompanying the new features
    • Tool buttons at the bottom
    • Tool buttons in status cells (allowing hotkey operations to be performed with buttons)
  • Add: Added option to select behavior when source is unavailable (resolution is 0 pixels)
    • Recording can be suspended in such cases. If the filter is recording-only, it pauses; if streaming + recording, it stops recording.
      If resolution is 0 pixels when recording starts, recording start is suspended.
  • Improve: Filter property improvements
    • Moved the option for behavior when source resolution changes to the Stream section.
  • Fix: Improved stability
    • Suppressed rare crashes when stopping streaming. Implemented "graceful stopping" to avoid OBS crashes that occur during streaming stops, especially when stopping streams during reconnection.

Full Changelog: 1.0.4...1.0.5

1.0.4

20 Apr 00:23
7208ef4

Choose a tag to compare

Sponsor program

If you would like to help our projects, please support us.

Features

  • Fix: Improve behavior on changed source's resolution that BRO doesn't stop/start recording/streaming even if source's resolution become 0 x 0
  • Add: A filter property "Don't reboot output even if source resolution is changed" that BRO doesn't stop/start recording/streaming even if source's resolution is changed.
  • Add: A link of recording folder to each recording row on status dock to easy access to recording folder.
  • Improve: Add help tip to custom audio sources (To make it easier to understand what the source is)

Full Changelog: 1.0.3...1.0.4

1.0.3

10 Mar 05:37
b3b9416

Choose a tag to compare

Sponsor program

If you would like to help our projects, please support us.

Features

  • Add: Missing "Recording" interlock option.
  • Bugfix: Didn't list audio bitrate in MacOS.
  • Improve: Detection of profile's encoder settings as default settings.
  • Add: "Use profile's recording path" option to stream recording.
  • Add: "Generate File Name without Space" option to stream recording.
  • Add: "None" output row to status dock that allows access blank (no streaming & recording) Branch Output.
  • Bugfix: Couldn't detect profile's audio encoder on simple output mode properly.

Full Changelog: 1.0.2...1.0.3

1.0.2

16 Jan 08:04
6bd80d4

Choose a tag to compare

Sponsor program

If you would like to help our projects, please support us.

Features

branch-output-1 0 2

  • Implement multi-stream functionality that allows output multiple streams (up to 8) for each filters.
  • Update status dock to display multi-stream (and recording) properly.

Full Changelog: 1.0.1...1.0.2

1.0.1 (Hotfix of 1.0.0)

19 Dec 06:33
9c07776

Choose a tag to compare

Sponsor program

We launched a GitHub sponser program. If you would like to help, please support us.

Features

This release is hotfix of 1.0.0

  • Bugfix: Quick fix of memoryleak since 1.0.0

What's Changed

Full Changelog: 1.0.0...1.0.1

1.0.0

17 Dec 05:52
7ad5b7b

Choose a tag to compare

Sponsor program

We launched a GitHub sponser program. If you would like to help, please support us.

Features (Since 0.9.15)

branch-output-1

  • MacOS binary is now officially code signed!
  • 0.9.16 Add: Filename formatting settings for recording (Similer to OBS global config) #27
    Subfolder is also supported.
  • 0.9.16 Bugfix: Default settings detection couldn't detect simple mode settings properly since OBS 31
  • 0.9.17 Add: Resolution settings and scaling filter to video encoder. #28
  • 0.9.18 Add: Hotkeys (Enabling/Disabling All, Toggle enabe/disable filter individually) #25
  • 1.0.0 Code: Many refactorings.
  • 1.0.0 Bugfix: Couldn't load video encoder settings properly. #48
  • 1.0.0 Bugfix: Couldn't start recording when output folder doesn't exists.
  • 1.0.0 UI Improvement: Add apply button in middle of filter properties.

What's Changed

Full Changelog: 0.9.15...1.0.0

0.9.18

16 Dec 07:35
61fe69f

Choose a tag to compare

0.9.18 Pre-release
Pre-release

Sponsor program

We launched a GitHub sponser program. If you would like to help, please support us.

Features

  • 0.9.16 Add: Filename formatting settings for recording (Similer to OBS global config)
  • 0.9.16 Bugfix: Default settings detection couldn't detect simple mode settings properly since OBS 31
  • 0.9.17 Add: Resolution settings and scaling filter to video encoder.
  • 0.9.18 Add: Hotkeys.
  • Integrate MacOS code signing

What's Changed

Full Changelog: 0.9.15...0.9.18

0.9.15

10 Dec 06:52
0aa2633

Choose a tag to compare

Important note for OBS 31

  • OBS build-in NVENC encoder had been changed so you should re-configure video encoder properties.
    Misconfigurations cause ffmpeg crash.

Features

  • Add support for OBS 31 (Only status dock UI changes)

What's Changed

Full Changelog: 0.9.14...0.9.15

Sponsored

We launched a GitHub sponser program. If you would like to help, please support us.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.