forked from cpearce/OggIndex
-
Notifications
You must be signed in to change notification settings - Fork 1
Branch for proposed modification to the index
License
bemasc/OggIndex
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
OggIndex - Indexes ogg theora/vorbis files for faster seeking.
OggIndexValid - Validates a file's keyframe index.
See Skeleton-4.0-Index-Specification.txt for index format details.
BUILDING ON LINUX
To build on Linux you require the ogg, theora and vorbis libraries to be
installed. Provided those libraries are installed, building the indexer
should be as simple as running "build-indexer.sh". To build the validator
run "build-validtor.sh". If you have libkate installed, it will
automatically build with kate support.
BUILDING ON WINDOWS
To build on Windows, use the Visual Studio 200{5,8} solution at
win32/VS200{5,8}/OggIndex.sln. You must have the ogg, theora, vorbis
and libkate libraries available in OggIndex's parent directory, e.g.
the theora, vorbis and ogg directories containing those libraries
should be in the same directory as the OggIndex directory. Build
the OggIndex project to build the indexer, and OggIndexValid to build
the validator.
You can disable Kate support by removing the HAVE_KATE preprocessor
definjtions from the OggIndex and OggIndexValid's project properties.
About
Branch for proposed modification to the index
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 99.3%
- Shell 0.7%