Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

obs-outputs: Add Hybrid MOV support #11679

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

derrod
Copy link
Member

@derrod derrod commented Dec 29, 2024

Description

This PR extends the existing native MP4 muxer to also support MOV flavour output files.

This brings:

  • ProRes support
  • More widely supported way of recording H.264/HEVC + PCM (the MP4 PCM extension is relatively "new")
  • Feature parity with FFmpeg output

Motivation and Context

Wanted to have the same benefits for macOS users that use ProRes or want to use MOV for compatbility with Mac software (e.g. Final Cut).

How Has This Been Tested?

Tested on Windows and my M1 Pro MacBook with ProRes, H.264, and HEVC video, as well as ALAC, PCM, and AAC audio

Types of changes

  • New feature (non-breaking change which adds functionality)
  • Tweak (non-breaking change to improve existing functionality)
  • Code cleanup (non-breaking change which makes code smaller or more readable)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

Since OBS enforces a constant frame rate and monotonic timestamps
this is not necessary for us.
@WizardCM WizardCM added Enhancement Improvement to existing functionality Code Cleanup Non-breaking change which makes code smaller or more readable New Feature New feature or plugin labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Cleanup Non-breaking change which makes code smaller or more readable Enhancement Improvement to existing functionality New Feature New feature or plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants