dumpindex

command module
v5.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2019 License: BSD-2-Clause-Views Imports: 6 Imported by: 0

README

ffmsindex/dumpindex

A small package/tool for parsing FFMS2 Version 2 indexes for informational purposes.

Documentation

See: http://godoc.org/github.com/dwbuiten/dumpindex/ffmsindex

ffindex Versions

Each supported ffindex version is tagged in the git repository as vN, where N is the ffindex version. For example: v1 or v4.

Tool

This dumpindex tool can be used to dump a given ffindex file to human-readable JSON, via:

$ dumpindex file.ffindex
{
    "Header": {
        "ID": 1402079347,
        "Version": {
            "Major": 2,
            "Minor": 22,
            "Micro": 0,
            "Bump": 0
        },
        "IndexVersion": 1,
        "Tracks": 1,
        "Decoder": 1,
        "ErrorHandling": 0,
        "AVUtilVersion": {
            "Major": 55,
            "Minor": 11,
            "Micro": 100
        },

...

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package ffmsindex provides a native Go library for parsing FFMS2 Indexes, for versions post-2.23.
Package ffmsindex provides a native Go library for parsing FFMS2 Indexes, for versions post-2.23.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL