如何从绝对路径检索视频缩略图?

发布于 2024-08-28 00:38:36 字数 139 浏览 5 评论 0原文

我知道这一定是微不足道的,但我想我只是找不到合适的资源。
所以我想做的就是检索视频的缩略图。我所拥有的只是 SD 卡上文件的绝对路径(字符串形式)。所以请指出我正确的方向。

相信我,这已经够尴尬了……

问候,
斯特夫

I know this has to be trivial but I just don't find the right resource, I guess.
So all I want to do is retrieving a thumbnail for a video. All I have is the absolute path to the file on the sdcard as a String. So please point me into the right direction.

And believe me, this is embarrassing enough to ask...

Regards,
Steff

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

許願樹丅啲祈禱 2024-09-04 00:38:36

你用过这个吗?

String Sdcard_path=Environment.getExternalStorageDirectory().getAbsolutePath() + "/myVideoThumbnails/";

;)

Have u used this?

String Sdcard_path=Environment.getExternalStorageDirectory().getAbsolutePath() + "/myVideoThumbnails/";

;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文