FFmpeg supports the rotation of videos in metadata (see my blog for an example). This would be nice to implement to save some time when one wants to rotate 90 degrees.
I have updated the rotate_video() function and force the rotation of the video without encoding when rotating by -90,90,-180 or 180 degrees in order to speed up the comuputation.
FFmpeg supports the rotation of videos in metadata (see my blog for an example). This would be nice to implement to save some time when one wants to rotate 90 degrees.