Multi-shot video training data for ShotPlan: Cinematic Video Generation with Learnable Planning Token.
| Path | Description |
|---|---|
data/train_meta_16fps.json | 6,404 training samples (metadata + captions) |
data/videos/V*_16fps.mp4 | 549 source videos, re-encoded to 16 fps |
Each sample is an 80-frame (5 s @ 16 fps) window over temporally contiguous shots of a source video, containing 1–3 hard cuts.
data/train_meta_16fps.json is a JSON list. Each record:
{
"file_path": "videos/V000001_16fps.mp4",
"start_frame": 102,
"end_frame": 182,
"cut_at": [26, 64],
"type": "hardcut",
"text": "Global caption ... Shot 1: <shot caption> Shot 2: <shot caption> ..."
}
| Field | Meaning |
|---|---|
file_path | Video path relative to data/ |
start_frame / end_frame | Window boundaries in source-video frame indices (16 fps) |
cut_at | Hard-cut positions in frames relative to start_frame |
type | Transition type of this sample (hardcut) |
text | Hierarchical caption: a global scene description followed by per-shot captions |
Starting from the open-source VidEvent dataset (movie recap videos with naturally dense shot transitions):
Training and evaluation of multi-shot / shot-transition-controllable video generation models. This is the dataset used to train the ShotPlan checkpoints listed above.
The videos are derived from the VidEvent dataset (Liang et al., 2025), which is publicly released for research at http://www.videvent.top. This derived dataset is distributed for non-commercial research purposes only, inheriting the terms of the original VidEvent release. If you use this data, please cite both ShotPlan and VidEvent, and comply with VidEvent's usage terms.
We sincerely thank the VidEvent authors for making their dataset publicly available.
@article{liang2025videvent,
title={VidEvent: A Large Dataset for Understanding Dynamic Evolution of Events in Videos},
author={Liang, Baoyu and Su, Qile and Zhu, Shoutai and Liang, Yuchen and Tong, Chao},
journal={arXiv preprint arXiv:2506.02448},
year={2025}
}
13 commits
Multi-shot video training data for ShotPlan: Cinematic Video Generation with Learnable Planning Token.
| Path | Description |
|---|---|
data/train_meta_16fps.json | 6,404 training samples (metadata + captions) |
data/videos/V*_16fps.mp4 | 549 source videos, re-encoded to 16 fps |
Each sample is an 80-frame (5 s @ 16 fps) window over temporally contiguous shots of a source video, containing 1–3 hard cuts.
data/train_meta_16fps.json is a JSON list. Each record:
{
"file_path": "videos/V000001_16fps.mp4",
"start_frame": 102,
"end_frame": 182,
"cut_at": [26, 64],
"type": "hardcut",
"text": "Global caption ... Shot 1: <shot caption> Shot 2: <shot caption> ..."
}
| Field | Meaning |
|---|---|
file_path | Video path relative to data/ |
start_frame / end_frame | Window boundaries in source-video frame indices (16 fps) |
cut_at | Hard-cut positions in frames relative to start_frame |
type | Transition type of this sample (hardcut) |
text | Hierarchical caption: a global scene description followed by per-shot captions |
Starting from the open-source VidEvent dataset (movie recap videos with naturally dense shot transitions):
Training and evaluation of multi-shot / shot-transition-controllable video generation models. This is the dataset used to train the ShotPlan checkpoints listed above.
The videos are derived from the VidEvent dataset (Liang et al., 2025), which is publicly released for research at http://www.videvent.top. This derived dataset is distributed for non-commercial research purposes only, inheriting the terms of the original VidEvent release. If you use this data, please cite both ShotPlan and VidEvent, and comply with VidEvent's usage terms.
We sincerely thank the VidEvent authors for making their dataset publicly available.
@article{liang2025videvent,
title={VidEvent: A Large Dataset for Understanding Dynamic Evolution of Events in Videos},
author={Liang, Baoyu and Su, Qile and Zhu, Shoutai and Liang, Yuchen and Tong, Chao},
journal={arXiv preprint arXiv:2506.02448},
year={2025}
}
13 commits