Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 5, 2018
1 parent f1e29da commit f88f9dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module.exports = async (argv) => {
.option('-T, --transitions <file>', 'json file to load transitions from')
.option('-f, --frame-format <format>', 'format to use for temp frame images', /^(raw|png|jpg)$/i, 'raw')
.option('-C, --no-cleanup-frames', 'disables cleaning up temp frame images')
.action(async (videos, opts) => {
})
.parse(argv)

let transitions
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ npm install -g ffmpeg-concat

Example:

ffmpeg-concat -t circleopen -d 750 -o huzzah.mp4 media/1.mp4 media/2.mp4 media/3.mp4
ffmpeg-concat -t circleopen -d 750 -o huzzah.mp4 0.mp4 1.mp4 2.mp4
```


Expand Down

0 comments on commit f88f9dc

Please sign in to comment.