https://github.com/zennolux/v2m3u8
A command-line tool for transcoding pretty much any other kind of video to m3u8
https://github.com/zennolux/v2m3u8
command-line-tool m3u8 m3u8-videos rust-project transcode transcode-video transcoder transcoding
Last synced: about 1 month ago
JSON representation
A command-line tool for transcoding pretty much any other kind of video to m3u8
- Host: GitHub
- URL: https://github.com/zennolux/v2m3u8
- Owner: zennolux
- License: mit
- Created: 2024-09-04T12:53:44.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T09:10:22.000Z (8 months ago)
- Last Synced: 2025-04-15T15:05:29.073Z (about 1 month ago)
- Topics: command-line-tool, m3u8, m3u8-videos, rust-project, transcode, transcode-video, transcoder, transcoding
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
____ _____ ___
__ _|___ \ _ __ ___ |___ / _ _ ( _ )
\ \ / / __) | '_ ` _ \ |_ \| | | |/ _ \
\ V / / __/| | | | | |___) | |_| | (_) |
\_/ |_____|_| |_| |_|____/ \__,_|\___/
A command-line tool for transcoding pretty much any other kind of video to m3u8.### Features
* Completely local environment
* Transcoding with giving input-path
* Feel free to customize output-path
* With progress bar support absolutely### Requirements
* You are supposed to have [ffmpeg](https://www.ffmpeg.org/download.html) installed### Install
```bash
cargo install --git=https://github.com/zennolux/v2m3u8
```### Showcase
### License
This project is under the [MIT](https://opensource.org/license/mit) license.