如何在Android中通过触摸裁剪视频?

时间:2017-02-20 07:41:17

标签: android video touch crop android-videoview

我需要裁剪(不修剪)我的应用中的视频。裁剪可以是方形或矩形。

2 个答案:

答案 0 :(得分:0)

你应该使用fenster android库来播放视频。该库提供支持比例类型“crop”。

https://github.com/malmstein/fenster

<com.malmstein.fenster.view.FensterVideoView
  android:id="@+id/play_video_texture"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  app:scaleType="crop" />

答案 1 :(得分:0)

https://github.com/crust87/Android-VideoCropView

使用此库我们可以裁剪视频