| # Media Reconstruction | |
| Each row points to a configuration manifest through `metadata.media_access.manifest_id`. | |
| ```bash | |
| python scripts/31_reconstruct_media.py \ | |
| --config ProactiveAVInteraction \ | |
| --output-dir outputs/reconstructed_media \ | |
| --limit 10 | |
| ``` | |
| Modes: | |
| - `reconstruct`: download the declared upstream archive, extract its exact member, and apply the recorded clip boundaries. CC BY-NC media is not included in the repository. | |
| - `generated`: render OCR text from the deterministic recipe or synthesize speech with the documented Piper voice. | |
| The public package contains no required server-local path. Network availability and upstream license compliance remain the user’s responsibility. | |