-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.json
More file actions
83 lines (83 loc) · 2.85 KB
/
Copy pathvideo.json
File metadata and controls
83 lines (83 loc) · 2.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"schema_version": "1.0",
"token_type": "video",
"name": "Meridian — Director's Cut",
"description": "A 12-minute experimental short film by director Elena Vasquez. 1/1 original with full commercial licensing rights.",
"image": "ipfs://QmVid.../meridian-poster.jpg",
"image_mime_type": "image/jpeg",
"animation_url": "ipfs://QmVid.../meridian-directors-cut-4k.mp4",
"animation_mime_type": "video/mp4",
"external_url": "https://gallery.example.com/meridian",
"attributes": [
{ "trait_type": "Director", "value": "Elena Vasquez" },
{ "trait_type": "Duration (seconds)", "value": 720, "display_type": "number" },
{ "trait_type": "Resolution", "value": "4K UHD" },
{ "trait_type": "Aspect Ratio", "value": "2.39:1" },
{ "trait_type": "Genre", "value": "Experimental" },
{ "trait_type": "Year", "value": "2025", "display_type": "number" },
{ "trait_type": "Subtitles", "value": "EN, IT, ES" },
{ "trait_type": "Edition", "value": "1/1" }
],
"collection": {
"name": "Elena Vasquez Films",
"description": "Tokenized short films by award-winning director Elena Vasquez.",
"symbol": "EVFILM",
"image": "ipfs://QmVid.../elena-vasquez-collection.jpg",
"total_supply": 8
},
"creator": {
"address": "ML1elenav...",
"name": "Elena Vasquez",
"royalty_percentage": 10.0,
"royalty_address": "ML1elenav..."
},
"social": {
"twitter": "https://twitter.com/elenavasquez",
"discord": null,
"github": null,
"website": "https://elenavasquez.example.com"
},
"type_metadata": {
"media": {
"duration_seconds": 720,
"resolution": "3840x2160",
"aspect_ratio": "2.39:1",
"frame_rate": 24,
"codec": "H.265",
"file_size_bytes": 4831838208,
"color_space": "DCI-P3",
"audio_tracks": [
{ "language": "en", "format": "AAC 5.1", "description": "Original mix" },
{ "language": "it", "format": "AAC Stereo", "description": "Italian dub" }
],
"subtitle_languages": ["en", "it", "es"]
},
"production": {
"director": "Elena Vasquez",
"producer": "Parallax Films",
"cinematographer": "Marco Ricci",
"year": 2025,
"country_of_origin": "IT",
"language": "en",
"genre": ["experimental", "drama"],
"festival_selections": [
{ "name": "Venice Film Festival", "year": 2025, "section": "Orizzonti" },
{ "name": "Sundance Film Festival", "year": 2026, "section": "Short Film" }
]
},
"edition": {
"number": 1,
"total": 1,
"variant": "directors_cut"
},
"license": {
"type": "commercial",
"scope": "worldwide",
"includes_broadcast_rights": true,
"includes_streaming_rights": true,
"includes_theatrical_rights": true,
"sublicensable": true,
"license_url": "https://elenavasquez.example.com/meridian/license"
}
}
}