Image sequence to RGBA file
Posted: 2018-09-20T08:47:57-07:00
Hello people,
I run into a problem here. I'm converting an image sequence to rgba and getting a very huge file size.
My command is
with more than 3000 images inside, my BG.rgba file is 30gb, but originally sequence is just 800mb.
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.
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.