An open API service indexing awesome lists of open source software.

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.

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` |