- Moderator
- #21
I have changed it by :
But i'm not sure if it's ok because, we can have multiple video stream (i suppose that all should be at the same framerate but maybe not)
C#:
if (MediaInfo != null && m_speedRate == 5000 && MediaInfo.BestVideoStream.FrameRate == 24)
But i'm not sure if it's ok because, we can have multiple video stream (i suppose that all should be at the same framerate but maybe not)