Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/germey/videorandommarker
Video Random Marker
https://github.com/germey/videorandommarker
Last synced: about 9 hours ago
JSON representation
Video Random Marker
- Host: GitHub
- URL: https://github.com/germey/videorandommarker
- Owner: Germey
- Created: 2021-12-11T15:39:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-11T15:42:45.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T23:16:55.677Z (26 days ago)
- Language: Python
- Size: 8.59 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Random Marker
This is a tool which can help add random marker for videos.
## Prerequisite
You need to install these packages in advance:
- [Python](https://www.python.org/downloads/)
- [FFmpeg](http://www.ffmpeg.org/)
- [Poetry](https://python-poetry.org/)## Usage
Firstly, you need to clone this repo and enter current folder.
Then run:
```
poetry install
```After above command, you will intall all the required packages.
Then put a video file named `input.mp4` in videos folder.
Then run:
```
python3 main.py
```Next you will see a new `output.mp4` file with random marker.