How to encode all of your videos on the cloud, quickly and cheaply
1–10 of 14 posts
Re: How to encode all of your videos on the cloud, quickly and cheaply
#2Re: How to encode all of your videos on the cloud, quickly and cheaply
#3(The difference will lower for higher output resolutions. Nonetheless, PiCloud should always be cheaper than Zencoder's pay-as-you-go rate).
Re: How to encode all of your videos on the cloud, quickly and cheaply
#4I've done video transcoding in the past. While I wasn't an expert on the legal/patent issues, I know that the product we used (helix mobile producer, from Real) indemnified us such that we could then use ffmpeg as long as it was on the same machine.
If you use this service, you might want to inquire into patent issues, and if you are covered.
Re: How to encode all of your videos on the cloud, quickly and cheaply
#5How is one to know what external programs are available in PiCloud. They just state the FFMpeg is available in PiCloud, but I don't see any 'master list.'
Re: How to encode all of your videos on the cloud, quickly and cheaply
#6There doesn't seem to be any information about patent indemnification. I've done video transcoding in the past. While I wasn't an expert on the legal/patent issues, I know that the product we used (helix mobile producer, from Real) indemnified us such that we could then use ffmpeg as long as it was on the same machine. If you use this service, you might want to inquire into patent issues, and if you are covered.
Here's ffmpeg's take: http://www.ffmpeg.org/legal.html Here's Zencoder's take: http://zencoder.com/docs/codecs-and-formats/#licensing
Re: How to encode all of your videos on the cloud, quickly and cheaply
#7If you pay for a good transcoding service, you're not just paying for being able to run FFMPEG. That's the easy part. The hard part is dealing with thousands of combinations of audio and video codecs, containers, pixel and display aspect ratios, handling improperly encoded files and optimizing to produce the best quality at a given size. There's a reason entire companies are based on being good at these things, and people are willing to pay for it. This is not trivial stuff.
I'm not knocking the PiCloud product at all, as there are certainly some limited use cases where it would fit nicely and get the job done cheaply. But it is in no way an apples-to-apples comparison between a generic FFMPEG setup and a professional encoding service like Zencoder or Encoding.com.
Re: How to encode all of your videos on the cloud, quickly and cheaply
#8There doesn't seem to be any information about patent indemnification. I've done video transcoding in the past. While I wasn't an expert on the legal/patent issues, I know that the product we used (helix mobile producer, from Real) indemnified us such that we could then use ffmpeg as long as it was on the same machine. If you use this service, you might want to inquire into patent issues, and if you are covered.
Do you know any resources for "current" recommended encoding settings (with regard to US-based ISP speeds & typical consumer home networks - dsl, cable, fios, cellular, 802.11g/n etc.)?
I know Flash Media Server will stream .mp4 h.264 video to Flash 9 and greater. iPhone/Ipod Touch requires a maximum encoding setting of Baseline, Level 3.0, iPad Level 3.1.
I really want to know what bitrates at which speeds and resolutions.
Depending on the user's connection, how many different bitrates would the video be encoded for (iPad over 3G, ipad over 802.11g, ipad over 802.11n, with cable, dsl, or fios)?
Re: How to encode all of your videos on the cloud, quickly and cheaply
#9How many of these "running FFMPEG yourself is so much cheaper than XX service! XX is a ripoff" posts are we going to see? If you pay for a good transcoding service, you're not just paying for being able to run FFMPEG. That's the easy part. The hard part is dealing with thousands of combinations of audio and video codecs, containers, pixel and display aspect ratios, handling improperly encoded files and optimizing to…
Re: How to encode all of your videos on the cloud, quickly and cheaply
#10I find this interesting, but two questions.
1. Would you be able to provide a downloadable working copy of the python source?
2. Picloud seems to be limited to 5GB files, most video files that one would transcode are larger than that. Is there a way around this?