We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can we restrict the Timeline for Videos to specific duration
suppose there are 2 video one of 60 seconds and another of 120 seconds
now we want to get thumbnail of first video from 15 seconds to 45 seconds and of second video from 75 seconds to 11o seconds how can we do this.
this is some thing similar to concatenated media source with clippingmediasource in exo player.
concatenated media source
clippingmediasource
https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/source/ConcatenatingMediaSource.html
https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/source/ClippingMediaSource.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How can we restrict the Timeline for Videos to specific duration
suppose there are 2 video one of 60 seconds and another of 120 seconds
now we want to get thumbnail of first video from 15 seconds to 45 seconds and of second video from 75 seconds to 11o seconds how can we do this.
this is some thing similar to
concatenated media source
withclippingmediasource
in exo player.https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/source/ConcatenatingMediaSource.html
https://exoplayer.dev/doc/reference/com/google/android/exoplayer2/source/ClippingMediaSource.html
The text was updated successfully, but these errors were encountered: