↓ 3 callersFunctionsave_videoSave a video tensor to a file using PyAV, optionally with audio. Args: video_tensor: Video tensor of shape [C, F, H, W] or [F, C, H, W] in
packages/ltx-trainer/src/ltx_trainer/video_utils.py:68
↓ 3 callersFunctionvideo_preprocessPreprocesses a video frame generator for conditioning. Args: frames: Generator of video frames as tensors of shape (1, H, W, C), dtype uin
packages/ltx-pipelines/src/ltx_pipelines/utils/media_io.py:126
↓ 2 callersMethod__init__(self, channels: int, kernel_size: int = 3, dilation: Tuple[int, int, int] = (1, 3, 5))
packages/ltx-core/src/ltx_core/model/audio_vae/resnet.py:13
↓ 2 callersFunction_causal_padBuild a causal-padded buffer of shape ``[B, C, T+pad_size, H, W]``. Copies ``x`` into ``padded[:, :, pad_size:]`` and replicates the first rea
packages/ltx-core/src/ltx_core/model/video_vae/memory_efficient_decode.py:199