影片工具
在瀏覽器中以 ffmpeg.wasm 處理影片,完全離線、無需上傳。
影片工具
-
影片剪輯工具
將任何影片剪輯到精確起訖點,無需重新編碼,即時 copy-stream 輸出。
開啟工具 →
-
影片轉 GIF
將影片片段轉為動畫 GIF,可自訂 FPS 與寬度。
開啟工具 →
-
影格擷取器
從影片中擷取個別影格為 PNG 圖片,並以 ZIP 下載。
開啟工具 →
-
影片靜音工具
移除任何影片檔的音軌,快速 copy-stream 處理,不損畫質。
開啟工具 →
-
影片旋轉器
將影片旋轉 90°、180°,或水平、垂直翻轉。
開啟工具 →
-
影片格式轉換器
完全在瀏覽器中將影片在 MP4、WebM 與 MOV 格式之間轉換。
開啟工具 →
-
影片壓縮器
使用 CRF 品質滑桿縮小影片檔案,無需上傳、無雲端處理。
開啟工具 →
-
縮圖產生器
從影片的任何時間點擷取靜態影格,並下載為 JPEG 圖片。
開啟工具 →
-
影片變速工具
將影片速度從 0.25× 加速到 4×,同步校正音訊音調。
開啟工具 →
-
音訊擷取器
從任何影片中擷取音軌,並下載為 MP3 或 WAV。
開啟工具 →
-
影片裁切器
視覺化裁切影片,提供 1:1、16:9、4:3、9:16 比例預設或自由選取。
開啟工具 →
-
影片尺寸調整器
重新縮放影片至精確寬高 — 支援 1080p、720p、480p 或自訂尺寸。
開啟工具 →
-
倒轉影片
倒著播放影片片段 — 影像與聲音可同時倒轉,或僅倒轉影像。
開啟工具 →
-
更改長寬比
為影片加上黑邊或補邊以變換長寬比,而不會造成畫面變形。
開啟工具 →
-
提升影片音量
將過小的影片音量放大最高 10 倍,畫面保持不變。
開啟工具 →
-
影片濾鏡
為任意影片套用亮度、對比、飽和度、灰階或復古色調濾鏡。
開啟工具 →
-
影片截圖
在指定時間點擷取任意影片的單一畫面,匯出為 PNG 或 JPEG。
開啟工具 →
-
擷取音訊(MP3、M4A、OGG、WAV)
從任意影片擷取音訊軌,並下載為 MP3、M4A、OGG 或 WAV。
開啟工具 →
-
字幕嵌入影片
將 SRT/VTT 字幕硬編進影像,或以軟字幕方式附加進影片。
開啟工具 →
-
轉換為 WebM
將 MP4、MOV、MKV 或 AVI 轉為 WebM(VP9)— 適合網頁,檔案小、格式開放。
開啟工具 →
-
轉換為 MP4
將 WebM、MOV、AVI、MKV 或 FLV 轉為 MP4(H.264)— 通用相容輸出。
開啟工具 →
Why browser-only video tools?
Traditional online video tools require you to upload your video to a remote server. That means your footage — whether it is a private recording, a confidential interview, or an unreleased production — is transmitted to and temporarily stored by a third party. The tools on this page use ffmpeg.wasm, a WebAssembly port of FFmpeg, to process video entirely inside your browser. Nothing leaves your device.
ffmpeg.wasm provides the same powerful codec support as native FFmpeg: H.264, VP8, VP9, GIF encoding, audio extraction, and more. The trade-off is speed — WebAssembly runs roughly 5–20× slower than native FFmpeg. For everyday tasks like trimming a clip, muting a video, or extracting a thumbnail, this difference is barely noticeable. For longer re-encode operations such as compression or format conversion, expect to wait a few minutes for a large file.
Choosing the right tool
To cut a video to a shorter length, use the Video Trimmer — it copies streams without re-encoding, so it is near-instant. To reduce file size, use the Video Compressor with a higher CRF value. To share a looping clip on social media, use Video to GIF. To silence a video before posting, use the Video Muter. To fix the orientation of a phone recording, use the Video Rotator. To grab a cover image from a video, use the Thumbnail Generator.
Related audio tools: Audio Trimmer · Audio Converter · Audio Merger
常見問題
- Are my video files uploaded to a server?
- No. Every video tool on this page runs entirely inside your browser using ffmpeg.wasm — a WebAssembly build of FFmpeg. Your files never leave your device, not even temporarily.
- Why is the first load slow?
- ffmpeg.wasm downloads approximately 25 MB of WebAssembly code on the first visit. Subsequent visits are instant because the browser caches the WASM binary. We show a progress indicator so you know the download is in progress.
- Which input video formats are supported?
- ffmpeg.wasm supports most common formats: MP4 (H.264, H.265), WebM (VP8, VP9), MOV, AVI, MKV, and more. MP4 and WebM work most reliably across all tools.
- What format is the output?
- Most tools output MP4 (H.264) for maximum compatibility. The GIF tool outputs an animated GIF, the frame extractor outputs PNG images in a ZIP, and the audio extractor can output MP3 or WAV.
- Do these tools work on iPhone and Android?
- Yes. All tools are mobile-first and work in Chrome and Firefox on Android. iPhone Safari support depends on the iOS version — iOS 16.4+ has sufficient WebAssembly support for ffmpeg.wasm.
- How large a video can I process?
- The video is loaded into browser memory before processing. Most devices handle files up to a few hundred MB comfortably. Very large files (over 1 GB) may hit RAM limits on mobile devices.
- How fast is video processing?
- ffmpeg.wasm is single-threaded WebAssembly and runs roughly 5–20× slower than native FFmpeg. A 1-minute MP4 trim takes a few seconds; a full compress re-encode may take a minute or two. Operations that copy streams (trim, mute) are near-instant.
- Do the tools work offline?
- Yes, after the page and the ffmpeg.wasm core have loaded. The WASM binary is cached by the browser, so once you have visited and loaded a tool, it works without a network connection.