Skip to content

Instantly share code, notes, and snippets.

@schworer
Created August 2, 2013 23:27
Show Gist options
  • Save schworer/6144269 to your computer and use it in GitHub Desktop.
Save schworer/6144269 to your computer and use it in GitHub Desktop.
transmux from h.264/aac/mp4 => h.264/aac/flv
{
"test": true,
"input": "http://s3.amazonaws.com/zencodertesting/test.mov",
"outputs": [
{
"label": "mp4_output"
},
{
"source": "mp4_output",
"copy_audio": true,
"copy_video": true,
"video_codec": "h264",
"audio_codec": "aac",
"format": "flv"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment