ffmpegwasm / ffmpegwasm/ffmpeg.wasm
The processed image is too bright using colorbalance option.
- Dominant language
- C
- Stars
- 17.8k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
Assessment
This issue has not been assessed yet.