abdelaziz-mahdy / flutter_meedu_videoplayer

Cross-Platform Video Player for flutter
https://abdelaziz-mahdy.github.io/flutter_meedu_videoplayer/
MIT License
132 stars 69 forks source link

AFR supported ? #150

Closed michalss closed 11 months ago

michalss commented 11 months ago

Hi, Is ARF(Automatic Frame Rate) supported please ? Mostly releated to mobile platforms..

AFR (auto frame rate) – is function which designed to match the media player's output frame rate to the original frame rate of (video) content. This applies to content that's mastered at different frame rates, for example 24fps film-based content or other international video content encoded at 60, 50, 30, 25, and 24fps.

Some more exmaplanation why is needed.. https://tvbox-app.com/en/autoframerate/ https://ugoos.com/system-auto-frame-rate-for-tv-boxes

Regards

abdelaziz-mahdy commented 11 months ago

I use video_player and media_kit for playback

So if they support it I do,

The problem is I don't know if they support it or not 😞

michalss commented 11 months ago

it should support it as using mpv as base..