Basics / F1 · Script Length

How Script Eighths Work—and What They Do Not Tell You

A script eighth is a way to express scene length by dividing a page into eight parts. Whole pages are written as whole pages, with any remainder expressed in eighths. SlateX currently converts one eighth to 7.5 seconds, so a full page maps to 60 seconds. Both readings come from the same calculation. The important boundary is that this is a scene-length scale: it does not say where the scene begins within a page, and it does not tell you how long the scene will take to shoot.

Script eighths answer “how much script page does this scene occupy,” not “how long will production need to shoot it.”

Why the denominator is 8

A common production notation writes scene length as whole pages plus eighths. For example, 2 4/8 means two full pages plus four eighths. If you count only eighths, that is the same total length as 20/8.

SlateX currently shows both forms in different parts of the interface. One view separates whole pages from the remainder, while another shows the total number of eighths. That is a display difference, not two different measurements.

The same scale drives the time conversion. One eighth is multiplied by 7.5 seconds, and eight eighths therefore correspond to 60 seconds. Import-time duration and the related statistics use this same relationship rather than two independent definitions of “script time.”

The denominator is the important import boundary

When SlateX reads a fractional length, the current parser takes the numerator and does not read the denominator. A round trip through SlateX's own output works for this case because SlateX writes fractions with /8. A fraction using another denominator would be interpreted incorrectly.

That statement should not be expanded into a claim about what another screenwriting application writes. We have not verified whether third-party script tools emit non-eighth fractions, so we do not make that claim. The verified behavior is narrower: SlateX treats the fractional numerator as a count of eighths instead of calculating a ratio from both numerator and denominator.

If a script item has no length information at all, the current import path does not turn it into zero. It falls back to 1/8 page. That means “no length was present” and “the source explicitly meant one eighth” are not the same fact, even though they can produce the same stored length.

Scene length is not a position inside the page

Script eighths describe the total length of a scene. SlateX does not currently store a page-internal offset such as “this scene starts at this line on this page,” and it cannot use an eighth count to navigate to a particular line of the script.

For the same reason, reading scene length must not be described as preserving pagination. Page number, scene length, and script items can all exist without forming a reversible layout coordinate system. A receiver can use the eighth count as scene-level length information, but not as proof that original page layout has been reconstructed.

A scene length can survive a round trip without the original position inside the page surviving with it.

What the 7.5-second conversion can estimate

Multiplying eighths by 7.5 seconds gives a screen-time scale tied to script length. It can put scenes on a common magnitude and answer questions about how much written scene material is represented.

It does not produce a shooting schedule. Dialogue, action, blocking, camera coverage, performance complexity, and retakes can make two pages with the same written length require very different production time. Treating the converted seconds as “shooting progress” would therefore go beyond what this measurement supports.

Two separate questions still remain

Scene length is only one layer of script exchange. Two related questions need their own treatment: when the page-to-screen-time formula stops holding, and why a page-related field can be empty after a real import. Neither is answered merely by the fact that eighths can be read, because one concerns the limits of the conversion rule and the other concerns whether a field actually enters the data model.

FAQ

Are 2 4/8 and 20/8 different scene lengths?

No. In SlateX's current display paths they represent the same total count of eighths; one separates whole pages while the other shows the total directly.

How much time does one script eighth represent in SlateX?

The current conversion uses 7.5 seconds per eighth and 60 seconds per full page, with both values coming from the same calculation.

Is a scene with no Length treated as zero pages?

No. The current import path falls back to 1/8 page when length information is absent, so a receiver should distinguish that fallback from an explicitly supplied one-eighth length.

Can script eighths tell me which line of the page a scene starts on?

No. The current data model stores scene length but no page-internal offset, so an eighth count is not a page coordinate.


Axiom One LLC — SlateX. Figures current as of 24 September 2026.