• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H09-Mar-2012-151105

AMFData.cppH A D09-Mar-20121.4 KiB4530

AMFData.hH A D09-Mar-20129.7 KiB359303

CHANGELOGH A D09-Mar-20121.6 KiB1817

LICENSEH A D09-Mar-20121.5 KiB2522

MakefileH A D09-Mar-2012420 2212

READMEH A D09-Mar-2012736 1911

SConscriptH A D03-May-2022280 107

SConstructH A D03-May-2022161 85

bitstream.hH A D09-Mar-20121.3 KiB6244

common.hH A D09-Mar-2012453 3017

flvtool++.cppH A D09-Mar-201225 KiB582473

fout.hH A D09-Mar-20122 KiB10077

mmfile.hH A D09-Mar-2012905 4733

serialized_buffer.hH A D09-Mar-20123.2 KiB139110

README

1flvtool++ 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.
2
3To get the latest version, go to: http://developers.facebook.com/opensource.php
4
5Requirements:
6  * SCons (http://www.scons.org/)
7  * Boost >= 1.33.1 (http://www.boost.org/)
8
9Compiling:
10  To compile, run "scons" wherever you untarred the code.
11
12Running:
13  Run flvtool++ with no arguments to learn about its usage.
14
15Notes:
16  This code is provided with absolutely no support from us, but patches and qualified bug reports are welcomed at opensource@facebook.com.
17
18
19