You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C7Rotate filter is not working when exporting, it even messes up another filters as well, I noticed in C7Collector file while applying the filters we fix the orientation using this.
if self.autoCorrectDirection {
image = image.c7.fixOrientation()
}
but when exporting we just pass the block in the FilterInstruction.
I also tried manually rotating the video but it is much more memory occupying task as I want to save the video in its original quality.