Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neex/ffmpeg-avi-m3u-xbin
https://github.com/neex/ffmpeg-avi-m3u-xbin
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neex/ffmpeg-avi-m3u-xbin
- Owner: neex
- Created: 2017-05-22T23:14:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T23:34:32.000Z (over 7 years ago)
- Last Synced: 2024-08-04T05:01:37.690Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 412
- Watchers: 13
- Forks: 140
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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