Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syanle/ts-commercials-remover

MPEG-TS stream workflow
https://github.com/syanle/ts-commercials-remover

ffmpeg m3u8 youtube

Last synced: 14 days ago
JSON representation

MPEG-TS stream workflow

Awesome Lists containing this project

README

        

# ts-commertials-remover
### What it does
ts-commertials-remover detects TV commertials banner/logo by simpliy running image matching with a giving template, and utilize ffmpeg to cut and concat to achieve the final output. This code is ugly and unpythonic, hopefully, it works.
### Run
```
python main.py
```
### Prequsitions
This project is compatible with both Python version 2 and 3.
- [retry-decorator](https://github.com/saltycrane/retry-decorator)
- opencv
- numpy
- m3u8
- ~~requests~~
- tqdm