Skip to content

joshwnj/s3-my-mov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3-my-mov

Small module to convert a .mov to .mp4 and upload it to an s3 bucket.

Set up

# install
npm install -g s3-my-mov

# set up the directory where your movs are
cd directory/with/movs/

# populate aws config (replace the ... with your secrets)
echo AWS_KEY=... >> .env
echo AWS_SECRET=... >> .env
echo AWS_REGION=... >> .env
echo AWS_BUCKET=... >> .env

Usage

cd directory/with/movs/

s3-my-mov video1.mov

Disclaimer

This was very quickly hacked together :) Feel free to add something if you find it useful.

Licence

MIT

About

Convert a .mov to .mp4 and upload to s3

Resources

Stars

Watchers

Forks

Packages

No packages published