Ticket #1007 (closed defect: fixed)
Insorrect work with time and fs+ tag using "transform framerate" function
| Reported by: | B.F. | Owned by: | Plorkyeran |
|---|---|---|---|
| Priority: | high | Milestone: | 2.1.8 |
| Component: | General | Version: | 2.1.7 |
| Severity: | minor | Keywords: | |
| Cc: | Platform: | All | |
| Sub Component: |
Description (last modified by Plorkyeran) (diff)
If I export subtitles using "transform framerate" function, Aegisub remove "+" from "fs+"
before:
0,0:22:22.64,0:22:22.93,EdSong30000,0000,0000{move(343,11,332,17,0,288) (0,288,fs+21c&He98c543c0)}Spi
after:
0,0:22:42.42,0:22:42.71,EdSong30000,0000,0000{move(343,11,332,17,0,292) (0,292,fs21c&He98c543c0)}Spi
also if it "transforme framerate" in karaoke like this
Dialogue: 0,0:22:33.27,0:22:37.18,EdSong30000,0000,0000{ (0,1,alpha&HFF)}Spi{
(540,540,alpha&HFF)}der
it can replace " (0,1" with " (0,0" and broke the animation
Dialogue: 0,0:22:22.64,0:22:26.42,EdSong30000,0000,0000{ (0,0,alpha&HFF)}Spi{
(493,493,alpha&HFF)}der
Change History
comment:3 Changed 2 years ago by plorkyeran
- Status changed from new to closed
- Resolution set to fixed
comment:6 Changed 2 years ago by B.F.
Check fixes on r3974 beta.
"Transform framerate" filter now work without problems.
Thanks.
P.S.
Beta is still crash sometimes, but I hope final version will be stable.
comment:7 Changed 2 years ago by verm
- Priority changed from normal to high
- Status changed from closed to reopened
- Resolution fixed deleted
Can we double check this to make sure it's really fixed?

(In [3838]) Add \fs+ and \fs- to the ASS parser so they aren't killed by transforms. Updates #1007.