Created
July 18, 2014 08:39
-
-
Save henryboldi/77437522c694da699c9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"outputs": [ | |
{ | |
"url": "s3://my-bucket/output-file-name.mp4", | |
// ^^ Change me! | |
"size": "1920x1080", | |
"audio_bitrate": 160, | |
"max_video_bitrate": 5000, | |
"h264_profile": "high", | |
"max_frame_rate": 30 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment