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

VmhdBox flags issue #123

Open
mattc1170 opened this issue Oct 12, 2023 · 0 comments
Open

VmhdBox flags issue #123

mattc1170 opened this issue Oct 12, 2023 · 0 comments

Comments

@mattc1170
Copy link

I have run into an issue trying to play H.264-encoded .mp4 files created with this crate on Android. After researching the issue and comparing files generated by both mp4-rust and ffmpeg, I found that the vmhd box flags parameter needs to be set to 1 for proper playback on Android.

I have implemented a fix by implementing Default::default() for VmhdBox with flags set to 1 and will post a PR.

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