Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataFrame
  • PyFlink Multimodal
    • Image
    • Video
    • Utilities
  • PyFlink DataStream
  • PyFlink Common

pyflink.multimodal.codec.open_video_container#

open_video_container(uri: str, bridge_client: pyflink.fn_execution.file_system_bridge.FlinkFileSystemBridgeClient, *, container_options: Optional[dict] = None, read_chunk_size: Optional[int] = None, max_cached_blocks: Optional[int] = None, read_ahead_blocks: Optional[int] = None)[source]#

Opens a video container with PyAV using a Java-backed seekable file.

The returned object delegates to the PyAV container. The caller owns closing it; close releases both the PyAV container and the Java-side file handle.

previous

pyflink.multimodal.operators.video_extract_frames

next

pyflink.multimodal.codec.extract_video_frames

Show Source

Created using Sphinx 4.5.0.