# video2m3u8-fyne **Repository Path**: kongling_admin/video2m3u8-fyne ## Basic Information - **Project Name**: video2m3u8-fyne - **Description**: 视频转换工具/ 视频转 m3u8格式 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-07-27 - **Last Updated**: 2025-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 视频转m3u8,并上传到oss云盘自动获取视频播放地址 ## 打包 ### windows ```shell sudo fyne-cross windows -app-id=com.klyx.video2m3u8 -icon=./resources/Icon.png \ -env=GOPROXY=https://goproxy.io,direct ``` ### linux ```shell fyne package -os linux -icon ./resources/Icon.png ```