[ffmpeg] 휴대폰 세로로 녹화된 영상 가로로 rotate 하기

ffmpeg -i input.mp4 -vf "transpose=2" output.mp4
위로 스크롤