我需要裁剪(不修剪)我的应用中的视频。裁剪可以是方形或矩形。
答案 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
使用此库我们可以裁剪视频