Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syanle/ts-commercials-remover
- Owner: syanle
- Created: 2022-02-20T02:38:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T14:37:31.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T16:55:19.673Z (3 months ago)
- Topics: ffmpeg, m3u8, youtube
- Language: Python
- Homepage:
- Size: 3.79 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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