Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neex/ffmpeg-avi-m3u-xbin


https://github.com/neex/ffmpeg-avi-m3u-xbin

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Usage

1. `./gen_xbin_avi.py file:// file_read.avi`
2. Upload `file_read.avi` to some website that processes videofiles
3. (on server side, done by the videoservice) `ffmpeg -i file_read.avi output.mp4`
4. Click "Play" in the videoservice.
5. If you are lucky, you'll the content of `` from the server.

## How it works

TBD