Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ispyhumanfly/mutate
A multi-node, multi-threaded and massively parallel media transcoder.
https://github.com/ispyhumanfly/mutate
ffmpeg multi-node perl transcode transcoding
Last synced: about 2 months ago
JSON representation
A multi-node, multi-threaded and massively parallel media transcoder.
- Host: GitHub
- URL: https://github.com/ispyhumanfly/mutate
- Owner: ispyhumanfly
- Created: 2013-11-06T07:51:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T02:05:01.000Z (about 5 years ago)
- Last Synced: 2024-10-18T20:48:25.755Z (3 months ago)
- Topics: ffmpeg, multi-node, perl, transcode, transcoding
- Language: Perl
- Homepage: http://mutate.ispyhumanfly.com
- Size: 14.6 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mutate
A multi-node, multi-threaded and massively parallel media transcoder.## Synopsis
### Example: Basic Usage
Check out the available presets for each command before diving in...
mpresets mreader mwriter
Search the file system for supported media files...
mreader ~/Media1 /var/media2/
Easily convert any supported media type to another...
mwriter -p webm480 file.mp4 output.webm
### Example: Scheduling Mutate Tasks
mwriter -p webm1080 -t my_video.mp4 my_smaller_video.webm
## Installation Notes
Crude right now, but leveraging cpanminus and the cpanfile format for declaring dependencies.
sudo cpanm --installdeps .
I know I should have perlbrew based instructions and have these deps installed locally. I know, maybe we'll get there...
## License
MIT## Copyright
2015 - 2017 Dan Stephenson (ispyhumanfly)