Computer Tips - How can I change a vertical video to horizontal?

Date: 2016jul9 Product: ffmpeg Q. How can I change a vertical video to horizontal? A. With ffmpeg:
ffmpeg -i vert_video.mp4 -vf "transpose=1" hor_video.mp4