Overlaiapp commited on
Commit
6506ee4
·
verified ·
1 Parent(s): 11882d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -63,15 +63,24 @@ tags:
63
  ## Metadata
64
  The metadata is made available through a series of parquet files with the following schema:
65
 
66
- id: A unique identifier for the image.
67
- url: The URL of the image.
68
- caption: A caption for the image.
69
- width: The width of the image in pixels.
70
- height: The height of the image in pixels.
71
- mime_type: The MIME type of the image file.
72
- hash: The MD5 hash of the image file.
73
- license: The URL of the image license.
74
- source : The source organization of the image.
 
 
 
 
 
 
 
 
 
75
 
76
  ### Content Credentials
77
 
 
63
  ## Metadata
64
  The metadata is made available through a series of parquet files with the following schema:
65
 
66
+ - `resolution`: Differentiates between either the 4K or 720p version of a video.
67
+ - `scene_description`: A natural language description of the scene, detailing the subject, environment, lighting, and mood.
68
+ - `shot_type`: The method or perspective of the shot, such as aerial, drone, tripod, or crane.
69
+ - `camera_movement`: The type of motion applied to the camera, including dolly, pan, tilt, or other cinematic movements.
70
+ - `speed_or_intensity`: The perceived pace or energy of the action within the scene, categorized as slow, medium, or fast.
71
+ - `slow_motion_factor`: The percentage of playback speed compared to real-time, indicating how much the footage has been slowed down.
72
+ - `current_framerate`: The frame rate of the video file in this dataset, specifying the number of frames displayed per second (e.g., 23.976).
73
+ - `current_framerate`: The frame rate at which the footage was recorded, indicating the number of frames captured per second (e.g., 29.97, 59.94).
74
+ - `shutter_angle`: The angle of the camera's shutter, controlling motion blur and exposure time relative to the capture framerate (e.g., 180° for natural motion blur).
75
+ - `camera_model`: The specific make and model of the camera used for capturing the footage (e.g., DJI Inspire 3).
76
+ - `sensor_width`: The width of the camera sensor in millimeters, defining the horizontal dimension of the active imaging area (e.g., 33.5mm).
77
+ - `sensor_height`: The height of the camera sensor in millimeters, defining the vertical dimension of the active imaging area (e.g., 19mm).
78
+ - `lens`: The focal length and type of lens used for capturing the footage, which determines the field of view and depth of field (e.g., 18mm wide-angle lens).
79
+ - `horizontal_fov`: The angular field of view across the width of the frame, measured in degrees (e.g., 85.9°).
80
+ - `vertical_fov`: The angular field of view across the height of the frame, measured in degrees (e.g., 55.6°).
81
+ - `diagonal_fov`: The angular field of view across the diagonal of the frame, providing the widest perspective measurement (e.g., 93.9°).
82
+ - `duration`: The total length of the video clip, measured in seconds or minutes (e.g., 10 seconds).
83
+ - `size`: The file size of the video, typically measured in megabytes (MB) or gigabytes (GB) (e.g., 1.2GB).
84
 
85
  ### Content Credentials
86