0

I tried search on official Google WebM site but have found nohing... What I need is simple - step by step algorithm of encoding process - from images to encoded video. Where to get such detailed algorithm (not digging into source)?

Rella
  • 65,003
  • 109
  • 363
  • 636

1 Answers1

2

The official published algorithm, in the spec, is basically just source code snippets. I'd advise you actually look at the code.

Andrea
  • 19,134
  • 4
  • 43
  • 65