We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On android, the camera module that I am using gives me mirrored videos when recording from front camera.
To fix this I can use ffmpeg with -vf hflip params to mirror it back to view correctly. Is there possibility to do it with mp4parser. I found this answer on SO: https://stackoverflow.com/questions/24446504/mirror-video-in-android-using-mp4parser
-vf hflip
Seems like it's not possible but maybe do you have some experience about this issue?
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days.
Sorry, something went wrong.
This issue was closed because it has been stalled for 7 days with no activity.
No branches or pull requests
On android, the camera module that I am using gives me mirrored videos when recording from front camera.
To fix this I can use ffmpeg with
-vf hflip
params to mirror it back to view correctly. Is there possibility to do it with mp4parser. I found this answer on SO: https://stackoverflow.com/questions/24446504/mirror-video-in-android-using-mp4parserSeems like it's not possible but maybe do you have some experience about this issue?
The text was updated successfully, but these errors were encountered: