Datt1994 / DPVideoMerger-Swift

Multiple videos merge in one video with manage scale & aspect ratio and also merge videos to grid matrix layout for Swift.
https://datt1994.github.io/DPVideoMerger-Swift/
Apache License 2.0
62 stars 20 forks source link

Wrong orientation on parallel and grid merge #8

Closed Jarutais closed 4 years ago

Jarutais commented 4 years ago

When I call the Parallel or Grid merge methods passing videos recorded with my device's camera (iPhone 11 Pro), the resulting video shows the footage with wrong orientation.

For example: 2 portrait videos show rotated in landscape

Captura de Tela 2020-08-25 às 15 20 58

It only happens with videos recorded with the device's camera. Videos from the web appear in the correct orientation.

Zulqurnain24 commented 4 years ago

@Datt1994 I am experiencing the same problem please advice on how to fix this.

Datt1994 commented 4 years ago

Hi @Jarutais & @Zulqurnain24,

Please check new release(1.5.10), I have added orientation logic for parallel & grid merge.

Thanks, Datt