mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +00:00
47 lines
1.7 KiB
Markdown
47 lines
1.7 KiB
Markdown
[](https://ptulsconv.readthedocs.io/en/latest/?badge=latest)
|
|

|
|

|
|
[][pypi]
|
|

|
|
[](https://github.com/iluvcapra/ptulsconv/actions/workflows/python-package.yml)
|
|
|
|
[pypi]: https://pypi.org/project/ptulsconv/
|
|
|
|
|
|
# ptulsconv
|
|
|
|
Read Pro Tools text exports and generate PDF reports, JSON output.
|
|
|
|
## Quick Start
|
|
|
|
For a quick overview of how to cue ADR with `ptulsconv`, check out the [Quickstart][quickstart].
|
|
|
|
|
|
## Installation
|
|
|
|
The easiest way to install on your site is to use `pip`:
|
|
|
|
% pip3 install ptulsconv
|
|
|
|
This will install the necessary libraries on your host and gives you
|
|
command-line access to the tool through an entry-point `ptulsconv`. In a
|
|
terminal window type `ptulsconv -h` for a list of available options.
|
|
|
|
|
|
## Theory of Operation
|
|
|
|
[Avid Pro Tools][avp] can be used to make spotting notes for ADR recording
|
|
sessions by creating spotting regions with descriptive text and exporting the
|
|
session as text. This file can then be dropped into Excel or any CSV-reading
|
|
app like Filemaker Pro.
|
|
|
|
**ptulsconv** accepts a text export from Pro Tools and automatically creates
|
|
PDF and CSV documents for use in ADR spotting, recording, editing and
|
|
reporting, and supplemental JSON documents can be output for use with other
|
|
workflows.
|
|
|
|
[avp]: http://www.avid.com/pro-tools
|
|
[quickstart]: https://ptulsconv.readthedocs.io/en/latest/quickstart.html
|
|
|
|
|