Relative Content

Tag Archive for c#.netwinui-3

How to get framerate of video in C# WinUI

I have a WinUI 3 project that requires the user to submit a video file, I have been assuming that the framerate is 30fps as it requires time calculations. But I would like the app to automatically get the framerate from metadata, or some other way as I know some video files don’t have framerate data.