scene-slicer-cli
v1.12.14
Published
A CLI tool to process and convert script files into a format compatible with Adobe Premiere Pro plugins.
Maintainers
Readme
scene-slicer-cli
A powerful CLI tool to process and convert script files into a format compatible with Adobe Premiere Pro plugins.
Installation
Install the CLI globally using npm:
npm install -g scene-slicer-cliUsage
Once installed, run the command in your terminal:
scene-slicer-cliThe application will guide you through the following steps:
- Select Script File: You will be prompted to select your script file from a list of files in your current directory. You can also choose to type the path manually.
- Provide Media Folders: Enter the path to one or more folders containing your media files.
- Initial Processing: The tool will process your script and display two tables: scenes that already have timestamps and files that need to be processed.
- Interactive Alignment: You will be asked if you want to proceed with alignment. If you agree, you will enter an interactive session to process the files that have no timestamps.
- Final Output: After the process is complete, a new file named
output.mdwill be generated in your current directory with the final, timestamped script.
Development
To work on this project locally:
- Clone the repository.
- Install dependencies:
npm install - Run the build command to compile TypeScript:
npm run build - Run the CLI directly using
ts-node:npm run dev
License
This project is licensed under the ISC License.
