process_video_from_path

Function process_video_from_path 

Source
pub async fn process_video_from_path(
    video_path: &str,
    output_profiles: Vec<HlsVideoProcessingSettings>,
) -> Result<HlsVideo, HlsKitError>