FFmpeg / FFV1

The FFV1 lossless video codec specification.
Other
154 stars 35 forks source link

Handling of odd dimensions, subsampling and more than 1 slice #274

Open JeromeMartinez opened 7 months ago

JeromeMartinez commented 7 months ago

Current reference encoder and decoder have an issue to manage content with odd dimensions, chroma subsampling and more than 1 slice. Linked FFmpeg ticket.

The spec is not clear about that, we may need to update the spec with a clarification in addition to a good implementation.