I'm using a code like that to convert a sequence of images into a video.
ffmpeg -framerate 24 -i a%04d.jpg -vcodec libx264 -b 40000k video.mp4
I noticed that the size of the output video is much less than the total size of the images. Does that mean there's a reduction in the quality?