https://github.com/tywalch/curbify
A command line utility to add a Curb Your Enthusiasm credits roll to videos at a given timestamp.
https://github.com/tywalch/curbify
Last synced: 10 months ago
JSON representation
A command line utility to add a Curb Your Enthusiasm credits roll to videos at a given timestamp.
- Host: GitHub
- URL: https://github.com/tywalch/curbify
- Owner: tywalch
- Created: 2020-10-09T00:16:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T16:47:53.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T12:50:11.998Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 1.49 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curbify
A command line utility to add a Curb Your Enthusiasm credits roll to a file.
## Requirements
`ffmpeg` - https://ffmpeg.org/
## Usage
```
curbify.sh
```
| Argument | Description | Example |
| ------------ | --------------------------------------------- | :-----------: |
| `input_file` | File to curbify | `./video.mp4` |
| `timestamp` | Time in HH:MM:SS format to begin credits song | `00:01:09` |
| `output_file`| File to curbify | `./output.mp4` |