ass_set_timing_info
Set or clear Aegisub subtitle timing source keys like FPS, Video File, and Timecodes File, or call with no arguments to read their current values.
Instructions
Set the timing source keys Aegisub stores in [Script Info].
fps writes FPS, video_file writes Video File and
timecodes_file writes Timecodes File. Passing an empty string for a
path removes that key. Calling the tool with no arguments at all changes
nothing and just reports the three keys as they currently are (changes
is then empty), which is the only way to read timing info.
Returns:
{"doc_id", "fps", "video_file", "timecodes_file", "changes"} with
the resulting values (None when a key is absent) and a
changes map of key -> {"from", "to"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| doc_id | No | ||
| video_file | No | ||
| timecodes_file | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||