Skip to content

jasooonko/video_uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

* inbox_location
* dropbox_location
* short_term_archive_location
* long_term_archive_location
* handbrakecli_location
* notification_emails

Camera only support files up to 2GB. It automatically splits the files in two. The importer (Canon image browser) that comes with the camera will combine the files automatically. However, might need to combine files prior to transcoding if we don’t want to use the canon image browser.

This is the handbrake command for transcoding:

handbrakecli_locationHandBrakeCLI.exe -i incoming_filename.mts -o outgoing_filename.mp4 –preset=“Universal”

Move original MTS file to short_term_archive_location (in case something went wrong, we still have original MTS file) Move transcoded MP4 file to long_term_archive_location (file should be store by year) Move transcoded MP4 file to dropbox_location (auto publish) Delete original MTS file from inbox

Delete dropbox_location file older than 1 week Delete short_term_archive_location file older than 1 month

Email notification_emails:

The following files has been transcoded and is in the process of being uploaded to Vimeo:

file 1
file 2
file 3

About

video_uploader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors