unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 238 forks source link

Seamless replay/loop #538

Closed nevaran closed 3 years ago

nevaran commented 3 years ago

Is it possible to seamlessly loop a gif/webm (or any other media) without having a noticeable stutter? The default behavior loops it but with about 1/5 to 2/3 of a second stutter/pause before it plays again. I did try to do manual, with setting position to zero and doing .Play() again on the Media Ended event, but it does not seem to even work and play the media.

Issue Categories

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.