Skip to content

mikuta0407/ffcutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy ffmpeg cutter

install

go install

go install github.com/mikuta0407/ffcutter@latest

Download binary

Releases page

Usage

ffcutter -h
  -i, --input string    input file name
  -o, --output string   output file name
  -s, --start string    start time (1:23:45 or 1h23m45s)
  -e, --end string      end time (1:23:45 or 1h23m45s)
  -a, --audio           audio only mode
      --dryrun          dryrun mode (print command only)
  -h, --help            show help message

Examples

ffcutter -i hoge.mp4 -o hoge-cut.mp4 -s 1:01:01 -e 2h02m02s
ffcutter -i hoge.mp4 -o hoge-cut_audio.mp4 -s 1:00:00 -e 2h02m02s -a

About

wrapper that simplifies complex video trimming with ffmpeg.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors