Added in v0.1.1.5, 2009‒05‒02.
Not tested well. Currently this option works only with a Unicode file in UTF-16 LE (otherwise this option has no effect).
If enabled, the file loads a little faster—about 25% faster in some cases. Although the error check is less strict and you can only load an ASS that has normal end‐of‐line characters, this should not be a problem in most cases.
When enabled, you can also use the ;{*a3r::EOF}
directive in your ASS. If your script has a line beginning with the 12 letters
;{*a3r::EOF}
all the lines (Dialogues, Comments, etc.) after it (including that line itself) are totally ignored and not sent to VSFilter.
In other words, such a line is treated as the end of the file (EOF) in this mode.
For example, you can skip a complicated karaoke Dialogues which would take a long time to load, by putting them at the end of your ASS file after the comment line ;{*a3r::EOF}
.
This may be especially useful when you do many small edits while previewing the results with Auto-Reload on Change (RoC), but you know you won’t change the karaoke part.
In such a situation, the file may be reloaded more than 10 times faster.
Once you disable the Load ASS Quickly option, the ;{*a3r::EOF}
directive is ignored and the whole file is loaded again.
The Load ASS Quickly option works also with an ASS that does not have the ;{*a3r::EOF}
directive. In that case the whole file is loaded normally,
but somewhat faster, by assuming the file format is not unusual and skipping some special‐case handling. Unless your file is more or less complicated and takes a long time to load, the option may not be very useful.
Added in v0.1.1.13, 2010‒02‒10.
Unchecked (default): By hitting [Alt]+[Left Arrow] or [Alt]+[Right Arrow], you can seek the video back or forward by 50 frames. This behavior is compatible with VirtualDub AFAIK.
Checked: By hitting [Alt]+[Left Arrow] or [Alt]+[Right Arrow], you can seek the video back or forward by about 2085 milliseconds. If the frame rate is 24000/1001 fps or a similar value (such as 23.976 fps), this is exactly the same as seeking by 50 frames. In general, however, the result is quite different. For example, you'll seek 5 times as many frames (250 frames) in one go if the video is 120-fps. In some situation (for example, when you have to work with both a 24-fps video and the 120-fps version of the same video), this behavior may be more comfortable at least for a typesetter.
NOTE: Seeking by some shortcuts, such as [Alt]+[Shift]+[Left/Right], is always seek-by-time, while seeking by some other shortcuts, such as [Num+]/[Num-], is always seek-by-frames. There are a few other seeking methods, such as seek-by-Dialogues. See the items under the Navigate menu.