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
42 stars 11 forks source link

Support of 32-bit integer PCM as input #364

Closed JeromeMartinez closed 2 years ago

JeromeMartinez commented 2 years ago

No FLAC compression as no encoder currently supports 32-bit. Signed little endian WAV and signed big endian AIFF were checked so accepted.

Close https://github.com/MediaArea/RAWcooked/issues/356.