想做个Winform的视频播放器,mp4格式的就行。网上尝试了用Windows Media Player
,但是它不显示视频时长,就没办法。
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
WMP控件是不显示视频时长的,但是视频长度是可以获取到的。
方法:
1,axWindowsMediaPlayer1.currentMedia.durationString,返回结果:”时:分:秒“。
2,axWindowsMediaPlayer1.currentMedia.duration,返回结果:总秒数。
vlc +1
github -> vlc