Skip to content

JokerQyou/cutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart trim with FFMPEG

This tool implements smart trim using python-ffmpeg. It allows precise trimming of a video with minimum re-encoding for minimum quality loss.

For more info about smart trim, see here.

Installation

pip3 install ffmpeg_smart_trim

Usage

python3 -m ffmpeg_smart_trim.trim in.mp4 --start_time 12.345 --end_time 67.890 --output out.mp4

About

Smart trim with FFMPEG

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%