File size: 707 Bytes
64ac96d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.