Visual Typesetting

From Aegisub Manual

One of the most significant changes from Aegisub 1.10 to Aegisub 2 is the inclusion of Visual Typesetting tools, which allow you to visually drag, rotate and otherwise transform subtitles on the video screen, using your mouse.

A video tutorial for this feature is available at the tutorials section.

Contents

Overview

With the exception of the drag tool, every other tool affects only the active line (that is, the line whose text you see on the edit box). The line must be displayed on the current frame (that is, the current frame time must lie between the subtitle duration span) to be edited by any of the tools.

There are currently seven different visual typesetting tools: crosshair, drag, rotate on z axis, rotate on xy axes, scale, rectangular clip and vectorial clip.

Image:Visual overview.png

The preview of all tools can either be real-time or delayed. This behaviour can be toggled by pressing the "Toggle Real-time" button at the end of visual typesetting toolbar. When in real-time, all changes you made are immediately visible on subtitles, at the cost of slower response. Otherwise, you will only see the subtitles themselves updating when you release the mouse. However, you will still see the visual positioning aids moving in real time.

Tool Descriptions

Crosshair

This is the standard mode. Hovering the mouse over the video will show the script coordinates under the cursor, as well as a crosshair indicating the exact point that you are looking at. Double clicking a point will position the current line (using the \pos tag) on that position.

Image:Visual crosshair.png

Also, while on this mode, you can right click to bring a context menu with other options:

Image:Visual menu.png
  • Save PNG snapshot: Saves a PNG snapshot of the current frame to the path specified in the options. This snapshot will be in the real video size, and WON'T be affected by zooming or aspect ratio overriding.
  • Copy image to clipboard: Same as above, but copies the frame to the clipboard, instead of saving as a PNG. You can then paste it in any image editing software.
  • Save PNG snapshot (no subtitles): Same as the previous option, but subtitles won't be visible in the image. This is only available if you're using a detached subtitles provider.
  • Copy image to clipboard (no subtitles): Same as above, but copying to clipboard.
  • Copy coordinates to clipboard: Copies the current mouse coordinates to clipboard, e.g. "230,152"

Drag

The drag tool has two modes. You can toggle between them by clicking the button on the auxiliary visual typesetting bar. This tool is special because, unlike every other, it can affect EVERY subtitle that is currently visible on the current frame, and not just the active one. This makes the positioning of signs composed of many lines easier.

Image:Visual drag.png

On the positioning mode, you can simply click-and-drag subtitles across the video surface by dragging their anchor (the square). They will be positioned where you release them with the \pos command.

On the movement mode, there is another anchor, the end-of-movement anchor, which is represented by a circle. There will be an arrow pointing from the start-of-movement to the end-of-movement anchor. In order to set the times where the movement will start or end, move the corresponding anchor on the time where you want the subtitle to be at that anchor. For example, if you want movement to start at 5000 miliseconds after the start of the line, seek the video to 5000 miliseconds after the start of the line, and drag the start anchor there. The same goes for the end-of-movement anchor.

If your line has an origin point specified, you will see a third anchor, represented by a triangle, connected to the square anchor by a dotted line. You can also drag this to affect the origin position. This same anchor will be visible in the two rotation tools.

Rotate on Z axis

On this mode, you will see a circle centered around the subtitle's pivot (either it's position, or the origin point, if defined). The circle is surrounded by 6 arcs that help mark and measure angles.

Image:Visual rotate 1.png

There are two functionalities in this mode, you can either drag the origin point (the triangle at the center of the circle) to move it (and insert a \org tag, if none exists), or you can click and drag anywhere else to rotate the line.

You will notice that there is a line connecting the center of the circle to the mouse cursor. When you click and drag, the subtitle line rotate following that line, that is, you must rotate the cursor around the center to rotate the line. Just release the mouse to finish positioning. You can also use the shift key to limit the rotation to increments of 30 degrees.

If the origin is far from the center, you will see a little helper line indicating where the center of the subtitles will be positioned as you rotate it.

Image:Visual rotate 2.png

Rotate on XY axes

This mode is somewhat similar to the previous mode, although there are a few important differences. Since this rotates on the two screen axes, the rotation is three-dimensional, and therefore harder to visualize.

In order to make this easier, there is a grid representing the plane in which the subtitles lie, and you rotate that grid. There are also three arrows pointing from the center, indicating the direction and orientation of the three axes.

Image:Visual rotate xy.png

To use this tool, simply hold the mouse button anywhere on the screen and move it. As you move it left and right, it will rotate the line on the Y axis, and as you move it up and down, it will rotate the line on the X axis.

If you hold down the ctrl key while rotating, the rotation will be limited to only one of the two axes - whichever has the greatest movement. If you hold down the shift key, rotation will happen in steps of 30 degrees.

As with the Z rotation tool, you can also drag the origin anchor here.

Scale

This is the simplest tool, and allows you to scale subtitles on the X and Y axes. It will show one bar for each axis, showing not only the 100% size, but also the current scale.

Image:Visual scale.png

To use this tool, simply hold down the mouse button and drag the mouse up and down (to scale on the Y axis) or left and right (to scale on the X axis). You can hold down the ctrl key to limit scaling to the axis where the biggest change happened, and shift to limit it to increments of 25%.

Rectangular clip

The rectangular clip tool allows you to clip the subtitles so that nothing OUTSIDE an axis-aligned rectangle can be displayed (in essence, the \clip(x1,y1,x2,y2) tag).

Image:Visual clip.png

There are two ways to use this tool. You can either click and grab one of the four vertices of the rectangle, to resize an already-existing clip, or you can click-and-drag in empty space to create a new rectangle from scratch. The areas that will be invisible will be darkened.

Vectorial clip

Similarly to the last tool, the vectorial clip tool allows you to draw an area, so that nothing outside it will be rendered. The difference, however, is that this area can have any arbitrary shape defined by a path of lines and bézier curves.

Image:Visual vector clip.png

This mode has 8 sub-tools:

Image:Visual vector toolbar.png
  1. Drag - Allows you to drag a control point
  2. Insert line - Allows you to insert a straight line from the last point to the current mouse position by clicking the point.
  3. Insert bézier bicubic curve - The same as above, but it instead inserts a bicubic curve. You can then use the two control points to adjust the shape of the curve.
  4. Convert between line and curve - Click on a line segment or bicubic curve to convert it to the other type.
  5. Split curve - Click on a line segment or bicubic curve to split it in two, at the marked point.
  6. Remove point - Click on a point to delete it.
  7. Freehand shape - Click and drag with the mouse over the video and move the mouse to draw a freehand shape composed of line segments. This shape will automatically be closed, with the last point connecting to the first.
  8. Freehand smooth shape - Same as above, but the shape will be smoothed with bicubic curves.
Navigation