Ian Baker

Results 409 comments of Ian Baker

I'm not able to reproduce the problem. I checked out the demo app at 2.16.1 and modified `PlayerActivity` (and its layout file) to use `PlayerView` instead of `StyledPlayerView`. The app...

`StyledPlayerView` uses `DefaultTimeBar` (via `StyledPlayerControlView`). `DefaultTimeBar` has `hideScrubber()` methods. However, it's not currently very easy to get a reference to this instance if you're using `StyledPlayerView`. Our old recommendation was...

Closing due to inactivity.

Thanks for the request. Unfortunately we don't currently have any capacity to improve ExoPlayer's SSA/ASS styling support. However we would welcome high quality PRs in this area. I'm also happy...

> Could we determine a basic checklist of what isn't supported, to determine what features of the spec can be focused on in order of size and/or ease of implementation?...

>I don't know if this makes sense in the context of Exoplayer, but it seems to me that the closest thing we have to a "standard" for ass/ssa is with...

Thanks for taking a look! Breaking down the work into small PRs definitely sounds good.

The spec I linked above (https://github.com/google/ExoPlayer/issues/8435#issuecomment-756651245) seems to think that Underline, Strikeout, ScaleX, ScaleY, Spacing and Angle **are** supported in v4+. In fact are possibly only supported there and not...

@moneytoo Assuming you're using the ExoPlayer UI components, you can force the `SubtitleView` to ignore 'embedded' styles (i.e. those encoded in subtitle files) by calling [`subtitleView.setApplyEmbeddedStyles(false)`](https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/ui/SubtitleView.html#setApplyEmbeddedStyles(boolean)). You can get the...

> What's the latest update? And would this progress and (hopefully) final integration of ass work with the Nvidia Shield TV? The table in the [comment above](https://github.com/google/ExoPlayer/issues/8435#issuecomment-762449001) has the latest...