![]() |
libtimecode
0.5.0
A/V TimeCode Library
|
WORK IN PROGRESS (Oct/31/2012)
...
libtimecode uses GNU autotools and libtool. The default auto-* workflow applies:
run ./configure
and build libtimecode with make
. See the INSTALL file for further instructions.
The tar.gz package release includes the build-environment (configure
script, etc), but if you get the source from the repository, you first need to generate the build environment with something alike: aclocal; autoheader; libtoolize –copy; autoconf; automake –gnu –add-missing –copy
. (OSX users use glibtoolize
).
If Doxygen is available, the documentation can be [re-]generated from the source by calling make dox
. Self-test scenarios and example code can be compiled and executed with make check
.
Consult timecode.h for a detailed reference of available functions. The documentation is also available as Unix manual pages.
Test and example code is to-be-done. Stay tuned.
The preferred way is to use the issue-tracker at https://github.com/x42/libtimecode/issues . You can also send a private-mail to the author.
Copyright (C) 2006-2012 by Robin Gareus
libtimecode is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/