Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ld-export-metadata #399

Merged
merged 3 commits into from
Jan 6, 2020
Merged

Commits on Jan 4, 2020

  1. Add new ld-export-metadata tool.

    To start with, this provides a command-line interface to
    LdDecodeMetaData's existing CSV export methods.
    atsampson committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    cc816fb View commit details
    Browse the repository at this point in the history
  2. Move CSV export code from ld-analyse/library into ld-export-metadata.

    Simon suggested that it'd be better to have this in the export tool.
    atsampson committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    80d9be1 View commit details
    Browse the repository at this point in the history
  3. Add FFMETADATA1 export, with chapter and stop code information.

    You can feed the output of this into ffmpeg, to produce (for example)
    Matroska output with chapter markers. Stop codes are just listed as
    comments at the moment.
    
    This is a straight translation of my decode-vbi Python program.
    atsampson committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    cd4fb00 View commit details
    Browse the repository at this point in the history