Skip to content

A command line interface for the pycaption module.

Notifications You must be signed in to change notification settings

cielo24/pycaption-cli

This branch is 9 commits behind jnorton001/pycaption-cli:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

205f5e0 · Apr 29, 2015

History

11 Commits
Apr 29, 2015
Aug 8, 2012
Apr 29, 2015
Apr 29, 2015

Repository files navigation

pycaption-cli

A command line interface for the pycaption module.

Setup

python setup.py install

Usage

From your command line:

pycaption <path to caption file> [--sami --dfxp --srt --transcript --scc]

e.g.

pycaption ../jnorton-caption.scc --dfxp --transcript

Output is written to the screen. To write to a file, use something like this:

pycaption ../jnorton-caption.scc --dfxp > jnorton.xml

Supported Formats

  • SCC (read/write)
  • SRT (read/write)
  • SAMI (read/write)
  • DFXP (read/write)
  • Transcript (write)

License

This module is Copyright 2012 Joe Norton and is available under the Apache License, Version 2.0.

About

A command line interface for the pycaption module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%