Skip to content
This repository has been archived by the owner on Aug 26, 2023. It is now read-only.

ubuntuegor/fastcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastcut

fastcut lets you cut a fragment of a video with minimal re-encoding. Inspired by VidCutter and avcut.

Usage: fastcut [options] <input_file> <start_time> <end_time> <output_file>

Options:
  -i <n>       ignore track number n

How to build

Install dependencies

Ubuntu: sudo apt install libavcodec-dev libavformat-dev
Arch: sudo pacman -S ffmpeg

Build using CMake:

mkdir build && cd build
cmake ..
cmake --build .

About

Video cutting with minimal re-encoding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published