unosquare / ffmediaelement

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

Allow setting MaxSpeedRatio #532

Closed kylelaverty closed 3 years ago

kylelaverty commented 3 years ago

Allow setting MaxSpeedRatio, missing from current release

Issue https://github.com/unosquare/ffmediaelement/issues/473 was supposed to be a part of release 3.40 and is tracked as part of it but the current code does not actually support setting the max speed ratio.

This change would most likely revolve around setting a value that then gets used in a max compare here: https://github.com/unosquare/ffmediaelement/blob/c928b1001ec38f0042df436f5fe7142a6a2355be/Unosquare.FFME/Engine/MediaEngineState.cs#L107

Issue Categories

Version Information

Expected Results

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.

kylelaverty commented 3 years ago

@mariodivece the bot seems to have marked this as stale and wontfix but you have assigned this to a milestone.

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.

mariodivece commented 3 years ago

Changing MaxSpeedRatioContants to 100. Use at your own risk. :)