Add OpenH264 support to obs-ffmpeg#10135
Merged
Lain-B merged 1 commit intoobsproject:masterfrom Apr 3, 2025
Merged
Conversation
6 tasks
tytan652
previously requested changes
Jan 24, 2024
Collaborator
tytan652
left a comment
There was a problem hiding this comment.
x264 will never support another codec so the suffix .H264 is not useful.
34fe17c to
4bfc493
Compare
Contributor
Author
|
@tytan652 Adjusted. |
4bfc493 to
a29a323
Compare
a29a323 to
e2c3337
Compare
e2c3337 to
4be4bbb
Compare
4be4bbb to
8e1489f
Compare
dc97c80 to
4324042
Compare
tytan652
reviewed
Oct 5, 2024
4324042 to
f546912
Compare
c1d1005 to
3d8de71
Compare
This allows users to leverage the OpenH264 codec from Cisco to encode H.264 video content. It is significantly reduced in capability from alternatives, but it does the job. This also provides a framework for adding support for other H.264 software codecs provided through FFmpeg.
3d8de71 to
014522e
Compare
Contributor
Author
|
Woot! Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This is split out of #8529 to provide only the commit that adds the wiring for the codec.
This also provides a framework for adding support for other H.264 software codecs provided through FFmpeg.
Motivation and Context
A number of distributions use OpenH264 distributed by Cisco to provide a fully licensed H.264 implementation (in particular, both Fedora Linux and openSUSE Linux do). However, OBS Studio cannot currently use it.
This change allows OBS Studio to use OpenH264 through FFmpeg if it's available.
How Has This Been Tested?
This was tested on Fedora Linux 38-40 with ffmpeg 6.0-6.1 and CentOS Stream 9 with ffmpeg 5.1.4 on x86_64 and AArch64.
Types of changes
Checklist: