ImageProcessor#

class langchain_experimental.video_captioning.services.image_service.ImageProcessor(frame_skip: int = -1, threshold: int = 3000000)[source]#

Methods

__init__([frame_skip,Β threshold])

process(video_file_path[,Β run_manager])

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:
Return type:

list