FFmpeg 0.7.17
Since* 0.7
#

Flip the input video horizontally.

For example to horizontally flip the video in input with ffmpeg:

ffmpeg -i in.avi -vf "hflip" out.avi