Skip to content

verespej/mockingfish-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API server for MockingFish app

TODO: Create own copy of ffmpeg for use with build pack When configuring, must: heroku buildpacks:set https://github.com/ddollar/heroku-buildpack-multi.git

To upload a clip: curl -H "Content-Type: audio/mpeg" -F clip=@"javascript-soundbite.mp3" http://127.0.0.1:5000/clips

To create a mix: curl -d "{ "video":"no-stop-it.mp4", "splices":[{ "audio":"javascript-soundbite.mp3","location":1 }] }" http://127.0.0.1:5000/mixes

Issues: In mix post, errors aren't sent to client (e.g. for malformed input)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published