//! Video transformation (v2).
//!
//! Future capabilities:
//! - Frame sampling (extract N frames at intervals)
//! - Keyframe extraction
//! - Downscale resolution
//! - Trim duration
//! - Convert to frame sequence (for models that accept images but not video)
use crateAction;
use Result;
/// Apply a transformation action to video data.
///
/// **Not yet implemented.** Returns an error indicating video support is planned for v2.