Last Updated: February 25, 2016
·
139
· mohangk

Rotate potrait videos using ffmpeg so they display correctly in certain players

ffmpeg -i /path/to/input.mp4 -vf "transpose=1" /path/to/ouput.mp4