mifi / editly

Slick, declarative command line video editing & API
MIT License
4.64k stars 295 forks source link

Rotation fix #211

Closed mattkibbler closed 1 year ago

mattkibbler commented 1 year ago

The rotation information returned from ffprobe has been moved from tags to side_data_list. This update continues to check tags initially, then additionally checks side_data_list.

The update also allows for negative rotations when determining if a video has been rotated, i.e. it considers -90 and -270 to be rotated as well as 90 and 270.

mifi commented 1 year ago

thx