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

Reducing FFmpeg WebAssembly Build Size by Only Including H264 Decoding #784

Open
ttc9082 opened this issue Oct 7, 2024 · 0 comments
Open

Comments

@ttc9082
Copy link

ttc9082 commented Oct 7, 2024

Hello FFmpeg WebAssembly Maintainers,

I am currently using FFmpeg in a WebAssembly format for a project that only requires H264 video decoding capabilities. Due to constraints related to the deployment environment(wechat miniprogram), reducing the size of the WebAssembly binary is crucial.

Could you please provide guidance or documentation on how to compile the FFmpeg WebAssembly version that only includes the H264 decoder? Specifically, I am looking to either exclude unnecessary modules from the build or directly target the compilation to only include the H264 decoding functionality.

Additionally, if there are any specific configuration flags or steps that need to be followed to achieve this customization in the build process, that information would be incredibly helpful.

Thank you for your time and assistance.

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