Skip to content

Flip and Rotate operations made#12

Open
Pedrexus wants to merge 15 commits into
mainfrom
#8
Open

Flip and Rotate operations made#12
Pedrexus wants to merge 15 commits into
mainfrom
#8

Conversation

@Pedrexus
Copy link
Copy Markdown
Contributor

Issue Addressed:

For improved user experience and functionality in our video editing library, we aim to provide users the ability to rotate, flip, and specifically flip their videos horizontally or vertically. This will involve creating a generic flip interface, as well as more intuitive fliph and flipv methods. #8

Changes Made:

  1. Rotation Enhancements:

    • Introduced the rotate method to the Video class allowing users to rotate their videos counter-clockwise based on a specified angle. This method supports rotation around custom centers, interpolation mode selection, padding mode selection, and the alignment of corners.
  2. Flipping Enhancements:

    • Implemented the generic flip method to flip videos based on provided arguments, i.e., horizontally, vertically, or both.
    • Added the fliph method for a more intuitive horizontal flip.
    • Added the flipv method for a more intuitive vertical flip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants