ffmpeg -f lavfi -i testsrc=d=1 -metadata:s:v rotate=180 rotate.mp4 # nope
ffmpeg -i rotate.mp4 -c copy -metadata:s:v rotate=180 rotate2.mp4  # yes???