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

AVI/v210: support of 00db frames #415

Closed JeromeMartinez closed 1 year ago

JeromeMartinez commented 1 year ago

Some muxers use 00dc ("Compressed video frame"), some other muxers use 00db ("Uncompressed video frame"), source, and we forgot 00db during the development of AVI/v210 support.

@lhibberdatnls

JeromeMartinez commented 1 year ago

@lhibberdatnls in latest snapshots.

lhibberdatnls commented 1 year ago

It's Alive! Tested and working. Thanks @JeromeMartinez