The processed image is too bright using colorbalance option.
I use ffmpegwasm to process my image and found the output image is too bright when using colorbalance option:
[info] run ffmpeg command: -i [object File] -vf colorbalance=rs=1 a.jpg

At the same time I use ffmpeg shell command with the same options under linux:
ffmpeg -i 4e349bbb-7529-4624-ac1b-8087287b9e3e_.jpg -vf colorbalance=rs=1 c.jpg
And the output image is:

The final effects are so different, did I do anything wrong with it?
It seems like you're using colorbalance=rs=1 in the first example and colorbalance=bs=1 in the second one.
Try comparing it with the same settings.
sorry, I copied an another command. And I pasted the right one right now. But the problem is still existing.
I think it's the ffmpeg's version problem.The ffmpeg's version compiled by ffmpeg.wasm-core is kind of old.