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

Annotation Data is inconsistent between Preview Player and Playlist Player #1595

Open
tetsuoanimation opened this issue Dec 2, 2024 · 0 comments
Assignees
Labels

Comments

@tetsuoanimation
Copy link

Context

Studio name: Tetsuo Animation
Kitsu version: Kitsu 0.19.74
Production type: Short

Describe the bug

When adding a drawing on a film, the frame data is inconsitent depending on the frame being drawn in PreviewPlayer mode or Playlist Mode. It shows up at the 'correct' time and @frame links seem to work in both players.

Here's an example:
The first two datas have been drawn in PreviewPlayer mode - the frame numbers are saved as int and are off by one frame. ( First drawing is on Frame 55 on the framecounter ( second screenshot )

The second two datas have been drawn in PlaylistMode - the frame numbers are saved as string and are matching the clock ( third screenshot )

The clocks are the same in PreviewPlayer and PlaylistMode and I think the times might be correct as the drawing is shown on the right frame.

I also found that the PreviewPlayer shows a different image from the video depending on how we seek to it - stepping frame by frame is one frame of from seeking to a specific frame, no matter if we do it with the timeline or through code.
I'll investigate this a bit more and open a second issue for it.

Screenshots
grafik
grafik
grafik

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

No branches or pull requests

2 participants