Issue Title (ffme:MediaElement shows a wrong rotated frame at begin.)
When just call ffme:MediaElement open (without play) a '.mov' video(captured by iphone), it has a wrong rotated frame shown flickly at begin.
upload .mov video here: https://user-images.githubusercontent.com/11456033/194298421-3051e2a9-3767-456e-ba72-04807eb8b2e4.mov
Other mp4 videos don't have this issue.
Maybe it's the ffme bug or .net framework bug, or others?
Issue Categories
[x] Bug
Version Information
[x] NuGet Package 4.4.350
[x] Visual Studio 2022, .Net Framework 6.0(Long-term support)
Steps to Reproduce
Using below xaml and C# codes (pls change files path).
Build and run.
Click the button. This issue will be shown at first click.
Expected Results
Result: Show the right rotated frame directly without the flicking issue.
Issue Title (ffme:MediaElement shows a wrong rotated frame at begin.)
Issue Categories
Version Information
Steps to Reproduce
Expected Results
Sample Code
XAML
C