googlearchive / android-Camera2Video

Migrated:
https://github.com/android/camera
Apache License 2.0
1.21k stars 568 forks source link

How to flip the recorded video #54

Closed prudhvirajkumar10 closed 5 years ago

prudhvirajkumar10 commented 7 years ago

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..!!

LWChris commented 6 years ago

Easiest way on your PC should be using ffmpeg:

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

codingjeremy commented 5 years ago

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!