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

Custom Video Codecs for Android #518

Open
Flajt opened this issue Sep 28, 2024 · 0 comments
Open

Custom Video Codecs for Android #518

Flajt opened this issue Sep 28, 2024 · 0 comments

Comments

@Flajt
Copy link

Flajt commented Sep 28, 2024

Proposal

Hello, I'm interested in knowing if it would be possible to support custom video codecs on Android.

Uses cases

To allow developers to have more control in what format a video is saved so they can optimize for their use case a bit better.

(In my case, it would be important to only use mpeg4 even tho it it's not the most efficient, due to the legal stuff with h264 en & decoders)

Thoughtprocess

I tried to go through your native code and figure out if it would be possible. Sadly, I have 0 experience in native development...

From what I've gathered, it seems to be possible on the iOS side, you already seem to support some. However, on Android, it seems to be more difficult since CameraX doesn't support codec specifications if I understood it correctly.

I would be interested in trying to help implement that if you think it can be done.

(I'll add doc links I found later, I'm currently on mobile)

@Flajt Flajt changed the title Custom Video Codecs Custom Video Codecs for Android Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant