Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugenehp/s3uploaderandelastictranscoder
AWS SDK based file S3 uploader and Elastic Transcoder Creator
https://github.com/eugenehp/s3uploaderandelastictranscoder
Last synced: 3 days ago
JSON representation
AWS SDK based file S3 uploader and Elastic Transcoder Creator
- Host: GitHub
- URL: https://github.com/eugenehp/s3uploaderandelastictranscoder
- Owner: eugenehp
- Created: 2014-01-30T02:48:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-17T06:39:43.000Z (over 10 years ago)
- Last Synced: 2023-04-10T05:52:17.186Z (over 1 year ago)
- Language: JavaScript
- Size: 30.8 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# S3uploaderAndElasticTranscoder
AWS SDK based file S3 uploader and Elastic Transcoder Creator
## Installation
`npm install`
## Usage
Please make sure first you have created the `credentials.json` with all needed data like
```
{ "accessKeyId": "YOUR_KEY", "secretAccessKey": "YOUR_SECRET", "region": "us-east-1" }
```
And run with the `node index.js` modifications!### ForEachFile.js
This one goes thru hardcoded path and call the funtion for each MP4 files (without _ in name and 'backup' word in it)
Used to process the old backup of video files### FYI
Always make sure you have proper `PresetId` for your availability zone, the same rule for `PipelineId` and zone.
## License
MIT