ffmpeg_remux 0.0.5
ffmpeg_remux: ^0.0.5 copied to clipboard
用于离线视频缓存的 Flutter 插件,支持 mp4/m3u8 下载、HLS 转 mp4、地址刷新与相册复制。
0.0.5 #
- 将 README、测试清单和核心代码注释统一调整为中文。
- 补充并整理下载、刷新地址、相册复制等能力说明。
0.0.4 #
- improve example app structure by splitting pages and widgets into separate files
- add download list UI with completed and processing tabs
- add local video playback in the example app
- add detailed album copy result reporting and clearer failure reasons
- add manual retry flow for failed tasks through
setRefreshUrl - keep unfinished tasks paused after app restart instead of auto-resuming
- refine same-id task handling in the example UI
- improve README and example text for integration guidance
0.0.1 #
- TODO: Describe initial release.
0.0.2 #
- android so 集成一个
- iOS 打成标准库
- 更新了依靠参数决定是否把mp4复制到相册
0.0.3 #
- 支持web空实现编译无法编译