Video flipping in CreativeEditor SDK (CE.SDK) allows you to mirror video content horizontally or vertically. This transformation is useful for creating symmetrical designs, correcting orientation issues, or achieving specific visual effects in your video projects.
You can flip videos both through the built-in user interface and programmatically using the SDK’s APIs, providing flexibility for different workflow requirements.
Launch Web DemoGet Started
Available Flip Operations#
CE.SDK supports two types of video flipping:
- Horizontal Flip: Mirror the video along its vertical axis, creating a left-right reflection
- Vertical Flip: Mirror the video along its horizontal axis, creating a top-bottom reflection
These operations can be applied individually or combined to achieve the desired visual effect.
Applying Flips#
UI-Based Flipping#
You can apply flips directly in the CE.SDK user interface. The editor provides intuitive controls for horizontally and vertically flipping videos, making it easy for users to quickly mirror content without writing code.
Programmatic Flipping#
Developers can also apply flips programmatically, using the SDK’s API. This allows for dynamic video adjustments based on application logic, user input, or automated processes.
Combining with Other Transforms#
Video flipping works seamlessly with other transformation operations like rotation, scaling, and cropping. You can chain multiple transformations to create complex visual effects while maintaining video quality.