An open API service indexing awesome lists of open source software.

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

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
![demo](https://github.com/user-attachments/assets/1fabdb83-8878-45a7-8a86-b1d5121a0686)

### License
This project is under the [MIT](https://opensource.org/license/mit) license.