How does Instagram crop video in android app?

前端 未结 3 962
忘了有多久
忘了有多久 2021-01-21 15:20

I am trying to record the video in 1:1 ratio (square) and i cant get it to work, if i set custom resolution in media recorder instance i get an error on media recorder start.

3条回答
  •  鱼传尺愫
    2021-01-21 16:06

    Using OpenGL and shader can solve this problem. Or you can use libyuv to do it on CPU.

提交回复
热议问题