ImageProcessor#
- class langchain_experimental.video_captioning.services.image_service.ImageProcessor(frame_skip: int = -1, threshold: int = 3000000)[source]#
Methods
- Parameters:
frame_skip (int) β
threshold (int) β
- __init__(frame_skip: int = -1, threshold: int = 3000000) None [source]#
- Parameters:
frame_skip (int) β
threshold (int) β
- Return type:
None
- process(video_file_path: str, run_manager: CallbackManagerForChainRun | None = None) list [source]#
- Parameters:
video_file_path (str) β
run_manager (CallbackManagerForChainRun | None) β
- Return type:
list