Sunday, February 17, 2019

rotate mp4 video without re-encoding

From https://stackoverflow.com/questions/25031557/rotate-mp4-videos-without-re-encoding

my working commandline was
ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate=180 output.mp4

No comments:

Post a Comment