/trimv

Trim videos using ffmpeg/ffprobe

Primary LanguageGoMIT LicenseMIT

License: MIT

trimv

Usage:

trimv [flags]
trimv [command]

Available Commands:

  • all: Trim all videos matching pattern
  • help: Help about any command

Flags:

  • -h, --help: help for trimv
  • -i, --input string: Input file path
  • -l, --intro-duration float32: Specifies the intro duration (default: 15)
  • -o, --output string: Output file path
  • -r, --outro-duration float32: Specifies the outro duration (default: 15)

Command all

Usage:

trimv all <input-pattern> [flags]

Flags:

  • -h, --help: help for all
  • -l, --intro-duration float32: Specifies the intro duration (default: 15)
  • -o, --output string: Output folder
  • -r, --outro-duration float32: Specifies the outro duration (default: 15)