|
|
|
|
|
by adgjlsfhk1
1191 days ago
|
|
> Image encoding is a subset of video encoding This isn't true. There are a number of things that make sense for images but not videos.
1. Progressive rendering.
2. Big images (up to 2^30 by 2^30)
3. More channels (up to 4099) (this can be useful for transparency, depth, or tracking random other things for scientific purposes)
5. High bit depth (up to 32 bit) (this is mostly useful for sciency stuff)
4. Lossless encoding. Basically no one wants lossless video (it's way too big), but lossless images often make sense. |
|