Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KaraTemplater: util.fbf doesn't align with line's start_time and end_time #17

Open
scrpr opened this issue Apr 12, 2024 · 0 comments · May be fixed by #18
Open

KaraTemplater: util.fbf doesn't align with line's start_time and end_time #17

scrpr opened this issue Apr 12, 2024 · 0 comments · May be fixed by #18

Comments

@scrpr
Copy link

scrpr commented Apr 12, 2024

when calling fbf function in template line like this:

Comment: !util.fbf("preline",0,400,1,"fbf")!
Comment: !retime("line",400,-400)!
Comment: !util.fbf("postline",-400,0,1,"fbf")!

often results lines to overlap:

Dialogue: 0,0:00:00.94,0:00:01.02
Dialogue: 0,0:00:01.02,0:00:01.70
Dialogue: 0,0:00:01.69,0:00:01.77

or not connecting to each other:

Dialogue: 1,0:00:02.44,0:00:02.48
Dialogue: 1,0:00:02.50,0:00:03.32
Dialogue: 1,0:00:03.32,0:00:03.36

It is fine for normal circumstances, but when I want to import this result with sync from another file using Merge Scripts, this will cause flickering.

The first and last frame should be checked so that their start time/end time would match the original line's time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant