TypesettingTools / Aegisub-Motion

Lua plugin for Aegisub auto4 that parses motion tracking data and applies it to selected subtitles.
Other
175 stars 24 forks source link

Applying tracking data results into extra override tags #18

Closed powerunlimited closed 9 years ago

powerunlimited commented 9 years ago

Yeah me again sorry, every time I apply tracking data it creates an extra override tag right at the beginning of the line, like this {=9} (The number here varies with the data applied) which makes the whole subtitle rendering go crazy :sweat:

PS. My motion data is 720P where my script is 1080P

Stuff that you might find in handy

torque commented 9 years ago

It appears the result you attached is incorrect as it does not match any of the other data.

That extra override tag is not actually a tag but extradata, which is used internally by Aegisub to attach persistent metadata to lines. As it is wrapped in a {} block, it should have absolutely no effect on the rendered subtitles.

I can't reproduce anything abnormal using the tracking data you supplied, the lines you supplied, and the clip you supplied, even when applying your 720p data to a 1080p script.