Skip to content

Instantly share code, notes, and snippets.

@flavioribeiro
Created November 14, 2016 17:11
Show Gist options
  • Select an option

  • Save flavioribeiro/15258743b6500c78ed202284ac2868f6 to your computer and use it in GitHub Desktop.

Select an option

Save flavioribeiro/15258743b6500c78ed202284ac2868f6 to your computer and use it in GitHub Desktop.
{
"providers": ["zencoder"],
"preset": {
"name": "QA_zencoder_mp4_vbr2",
"description": "preset_zencoder_mp4_vbr for QA.",
"container": "mp4",
"rateControl": "VBR",
"video": {
"profile": "Main",
"profileLevel": "3.1",
"height": "720",
"width": "1080",
"codec": "h264",
"bitrate": "1000000",
"gopSize": "90",
"gopMode": "fixed",
"interlaceMode": "progressive"
},
"audio": {
"codec": "aac",
"bitrate": "64000"
}
},
"outputOptions": {
"label": "mp4_720p"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment