moneytoo / Player

▶ Simple and lightweight, yet polished and powerful Android video player based on ExoPlayer
https://play.google.com/store/apps/details?id=com.brouken.player
The Unlicense
1.44k stars 171 forks source link

ASS Subtitle support issue #479

Closed Anthorty closed 1 year ago

Anthorty commented 1 year ago

Describe the bug when play a video with .ass subtitle file,if in this .ass file has some annotation.The annotation displays very quick,like a flash.Or display incorrectly.

To Reproduce Steps to reproduce the behavior:

  1. Open 'Any Video with .ass files which has some annotation'
  2. Just play normally
  3. See error

Expected behavior The annotation in .ass file display right time and right place.

Device (please complete the following information):

Media Any video will reproduction that bug.

moneytoo commented 1 year ago

SSA/ASS support is quite limited (https://github.com/google/ExoPlayer/issues/8435). The issue you are describing looks like a side effect of that - for example when it SSA tries to display multiple captions at different positions at the same time.