# dataset-utils **Repository Path**: ai-agents/dataset-utils ## Basic Information - **Project Name**: dataset-utils - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-10 - **Last Updated**: 2026-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 方案 速度 内存 编码兼容性 FFmpeg 极快,可直接跳转到时间戳提取 低 极好 OpenCV 慢,需逐帧解码到目标帧 高 一般 decord 较快 中 一般 FFmpeg 的 -ss 参数可以直接 seek 到指定时间戳提取帧,不需要像 OpenCV 那样逐帧解码,处理大量视频时效率差距非常明显。