Filepicker.io + Zencoder

  • The Zencoder blogpost cautions:

    It is a BAD IDEA to put your Zencoder API key in plain text inside of JavaScript. Just to repeat that one more time, do not use this in code that other people could possibly access. Nothing would stop people from taking your API key and encoding all the video they wanted.

    The implication is that I couldn't therefore put this code in any internet-facing webpages.

    Which leads me to wonder what the use-cases are for this implementation ?

  • I just recorded my video but my since Flash auto-selects line-in for me, no audio was actually recorded.

    We ran into that problem a lot while trying to optimize the user experience of the VideoView recording application. It turns out end users will ignore lack of audio feedback and some will even continue recording when the interface shows nothing but a black screen in case the wrong camera is selected.

    We're building a semi-automated selection interface for it now using entropy estimations to select the best camera and microphone, but since you're probably optimizing more for a quick start I'd suggest doing a quality analysis (like PExQ for example) after the fact so you can at least give an early warning that there may have been an issue recording the video.

  • This is great. Spinning out a consumer-friendly front end to the Zencoder API has been in my sparkfile for too long. I even shared the same idea with HN[0] because I know some bootstrapper is going to make a killing if they can pair it with Stripe and push it out the door in a weekend.

    [0] https://news.ycombinator.com/item?id=5274117

    A co-founder of Zencoder even replied to my suggestion mentioning that there's a market for it.

    (If you're a hardcore wantrepreneur, here is your idea. Now go forth and build the bootstrapped SaaS biz you always wanted. Send me a link when its done, I know some people that would probably use it. Seems I can't ever find a spare weekend to build it myself)

  • We've been using Filepicker.io + Zencoder to encode customer videos for a while. Shameless plug: http://www.vipecloud.com/

  • Can't wait to mess around with this!

    To be honest, I'm surprised there isn't more competition in this market, as filepicker has been saving me and the rest of our dev team hours and hours of valuable time.

  • Looks awesome!

  • Looks awesome. I can totally use it!

  • This is huge. Congratulations!