我使用滑动从视频网址获取帧,但是滑动获取帧,下载整个视频,这需要时间。
RequestOptions myOptions = new RequestOptions()
.fitCenter()
.centerCrop().circleCrop()
.placeholder(R.drawable.loading_circle);
Glide.with(context)
.asBitmap()
.apply(myOptions)
.load(Link)
.into(image);
如何从视频中获取最后一帧?
答案 0 :(得分:3)
您可以使用{!! Form::open(array('url' => route('product.update', $details->id), 'method' => 'PUT') !!}
<input>
<input>
{!! Form::close() !!}
来执行此操作,也可以使用网址,来自here的代码示例,
.....
MediaMetadataRetriever
答案 1 :(得分:0)
看看这是否有助于你需要这个api首先单独获取帧然后使用滑动 How to get video thumbnail (frame) from live video url