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

Rotate Content #441

Open
mmmahdiii opened this issue Jun 1, 2021 · 0 comments
Open

Rotate Content #441

mmmahdiii opened this issue Jun 1, 2021 · 0 comments

Comments

@mmmahdiii
Copy link

Hi
I write a code using MP4parser to rotate a mp4 file in Android and using something like this:
setMatrix(Matrix.ROTATE_90);

it's compiled, and I guess, makes some changes in metadata but it doesn't make any changes in height and weight.

so I tried javaCV:
FFmpegFrameGrabber
.grabImage()
.convert(grabbedImage);
ROTATE_90_CLOCKWISE
it's work well, but output APK is huge,

can any one show me a solution to solve my problem using MP4parser?

thanks

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