Skip to content

Simple console application which helps a bit with cutting videos.

Notifications You must be signed in to change notification settings

pushrbx/vcut.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple ffmpeg video cutter

This is a simple console application which helps a bit with cutting videos (mp4) with ffmpeg. It takes a toml configuration file in which you can set the start time, the encoding duration, the source file, the target file, the path to ffmpeg, and whether you want it to re-encode the video or just copy it.

Requirements

  • Python 3.7+
  • pyee
  • toml
  • python-ffmpeg

Usage

Clone the repo, create and activate a virtual env in your favourite terminal/console, then install dependencies:

pip install -r requirements.txt

Run the app:

python vcut.py -c <yourconfigfile.toml>

You can find the structure and the required fields in the config.sample.toml file.

About

Simple console application which helps a bit with cutting videos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages