I run into a problem here. I'm converting an image sequence to rgba and getting a very huge file size.
My command is
Code: Select all
convert -monitor V:\Background2\background_*.jpg V:\BG5.rgba
Is there any way to decrease the size of .RGBA format?
I can't use any other formats unfortunately
Also, I've tried -compression options, but the file size remains the same.