Funway
Funway
你好, 我看到目前有TakeSnapshot 方法可以获得下一帧的图片, 需要播放器播放才有效, 那么, 是否能够获得视频指定时间的图片呢? 比如获得45:30的图片? VLC有这种功能吗? 又或者我想给任意视频文件生成一个封面(0秒缩略图) 非常感谢你们的辛苦工作, 希望没有太打扰, 谢谢.
Hi there, Can I get video Information (e.g. duration, width/height) without call Play()? just load headers? > VlcPlayer player; ... player.LoadMedia("http://example.com/test.mp4"); // player.Play(); // I don't want to play the...
### This function solves the problem (这个功能解决的问题) Sometimes, the rows in the table have custom sortable fields, such as "priority, sort index". It would be great if the user is...