googlearchive/android-Camera2Video

How to flip the recorded video

Closed this issue · 2 comments

I'm recording video through front camera. I just want to flip the video as what it looks like in the preview. Please help me..!!

Easiest way on your PC should be using ffmpeg:

.\ffmpeg.exe -i original.mp4 -vf "transpose=0,transpose=1" flipped.mp4

This sample has been migrated to a new location where we can accept Pull Requests (check README for more information).

As recommended by GitHub, we are closing all issues and pull requests now that this older repo will be archived.

If you still see this issue in the updated repo, please reopen the issue/PR there. Thank you!