When concating a video from front camera and back camera in FFmpeg the video from the front camera is flipped 180 degrees, please help ...
Asked
Active
Viewed 173 times
2
-
Does this answer your question? [video captured from iphone gets rotated when converted to .mp4 using ffmpeg](https://stackoverflow.com/questions/9408542/video-captured-from-iphone-gets-rotated-when-converted-to-mp4-using-ffmpeg) – Alexander Korzhykov Oct 26 '20 at 22:00
1 Answers
0
Flip video horizontally:
ffmpeg -i INPUT -vf hflip -c:a copy OUTPUT

Nooruddin Lakhani
- 7,507
- 2
- 19
- 39