3

I inherited a project that is sending videos off to a remote encoder to encode into FLVs.

Today, I noticed that we are asking them to encode at 1024kbps To me, this seems extremely high.

What is everyone else using? What is YouTube using for "standard" vs. "high quality" versions?

Thank you in advance.

euge1979
  • 779
  • 3
  • 9
eduncan911
  • 17,165
  • 13
  • 68
  • 104

2 Answers2

9

Typically somewhere between 400-600kbps is average for 'standard' quality video. Higher quality video is often 800-1200kbps, but for many people this is too high a bit rate to maintain, so you shouldn't really have something this high as your only rate unless you know your target audience will have fast connections.

It's also a good idea to offer a low bit-rate stream (somewhere around 250-300kbps) for people with really slow connections, although it's hard to get video to look good at this rate even with H.264, and if you're still using VP6 then don't bother because it will look awful.

If you're producing HD (720p) content then bit-rates start to look pretty good at around 2500kbps but this is out of the reach of many internet users. (Note that YouTube uses 1000kbps for what they call HD, but it really isn't, because the digital blocking is awful. They'd be better off using a lower resolution.)

We use 272kbps/544kbps/1088kbps for low/medium/high quality video respectively.

Greg Beech
  • 133,383
  • 43
  • 204
  • 250
  • Hulu's 720p HD offering was at 2500 Kbps, so I'd say that's pretty much the upper bound if you have good clean source material. – Paul Dixon Mar 02 '09 at 23:33
  • Perfect. Thank you for the responses; cause, I thought it was far too high. – eduncan911 Mar 03 '09 at 00:08
  • @Greg Beech: What resolutions for low/medium/high are you using? something like 180p/360p/720p? – Kip Dec 29 '09 at 02:39
  • Is this information still valid? Four years is a pretty long time and I'm wondering about this now. Thanks! :) – L0j1k Mar 07 '13 at 22:42
  • I'd say this is somewhat out of date now. I haven't been near the video encoding for a long time, so unfortunately I'm not sure what the newer bitrates used are. I'll try and find out. – Greg Beech Mar 11 '13 at 18:15
3

At Ooyala, for our variable-rate encoding, we encode starting at 225kbps, up to 1.5-2mbps, for most content.

Scotty Allen
  • 12,897
  • 9
  • 38
  • 51