# File Ingestion * [File based Ingestion](#file-based-ingestion) - [Video Ingestion](#video-ingestion) - [Image Ingestion](#image-ingestion) - [Multifilesrc usage](#multifilesrc-usage) ## File based Ingestion To dynamically specify file as source via REST Request, refer to this [section](../rest_api/customizing_pipeline_requests.md#file-source). ### Video Ingestion Video ingestion supports reading video files from a directory. Refer to the [doc](./video_ingestion.md) for more details on the usage. ### Image Ingestion The Image ingestion feature is responsible for ingesting the images coming from a directory for further processing. Refer to the [doc](./image_ingestion.md) for more details on supported image formats and usage. ### Multifilesrc usage Refer this [doc](./multifilesrc_doc.md) for more details. ```{toctree} :maxdepth: 5 :hidden: image_ingestion.md video_ingestion.md multifilesrc_doc.md ```