https://github.com/czellerkonti/massento
ffmpeg wrapper written in python to encode all videos in a folder structure according to user defines encoding templates
https://github.com/czellerkonti/massento
ffmpeg ffmpeg-wrapper help-wanted platform-independent python python-script video-encoder video-encoding
Last synced: 4 months ago
JSON representation
ffmpeg wrapper written in python to encode all videos in a folder structure according to user defines encoding templates
- Host: GitHub
- URL: https://github.com/czellerkonti/massento
- Owner: czellerkonti
- Created: 2017-04-11T12:34:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T03:00:07.000Z (over 3 years ago)
- Last Synced: 2024-11-25T16:38:49.520Z (12 months ago)
- Topics: ffmpeg, ffmpeg-wrapper, help-wanted, platform-independent, python, python-script, video-encoder, video-encoding
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video-transcoder
## Description
massento is a platform independent script to encode videos written in python. It uses ffmpeg to encode the videos.
As a main input parameter it takes a folder and walks throw the folder structure, searches for video files which has not been encoded yet.
Optionally the input parameter can be a single file.
## Configuration
### Environment variables
- MASSENTO_LOGLEVEL
- MASSENTO_INPUT
- MASSENTO_OUTPUT
- MASSENTO_DELETE_SOURCE
- MASSENTO_SCAN_DELAY
- MASSENTO_CODECS
## Memo
Config variable evaluation precedence
- command line argument
- env. variable
- config file
- hardcoded
Config file location precedence
- command line
- HOME/.massento/config.json
- on POSIX: /etc/massento/config.json, on Win LOCALDATA/massento/config.json