Crop Video
Crop a video to a rectangular pixel region and re-encode the visible area.
工具代码会在浏览器中处理所选文件和输入内容,不会将其提交给 TOOLGRID 的处理接口。 TOOLGRID 只衡量工具使用情况,不记录你输入的内容。
- 不上传工具输入至 TOOLGRID
- 不登录
- 复制前先检查
Loading tool…
这个工具能做什么
Crop video with explicit width, height, X, and Y values. The workspace validates even output dimensions for H.264 compatibility.
Inspect source dimensions, set an in-bounds even rectangle, encode, and check every edge of the result.
Processing starts only after you choose files and press the action button. The media engine is not preloaded on the homepage or ordinary tool pages.
这个工具适合解决什么问题
Crop the content region while preserving the original timing and audio.
依赖结果前需要检查什么
- Crop coordinates are source pixels before rotation metadata is applied.
- Invalid or out-of-bounds rectangles fail instead of being guessed.
如果还需要校验、转换或复用结果,可以继续打开相近的浏览器本地工具。
如何使用
01使用场景
Crop the content region while preserving the original timing and audio.
Inspect source dimensions, set an in-bounds even rectangle, encode, and check every edge of the result.
使用技巧
- 01Start with a short representative file
Confirm codec and browser support before committing device time to a long source.
- 02Keep the source
Every output is a new file. Retain the original until you have completed a full playback check.
常见问题
02Is my media uploaded to TOOLGRID?
No. The selected files are written into an in-browser worker file system. The self-hosted encoder assets are downloaded separately, but TOOLGRID does not receive the selected media for processing.
Why can a local media job be slow?
The compatibility encoder runs single-threaded in WebAssembly and is limited by device CPU, available memory, source duration, resolution, codecs, and browser behavior.
What should I verify in the result?
Check playback, duration, seeking, video and audio synchronization, expected tracks, visual quality, and actual file size in the browser or player used by your audience.

