nvidia.dali.fn.video_reader#
- nvidia.dali.fn.video_reader(
- *,
- sequence_length,
- additional_decode_surfaces=2,
- bytes_per_sample_hint=[0],
- channels=3,
- dont_use_mmap=False,
- dtype=DALIDataType.UINT8,
- enable_frame_num=False,
- enable_timestamps=False,
- file_list='',
- file_list_frame_num=False,
- file_list_include_preceding_frame=False,
- file_root='',
- filenames=[],
- image_type=DALIImageType.RGB,
- initial_fill=1024,
- labels=None,
- lazy_init=False,
- normalized=False,
- num_shards=1,
- pad_last_batch=False,
- pad_sequences=False,
- prefetch_queue_depth=1,
- preserve=False,
- random_shuffle=False,
- read_ahead=False,
- seed=-1,
- shard_id=0,
- skip_cached_images=False,
- skip_vfr_check=False,
- step=-1,
- stick_to_shard=False,
- stride=1,
- tensor_init_bytes=1048576,
- device=None,
- name=None,
Warning
This operator is now deprecated. Use
readers.video()
instead.In DALI 1.0 all readers were moved into a dedicated
readers
submodule and renamed to follow a common pattern. This is a placeholder operator with identical functionality to allow for backward compatibility.Legacy alias for
readers.video()
.