The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
case_id: string
combo_name: string
data_source: string
steps: list<item: string>
child 0, item: string
total_instruction_en: string
total_instruction_zh: string
source_video: string
final_video: string
pairs: list<item: struct<case_id: string, step: string, source_video: string, edited_video: string, instruc (... 124 chars omitted)
child 0, item: struct<case_id: string, step: string, source_video: string, edited_video: string, instruction_en: st (... 112 chars omitted)
child 0, case_id: string
child 1, step: string
child 2, source_video: string
child 3, edited_video: string
child 4, instruction_en: string
child 5, instruction_zh: string
child 6, source_caption: string
child 7, edited_caption: string
child 8, cam_type: int64
child 9, cam_name: string
resolution: struct<width: int64, height: int64>
child 0, width: int64
child 1, height: int64
fps: int64
cam_type: int64
instruction_en: string
instruction_zh: string
edited_video: string
cam_name: string
step: string
to
{'case_id': Value('string'), 'step': Value('string'), 'source_video': Value('string'), 'edited_video': Value('string'), 'instruction_en': Value('string'), 'instruction_zh': Value('string'), 'cam_type': Value('int64'), 'cam_name': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
case_id: string
combo_name: string
data_source: string
steps: list<item: string>
child 0, item: string
total_instruction_en: string
total_instruction_zh: string
source_video: string
final_video: string
pairs: list<item: struct<case_id: string, step: string, source_video: string, edited_video: string, instruc (... 124 chars omitted)
child 0, item: struct<case_id: string, step: string, source_video: string, edited_video: string, instruction_en: st (... 112 chars omitted)
child 0, case_id: string
child 1, step: string
child 2, source_video: string
child 3, edited_video: string
child 4, instruction_en: string
child 5, instruction_zh: string
child 6, source_caption: string
child 7, edited_caption: string
child 8, cam_type: int64
child 9, cam_name: string
resolution: struct<width: int64, height: int64>
child 0, width: int64
child 1, height: int64
fps: int64
cam_type: int64
instruction_en: string
instruction_zh: string
edited_video: string
cam_name: string
step: string
to
{'case_id': Value('string'), 'step': Value('string'), 'source_video': Value('string'), 'edited_video': Value('string'), 'instruction_en': Value('string'), 'instruction_zh': Value('string'), 'cam_type': Value('int64'), 'cam_name': Value('string')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
case_id string | step string | source_video string | edited_video string | instruction_en string | instruction_zh string | cam_type int64 | cam_name string |
|---|---|---|---|---|---|---|---|
00007f18662f40a9_fixed_left | camera | videos/00007f18662f40a9_fixed_left/i2v.mp4 | videos/00007f18662f40a9_fixed_left/camera.mp4 | Hold a fixed camera shifted to the left | 固定机位偏左 | 11 | Fixed Left |
00007f18662f40a9_fixed_right | camera | videos/00007f18662f40a9_fixed_right/i2v.mp4 | videos/00007f18662f40a9_fixed_right/camera.mp4 | Hold a fixed camera shifted to the right | 固定机位偏右 | 12 | Fixed Right |
00007f18662f40a9_pan_left | camera | videos/00007f18662f40a9_pan_left/i2v.mp4 | videos/00007f18662f40a9_pan_left/camera.mp4 | Pan the camera left | 镜头向左平移 | 2 | Pan Left |
00007f18662f40a9_pan_right | camera | videos/00007f18662f40a9_pan_right/i2v.mp4 | videos/00007f18662f40a9_pan_right/camera.mp4 | Pan the camera right | 镜头向右平移 | 1 | Pan Right |
00007f18662f40a9_rotate_left | camera | videos/00007f18662f40a9_rotate_left/i2v.mp4 | videos/00007f18662f40a9_rotate_left/camera.mp4 | Arc the camera to the left | 镜头向左环绕 | 9 | Arc Left |
00007f18662f40a9_rotate_right | camera | videos/00007f18662f40a9_rotate_right/i2v.mp4 | videos/00007f18662f40a9_rotate_right/camera.mp4 | Arc the camera to the right | 镜头向右环绕 | 10 | Arc Right |
00007f18662f40a9_tilt_down | camera | videos/00007f18662f40a9_tilt_down/i2v.mp4 | videos/00007f18662f40a9_tilt_down/camera.mp4 | Tilt the camera downward | 镜头向下俯 | 4 | Tilt Down |
00007f18662f40a9_tilt_up | camera | videos/00007f18662f40a9_tilt_up/i2v.mp4 | videos/00007f18662f40a9_tilt_up/camera.mp4 | Tilt the camera upward | 镜头向上仰 | 3 | Tilt Up |
00007f18662f40a9_translate_down | camera | videos/00007f18662f40a9_translate_down/i2v.mp4 | videos/00007f18662f40a9_translate_down/camera.mp4 | Move the camera downward | 镜头向下移动 | 8 | Translate Down |
00007f18662f40a9_translate_up | camera | videos/00007f18662f40a9_translate_up/i2v.mp4 | videos/00007f18662f40a9_translate_up/camera.mp4 | Move the camera upward | 镜头向上移动 | 7 | Translate Up |
00007f18662f40a9_zoom_in | camera | videos/00007f18662f40a9_zoom_in/i2v.mp4 | videos/00007f18662f40a9_zoom_in/camera.mp4 | Zoom the camera in closer | 镜头推近 | 5 | Zoom In |
00007f18662f40a9_zoom_out | camera | videos/00007f18662f40a9_zoom_out/i2v.mp4 | videos/00007f18662f40a9_zoom_out/camera.mp4 | Zoom the camera out wider | 镜头拉远 | 6 | Zoom Out |
000086ef2c61452d_fixed_left | camera | videos/000086ef2c61452d_fixed_left/i2v.mp4 | videos/000086ef2c61452d_fixed_left/camera.mp4 | Hold a fixed camera shifted to the left | 固定机位偏左 | 11 | Fixed Left |
000086ef2c61452d_fixed_right | camera | videos/000086ef2c61452d_fixed_right/i2v.mp4 | videos/000086ef2c61452d_fixed_right/camera.mp4 | Hold a fixed camera shifted to the right | 固定机位偏右 | 12 | Fixed Right |
000086ef2c61452d_pan_left | camera | videos/000086ef2c61452d_pan_left/i2v.mp4 | videos/000086ef2c61452d_pan_left/camera.mp4 | Pan the camera left | 镜头向左平移 | 2 | Pan Left |
000086ef2c61452d_pan_right | camera | videos/000086ef2c61452d_pan_right/i2v.mp4 | videos/000086ef2c61452d_pan_right/camera.mp4 | Pan the camera right | 镜头向右平移 | 1 | Pan Right |
000086ef2c61452d_rotate_left | camera | videos/000086ef2c61452d_rotate_left/i2v.mp4 | videos/000086ef2c61452d_rotate_left/camera.mp4 | Arc the camera to the left | 镜头向左环绕 | 9 | Arc Left |
000086ef2c61452d_rotate_right | camera | videos/000086ef2c61452d_rotate_right/i2v.mp4 | videos/000086ef2c61452d_rotate_right/camera.mp4 | Arc the camera to the right | 镜头向右环绕 | 10 | Arc Right |
000086ef2c61452d_tilt_down | camera | videos/000086ef2c61452d_tilt_down/i2v.mp4 | videos/000086ef2c61452d_tilt_down/camera.mp4 | Tilt the camera downward | 镜头向下俯 | 4 | Tilt Down |
000086ef2c61452d_tilt_up | camera | videos/000086ef2c61452d_tilt_up/i2v.mp4 | videos/000086ef2c61452d_tilt_up/camera.mp4 | Tilt the camera upward | 镜头向上仰 | 3 | Tilt Up |
000086ef2c61452d_translate_down | camera | videos/000086ef2c61452d_translate_down/i2v.mp4 | videos/000086ef2c61452d_translate_down/camera.mp4 | Move the camera downward | 镜头向下移动 | 8 | Translate Down |
000086ef2c61452d_translate_up | camera | videos/000086ef2c61452d_translate_up/i2v.mp4 | videos/000086ef2c61452d_translate_up/camera.mp4 | Move the camera upward | 镜头向上移动 | 7 | Translate Up |
000086ef2c61452d_zoom_in | camera | videos/000086ef2c61452d_zoom_in/i2v.mp4 | videos/000086ef2c61452d_zoom_in/camera.mp4 | Zoom the camera in closer | 镜头推近 | 5 | Zoom In |
000086ef2c61452d_zoom_out | camera | videos/000086ef2c61452d_zoom_out/i2v.mp4 | videos/000086ef2c61452d_zoom_out/camera.mp4 | Zoom the camera out wider | 镜头拉远 | 6 | Zoom Out |
0000dd0136ad49ea_fixed_left | camera | videos/0000dd0136ad49ea_fixed_left/i2v.mp4 | videos/0000dd0136ad49ea_fixed_left/camera.mp4 | Hold a fixed camera shifted to the left | 固定机位偏左 | 11 | Fixed Left |
0000dd0136ad49ea_fixed_right | camera | videos/0000dd0136ad49ea_fixed_right/i2v.mp4 | videos/0000dd0136ad49ea_fixed_right/camera.mp4 | Hold a fixed camera shifted to the right | 固定机位偏右 | 12 | Fixed Right |
0000dd0136ad49ea_pan_left | camera | videos/0000dd0136ad49ea_pan_left/i2v.mp4 | videos/0000dd0136ad49ea_pan_left/camera.mp4 | Pan the camera left | 镜头向左平移 | 2 | Pan Left |
0000dd0136ad49ea_pan_right | camera | videos/0000dd0136ad49ea_pan_right/i2v.mp4 | videos/0000dd0136ad49ea_pan_right/camera.mp4 | Pan the camera right | 镜头向右平移 | 1 | Pan Right |
0000dd0136ad49ea_rotate_left | camera | videos/0000dd0136ad49ea_rotate_left/i2v.mp4 | videos/0000dd0136ad49ea_rotate_left/camera.mp4 | Arc the camera to the left | 镜头向左环绕 | 9 | Arc Left |
0000dd0136ad49ea_rotate_right | camera | videos/0000dd0136ad49ea_rotate_right/i2v.mp4 | videos/0000dd0136ad49ea_rotate_right/camera.mp4 | Arc the camera to the right | 镜头向右环绕 | 10 | Arc Right |
0000dd0136ad49ea_tilt_down | camera | videos/0000dd0136ad49ea_tilt_down/i2v.mp4 | videos/0000dd0136ad49ea_tilt_down/camera.mp4 | Tilt the camera downward | 镜头向下俯 | 4 | Tilt Down |
0000dd0136ad49ea_tilt_up | camera | videos/0000dd0136ad49ea_tilt_up/i2v.mp4 | videos/0000dd0136ad49ea_tilt_up/camera.mp4 | Tilt the camera upward | 镜头向上仰 | 3 | Tilt Up |
0000dd0136ad49ea_translate_down | camera | videos/0000dd0136ad49ea_translate_down/i2v.mp4 | videos/0000dd0136ad49ea_translate_down/camera.mp4 | Move the camera downward | 镜头向下移动 | 8 | Translate Down |
0000dd0136ad49ea_translate_up | camera | videos/0000dd0136ad49ea_translate_up/i2v.mp4 | videos/0000dd0136ad49ea_translate_up/camera.mp4 | Move the camera upward | 镜头向上移动 | 7 | Translate Up |
0000dd0136ad49ea_zoom_in | camera | videos/0000dd0136ad49ea_zoom_in/i2v.mp4 | videos/0000dd0136ad49ea_zoom_in/camera.mp4 | Zoom the camera in closer | 镜头推近 | 5 | Zoom In |
0000dd0136ad49ea_zoom_out | camera | videos/0000dd0136ad49ea_zoom_out/i2v.mp4 | videos/0000dd0136ad49ea_zoom_out/camera.mp4 | Zoom the camera out wider | 镜头拉远 | 6 | Zoom Out |
000127e466194ab3_fixed_left | camera | videos/000127e466194ab3_fixed_left/i2v.mp4 | videos/000127e466194ab3_fixed_left/camera.mp4 | Hold a fixed camera shifted to the left | 固定机位偏左 | 11 | Fixed Left |
000127e466194ab3_fixed_right | camera | videos/000127e466194ab3_fixed_right/i2v.mp4 | videos/000127e466194ab3_fixed_right/camera.mp4 | Hold a fixed camera shifted to the right | 固定机位偏右 | 12 | Fixed Right |
000127e466194ab3_pan_left | camera | videos/000127e466194ab3_pan_left/i2v.mp4 | videos/000127e466194ab3_pan_left/camera.mp4 | Pan the camera left | 镜头向左平移 | 2 | Pan Left |
000127e466194ab3_pan_right | camera | videos/000127e466194ab3_pan_right/i2v.mp4 | videos/000127e466194ab3_pan_right/camera.mp4 | Pan the camera right | 镜头向右平移 | 1 | Pan Right |
000127e466194ab3_rotate_left | camera | videos/000127e466194ab3_rotate_left/i2v.mp4 | videos/000127e466194ab3_rotate_left/camera.mp4 | Arc the camera to the left | 镜头向左环绕 | 9 | Arc Left |
000127e466194ab3_rotate_right | camera | videos/000127e466194ab3_rotate_right/i2v.mp4 | videos/000127e466194ab3_rotate_right/camera.mp4 | Arc the camera to the right | 镜头向右环绕 | 10 | Arc Right |
000127e466194ab3_tilt_down | camera | videos/000127e466194ab3_tilt_down/i2v.mp4 | videos/000127e466194ab3_tilt_down/camera.mp4 | Tilt the camera downward | 镜头向下俯 | 4 | Tilt Down |
000127e466194ab3_tilt_up | camera | videos/000127e466194ab3_tilt_up/i2v.mp4 | videos/000127e466194ab3_tilt_up/camera.mp4 | Tilt the camera upward | 镜头向上仰 | 3 | Tilt Up |
000127e466194ab3_translate_down | camera | videos/000127e466194ab3_translate_down/i2v.mp4 | videos/000127e466194ab3_translate_down/camera.mp4 | Move the camera downward | 镜头向下移动 | 8 | Translate Down |
000127e466194ab3_translate_up | camera | videos/000127e466194ab3_translate_up/i2v.mp4 | videos/000127e466194ab3_translate_up/camera.mp4 | Move the camera upward | 镜头向上移动 | 7 | Translate Up |
000127e466194ab3_zoom_in | camera | videos/000127e466194ab3_zoom_in/i2v.mp4 | videos/000127e466194ab3_zoom_in/camera.mp4 | Zoom the camera in closer | 镜头推近 | 5 | Zoom In |
000127e466194ab3_zoom_out | camera | videos/000127e466194ab3_zoom_out/i2v.mp4 | videos/000127e466194ab3_zoom_out/camera.mp4 | Zoom the camera out wider | 镜头拉远 | 6 | Zoom Out |
000134dfb58e4edf_fixed_left | camera | videos/000134dfb58e4edf_fixed_left/i2v.mp4 | videos/000134dfb58e4edf_fixed_left/camera.mp4 | Hold a fixed camera shifted to the left | 固定机位偏左 | 11 | Fixed Left |
000134dfb58e4edf_fixed_right | camera | videos/000134dfb58e4edf_fixed_right/i2v.mp4 | videos/000134dfb58e4edf_fixed_right/camera.mp4 | Hold a fixed camera shifted to the right | 固定机位偏右 | 12 | Fixed Right |
000134dfb58e4edf_pan_left | camera | videos/000134dfb58e4edf_pan_left/i2v.mp4 | videos/000134dfb58e4edf_pan_left/camera.mp4 | Pan the camera left | 镜头向左平移 | 2 | Pan Left |
000134dfb58e4edf_pan_right | camera | videos/000134dfb58e4edf_pan_right/i2v.mp4 | videos/000134dfb58e4edf_pan_right/camera.mp4 | Pan the camera right | 镜头向右平移 | 1 | Pan Right |
000134dfb58e4edf_rotate_left | camera | videos/000134dfb58e4edf_rotate_left/i2v.mp4 | videos/000134dfb58e4edf_rotate_left/camera.mp4 | Arc the camera to the left | 镜头向左环绕 | 9 | Arc Left |
000134dfb58e4edf_rotate_right | camera | videos/000134dfb58e4edf_rotate_right/i2v.mp4 | videos/000134dfb58e4edf_rotate_right/camera.mp4 | Arc the camera to the right | 镜头向右环绕 | 10 | Arc Right |
000134dfb58e4edf_tilt_down | camera | videos/000134dfb58e4edf_tilt_down/i2v.mp4 | videos/000134dfb58e4edf_tilt_down/camera.mp4 | Tilt the camera downward | 镜头向下俯 | 4 | Tilt Down |
000134dfb58e4edf_tilt_up | camera | videos/000134dfb58e4edf_tilt_up/i2v.mp4 | videos/000134dfb58e4edf_tilt_up/camera.mp4 | Tilt the camera upward | 镜头向上仰 | 3 | Tilt Up |
000134dfb58e4edf_translate_down | camera | videos/000134dfb58e4edf_translate_down/i2v.mp4 | videos/000134dfb58e4edf_translate_down/camera.mp4 | Move the camera downward | 镜头向下移动 | 8 | Translate Down |
000134dfb58e4edf_translate_up | camera | videos/000134dfb58e4edf_translate_up/i2v.mp4 | videos/000134dfb58e4edf_translate_up/camera.mp4 | Move the camera upward | 镜头向上移动 | 7 | Translate Up |
000134dfb58e4edf_zoom_in | camera | videos/000134dfb58e4edf_zoom_in/i2v.mp4 | videos/000134dfb58e4edf_zoom_in/camera.mp4 | Zoom the camera in closer | 镜头推近 | 5 | Zoom In |
000134dfb58e4edf_zoom_out | camera | videos/000134dfb58e4edf_zoom_out/i2v.mp4 | videos/000134dfb58e4edf_zoom_out/camera.mp4 | Zoom the camera out wider | 镜头拉远 | 6 | Zoom Out |
000160e048b74241_fixed_left | camera | videos/000160e048b74241_fixed_left/i2v.mp4 | videos/000160e048b74241_fixed_left/camera.mp4 | Hold a fixed camera shifted to the left | 固定机位偏左 | 11 | Fixed Left |
000160e048b74241_fixed_right | camera | videos/000160e048b74241_fixed_right/i2v.mp4 | videos/000160e048b74241_fixed_right/camera.mp4 | Hold a fixed camera shifted to the right | 固定机位偏右 | 12 | Fixed Right |
000160e048b74241_pan_left | camera | videos/000160e048b74241_pan_left/i2v.mp4 | videos/000160e048b74241_pan_left/camera.mp4 | Pan the camera left | 镜头向左平移 | 2 | Pan Left |
000160e048b74241_pan_right | camera | videos/000160e048b74241_pan_right/i2v.mp4 | videos/000160e048b74241_pan_right/camera.mp4 | Pan the camera right | 镜头向右平移 | 1 | Pan Right |
000160e048b74241_rotate_left | camera | videos/000160e048b74241_rotate_left/i2v.mp4 | videos/000160e048b74241_rotate_left/camera.mp4 | Arc the camera to the left | 镜头向左环绕 | 9 | Arc Left |
000160e048b74241_rotate_right | camera | videos/000160e048b74241_rotate_right/i2v.mp4 | videos/000160e048b74241_rotate_right/camera.mp4 | Arc the camera to the right | 镜头向右环绕 | 10 | Arc Right |
000160e048b74241_tilt_down | camera | videos/000160e048b74241_tilt_down/i2v.mp4 | videos/000160e048b74241_tilt_down/camera.mp4 | Tilt the camera downward | 镜头向下俯 | 4 | Tilt Down |
000160e048b74241_tilt_up | camera | videos/000160e048b74241_tilt_up/i2v.mp4 | videos/000160e048b74241_tilt_up/camera.mp4 | Tilt the camera upward | 镜头向上仰 | 3 | Tilt Up |
000160e048b74241_translate_down | camera | videos/000160e048b74241_translate_down/i2v.mp4 | videos/000160e048b74241_translate_down/camera.mp4 | Move the camera downward | 镜头向下移动 | 8 | Translate Down |
000160e048b74241_translate_up | camera | videos/000160e048b74241_translate_up/i2v.mp4 | videos/000160e048b74241_translate_up/camera.mp4 | Move the camera upward | 镜头向上移动 | 7 | Translate Up |
000160e048b74241_zoom_in | camera | videos/000160e048b74241_zoom_in/i2v.mp4 | videos/000160e048b74241_zoom_in/camera.mp4 | Zoom the camera in closer | 镜头推近 | 5 | Zoom In |
000160e048b74241_zoom_out | camera | videos/000160e048b74241_zoom_out/i2v.mp4 | videos/000160e048b74241_zoom_out/camera.mp4 | Zoom the camera out wider | 镜头拉远 | 6 | Zoom Out |
00017f176e524af4_fixed_left | camera | videos/00017f176e524af4_fixed_left/i2v.mp4 | videos/00017f176e524af4_fixed_left/camera.mp4 | Hold a fixed camera shifted to the left | 固定机位偏左 | 11 | Fixed Left |
00017f176e524af4_fixed_right | camera | videos/00017f176e524af4_fixed_right/i2v.mp4 | videos/00017f176e524af4_fixed_right/camera.mp4 | Hold a fixed camera shifted to the right | 固定机位偏右 | 12 | Fixed Right |
00017f176e524af4_pan_left | camera | videos/00017f176e524af4_pan_left/i2v.mp4 | videos/00017f176e524af4_pan_left/camera.mp4 | Pan the camera left | 镜头向左平移 | 2 | Pan Left |
00017f176e524af4_pan_right | camera | videos/00017f176e524af4_pan_right/i2v.mp4 | videos/00017f176e524af4_pan_right/camera.mp4 | Pan the camera right | 镜头向右平移 | 1 | Pan Right |
00017f176e524af4_rotate_left | camera | videos/00017f176e524af4_rotate_left/i2v.mp4 | videos/00017f176e524af4_rotate_left/camera.mp4 | Arc the camera to the left | 镜头向左环绕 | 9 | Arc Left |
00017f176e524af4_rotate_right | camera | videos/00017f176e524af4_rotate_right/i2v.mp4 | videos/00017f176e524af4_rotate_right/camera.mp4 | Arc the camera to the right | 镜头向右环绕 | 10 | Arc Right |
00017f176e524af4_tilt_down | camera | videos/00017f176e524af4_tilt_down/i2v.mp4 | videos/00017f176e524af4_tilt_down/camera.mp4 | Tilt the camera downward | 镜头向下俯 | 4 | Tilt Down |
00017f176e524af4_tilt_up | camera | videos/00017f176e524af4_tilt_up/i2v.mp4 | videos/00017f176e524af4_tilt_up/camera.mp4 | Tilt the camera upward | 镜头向上仰 | 3 | Tilt Up |
00017f176e524af4_translate_down | camera | videos/00017f176e524af4_translate_down/i2v.mp4 | videos/00017f176e524af4_translate_down/camera.mp4 | Move the camera downward | 镜头向下移动 | 8 | Translate Down |
00017f176e524af4_translate_up | camera | videos/00017f176e524af4_translate_up/i2v.mp4 | videos/00017f176e524af4_translate_up/camera.mp4 | Move the camera upward | 镜头向上移动 | 7 | Translate Up |
00017f176e524af4_zoom_in | camera | videos/00017f176e524af4_zoom_in/i2v.mp4 | videos/00017f176e524af4_zoom_in/camera.mp4 | Zoom the camera in closer | 镜头推近 | 5 | Zoom In |
00017f176e524af4_zoom_out | camera | videos/00017f176e524af4_zoom_out/i2v.mp4 | videos/00017f176e524af4_zoom_out/camera.mp4 | Zoom the camera out wider | 镜头拉远 | 6 | Zoom Out |
00019cb2d98b403c_fixed_left | camera | videos/00019cb2d98b403c_fixed_left/i2v.mp4 | videos/00019cb2d98b403c_fixed_left/camera.mp4 | Hold a fixed camera shifted to the left | 固定机位偏左 | 11 | Fixed Left |
00019cb2d98b403c_fixed_right | camera | videos/00019cb2d98b403c_fixed_right/i2v.mp4 | videos/00019cb2d98b403c_fixed_right/camera.mp4 | Hold a fixed camera shifted to the right | 固定机位偏右 | 12 | Fixed Right |
00019cb2d98b403c_pan_left | camera | videos/00019cb2d98b403c_pan_left/i2v.mp4 | videos/00019cb2d98b403c_pan_left/camera.mp4 | Pan the camera left | 镜头向左平移 | 2 | Pan Left |
00019cb2d98b403c_pan_right | camera | videos/00019cb2d98b403c_pan_right/i2v.mp4 | videos/00019cb2d98b403c_pan_right/camera.mp4 | Pan the camera right | 镜头向右平移 | 1 | Pan Right |
00019cb2d98b403c_rotate_left | camera | videos/00019cb2d98b403c_rotate_left/i2v.mp4 | videos/00019cb2d98b403c_rotate_left/camera.mp4 | Arc the camera to the left | 镜头向左环绕 | 9 | Arc Left |
00019cb2d98b403c_rotate_right | camera | videos/00019cb2d98b403c_rotate_right/i2v.mp4 | videos/00019cb2d98b403c_rotate_right/camera.mp4 | Arc the camera to the right | 镜头向右环绕 | 10 | Arc Right |
00019cb2d98b403c_tilt_down | camera | videos/00019cb2d98b403c_tilt_down/i2v.mp4 | videos/00019cb2d98b403c_tilt_down/camera.mp4 | Tilt the camera downward | 镜头向下俯 | 4 | Tilt Down |
00019cb2d98b403c_tilt_up | camera | videos/00019cb2d98b403c_tilt_up/i2v.mp4 | videos/00019cb2d98b403c_tilt_up/camera.mp4 | Tilt the camera upward | 镜头向上仰 | 3 | Tilt Up |
00019cb2d98b403c_translate_down | camera | videos/00019cb2d98b403c_translate_down/i2v.mp4 | videos/00019cb2d98b403c_translate_down/camera.mp4 | Move the camera downward | 镜头向下移动 | 8 | Translate Down |
00019cb2d98b403c_translate_up | camera | videos/00019cb2d98b403c_translate_up/i2v.mp4 | videos/00019cb2d98b403c_translate_up/camera.mp4 | Move the camera upward | 镜头向上移动 | 7 | Translate Up |
00019cb2d98b403c_zoom_in | camera | videos/00019cb2d98b403c_zoom_in/i2v.mp4 | videos/00019cb2d98b403c_zoom_in/camera.mp4 | Zoom the camera in closer | 镜头推近 | 5 | Zoom In |
00019cb2d98b403c_zoom_out | camera | videos/00019cb2d98b403c_zoom_out/i2v.mp4 | videos/00019cb2d98b403c_zoom_out/camera.mp4 | Zoom the camera out wider | 镜头拉远 | 6 | Zoom Out |
0001ba66f12c4830_fixed_left | camera | videos/0001ba66f12c4830_fixed_left/i2v.mp4 | videos/0001ba66f12c4830_fixed_left/camera.mp4 | Hold a fixed camera shifted to the left | 固定机位偏左 | 11 | Fixed Left |
0001ba66f12c4830_fixed_right | camera | videos/0001ba66f12c4830_fixed_right/i2v.mp4 | videos/0001ba66f12c4830_fixed_right/camera.mp4 | Hold a fixed camera shifted to the right | 固定机位偏右 | 12 | Fixed Right |
0001ba66f12c4830_pan_left | camera | videos/0001ba66f12c4830_pan_left/i2v.mp4 | videos/0001ba66f12c4830_pan_left/camera.mp4 | Pan the camera left | 镜头向左平移 | 2 | Pan Left |
0001ba66f12c4830_pan_right | camera | videos/0001ba66f12c4830_pan_right/i2v.mp4 | videos/0001ba66f12c4830_pan_right/camera.mp4 | Pan the camera right | 镜头向右平移 | 1 | Pan Right |
End of preview.