Crop video in HTML?

后端 未结 3 739
没有蜡笔的小新
没有蜡笔的小新 2020-12-29 05:11

I want to crop a video in HTML 5.

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 05:39

    I solved the same problem with another approach:

    I just cropped the video using an online tool: https://ezgif.com/crop-video

    This has 2 advantages:

    1. faster then creating canvases, think about their styling and responsiveness
    2. smaller video file -> less data transfer

    I know that this is not what you asked for, but maybe it helps some other folks, coming across this post.

提交回复
热议问题