# VideoCompressor **Repository Path**: neilcodes/VideoCompressor ## Basic Information - **Project Name**: VideoCompressor - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-30 - **Last Updated**: 2024-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 视频压缩 ### 说明 本工程为学习视频压缩用途,主要参考[OpenHarmony-SIG/ohos_videocompressor](https://gitee.com/openharmony-sig/ohos_videocompressor) ### 实现原理 基于三方库 @ohos/videocompressor 实现视频压缩 工程中使用可自行安装该三方库 ``` ohpm install @ohos/videocompressor ``` 本工程已安装 ### 工程目录 ``` ├──entry/src/main/ets │ ├──entryability │ │ └──EntryAbility.ets // 程序入口类 │ ├──entrybackupability │ │ └──EntryBackupAbility.ets │ └──pages │ └──Index.ets // 首页 └──entry/src/main/resource // 应用静态资源目录 ``` ### 相关权限 - 不涉及 ### 依赖 - 不涉及 ### 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。