Skip to content

Instantly share code, notes, and snippets.

@DanielSmith
Created June 15, 2021 15:30
Show Gist options
  • Save DanielSmith/8672ee5789d5eae504276a5374c5ed27 to your computer and use it in GitHub Desktop.
Save DanielSmith/8672ee5789d5eae504276a5374c5ed27 to your computer and use it in GitHub Desktop.

this is the new one...

  • a list
  • of this
@DanielSmith
Copy link
Author

{
  "interview_id": "123",
  "webhook_url": "https://app.honeit.com/FROMVSCODE/1234XYZ",
  "debug": "false",
  "force_rerun": "true",
  "content_type": "MP3, MP4, WAV",
  "input_asset_urls": [
    "s3://hnmedia-dev-in/123/source_1.mp3",
    "s3://hnmedia-dev-in/123/source_2.mp3"
  ],
  "output_asset_url": "s3://hnmedia-dev-out/123/complete.mp3",
  "timestamps": [
    {
      "starts_at": "12",
      "duration": "8",
      "output_asset_url": "s3://hnmedia-dev-out/123/clip_1.mp3"
    },
    {
      "starts_at": "43",
      "duration": "8",
      "output_asset_url": "s3://hnmedia-dev-out/123/clip_2.mp3"
    }
  ]
}````

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment