media-kit / media-kit

A cross-platform video player & audio player for Flutter & Dart.
https://github.com/media-kit/media-kit
MIT License
893 stars 126 forks source link

Add support for milliseconds in `start` and `end` for `Media` #780

Closed default-anton closed 2 weeks ago

default-anton commented 3 weeks ago

mpv allows the use of [+|-][[hh:]mm:]ss[.ms] for start and end. Currently, the implementation drops the ms part.

This PR adds support for milliseconds in start and end for Media.

abdelaziz-mahdy commented 3 weeks ago

pull from main to fix the ci that fails.