1.0.2 • Published 8 years ago
wcfff v1.0.2
wcfff
Batch watermark, crop and format videos.
Install
npm install -g wcfffDependency
- This command invoke ffmpeg to do the true work, so please ensure
ffmpegworks well on your machine. - The watermark should be placed as
logo.pngin the working directory.
Usage
wcfff initThis command will create config.cfg which looks like below:
./FizzBuzz intro.mov | 00:00:00 | 00:01:35
./FAQ & END.mov | 00:00:00 | 00:05:02
./FizzBuzz demo.mov | 00:00:00 | 00:15:33
./How to do TDD.mov | 00:00:00 | 00:02:39
./What is TDD.mov | 00:00:00 | 00:06:30
./How to learn TDD.mov | 00:00:00 | 00:03:44
./Why TDD.mov | 00:00:00 | 00:02:13Then you can preview your source videos and open this file to edit the start time at the second column and the end time at the third column.
Once you satisfied, run this command to invoke ffmpeg to do the work:
wcfff goCaution: It should take a while to complete, depends on your hardware and the size of your source files.
License
Licensed under MIT.