Last Updated: February 25, 2016
·
134
· mohangk

Rotate potrait videos using ffmpeg to display correctly in players

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