MediaArea / RAWcooked

Encodes RAW audio-visual data into the Matroska container (MKV), using the video codec FFV1 for the image and audio codec FLAC for the sound.
https://mediaarea.net/RAWcooked
BSD 2-Clause "Simplified" License
41 stars 9 forks source link

Accept AVI with ImageSize weirdly computed #414

Closed JeromeMartinez closed 1 year ago

JeromeMartinez commented 1 year ago

FFmpeg computes v210 ImageSize from BitCount instead of really computing it.

retokromer commented 1 year ago

(This is weird indeed.)