From b16e362fc45dff16c1b01dd2b05fc1491265f088 Mon Sep 17 00:00:00 2001 From: Jerome Wu Date: Thu, 12 Nov 2020 09:55:37 +0800 Subject: [PATCH] Add FAQ --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e4c3963..ce5a2b6 100644 --- a/README.md +++ b/README.md @@ -106,3 +106,7 @@ There are two components inside ffmpeg.wasm: Sadly, no for now. You can check this issue for more details: https://github.com/ffmpegwasm/ffmpeg.wasm/issues/106 But it might be possible one day. + +### What is the maximum size of input file? + +2 GB, which is a hard limit in WebAssembly. Might become 4 GB in the future.