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.