arch1t3cht / Aegisub

Cross-platform advanced subtitle editor, with new feature branches. Read the README on the feature branch.
http://www.aegisub.org
Other
738 stars 32 forks source link

Adding a feature to clip tool #86

Closed Samo99 closed 11 months ago

Samo99 commented 11 months ago

Hi

Is't possible to add the ability to rotate "\frz" a clip specially the rectangular clip?

arch1t3cht commented 11 months ago

Rotating a rectangular clip is not something that can be done from Aegisub's side since it concerns the renderer. Rotating a vector clip is certainly something you might want from time to time, but it doesn't really fit too well into Aegisub itself. You'd be better off with Automation scripts (e.g. with Shapery you could run Clip2Shape, then transform your Shape as needed, and then run Shape2Clip to get back a clip).