docs.rs failed to build chdlady-av-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
chdlady-av
AVI container parser/writer and A/V Huffman (avhuff) codec for laserdisc CHD support.
This crate handles the audio/video pipeline used by MAME's laserdisc CHD containers. It includes an AVI RIFF reader and writer (YUY2 video + PCM audio), plus the avhuff codec that combines delta-RLE video compression with FLAC audio encoding. The AVI support covers the subset used by chdman for laserdisc workflows.
Usage
[]
= "0.1"
Features
| Feature | Default | Description |
|---|---|---|
flac-read |
✓ | FLAC audio decompression via claxon |
flac-write |
✓ | FLAC audio compression via flacenc |
Part of the chdlady workspace.