Elbandi / flvtool-pp

Flash Video Manipulation Tool

Home Page:http://mirror.facebook.net/facebook/flvtool++/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flvtool++ is a tool for hinting and manipulating the metadata of FLV files. It was originally created for Facebook's Video project (http://facebook.com/video/) for fast video hinting. It is loosely based on the Ruby FLVTool2, but is written in C++ for performance reasons.

To get the latest version, go to: http://developers.facebook.com/opensource.php

Requirements:
  * SCons (http://www.scons.org/)
  * Boost >= 1.33.1 (http://www.boost.org/)

Compiling:
  To compile, run "scons" wherever you untarred the code.

Running:
  Run flvtool++ with no arguments to learn about its usage.

Notes:
  This code is provided with absolutely no support from us, but patches and qualified bug reports are welcomed at opensource@facebook.com.


About

Flash Video Manipulation Tool

http://mirror.facebook.net/facebook/flvtool++/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 99.0%Language:C 1.0%