1. Connect and upload to your S3 bucket
Uploading Video Files to Your S3 Bucket (Hosted by Magine Pro)
Before you can initiate transcoding, your video files must be uploaded to your designated S3 bucket hosted by Magine Pro.
1. Connect to Your S3 Bucket
Follow the steps in the documentation to connect to your S3 bucket:
๐ Connect to S3 bucket
2. Upload Your Video and Subtitle Files
To maintain a clean structure and ensure compatibility with the Magine Pro Console, we highly recommend organizing your content as follows:
- Create a separate directory for each movie or episode.
- Place the video file and all related subtitle files in the same directory.
Recommended structure:
{BUCKET_NAME}/VOD/MOVIE_A
{BUCKET_NAME}/VOD/MOVIE_B
{BUCKET_NAME}/VOD/SERIES_A_S1E1
{BUCKET_NAME}/VOD/SERIES_A_S1E2
While you can define your own structure, this format ensures optimal compatibility with the Magine Pro Platform.
3. File Naming Requirements
All file and directory names must follow these rules:
- Use only alphanumeric characters, hyphens (-), and underscores (_)
- No whitespace or special characters are allowed
Valid pattern (regular expression):
[-_a-zA-Z0-9]+
โ ๏ธ Failure to follow this convention may result in failed uploads or processing errors.
๐ Example
Directory & Files
Path | Description |
---|---|
com-magine-partners-magine-pro-demo/vod/test_0001 | Directory for Movie test_0001 |
com-magine-partners-magine-pro-demo/vod/test_0001/maginepro-short.mp4 | Video file |
com-magine-partners-magine-pro-demo/vod/test_0001/maginepro-eng.srt | English subtitles |
com-magine-partners-magine-pro-demo/vod/test_0001/maginepro-spa.srt | Spanish subtitles |
Updated 19 days ago