Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Splitter

Split videos horizontally into two halves. Left clip keeps audio, right clip has no audio.

Installation

pip install git+https://github.com/offerrall/video-splitter.git

Usage

split-video video.mp4

Output:

  • video_left.mp4 (with audio)
  • video_right.mp4 (no audio)

Requirements

  • Python 3.7+
  • ffmpeg and ffprobe installed and available in PATH.

Uninstall

pip uninstall video-splitter

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages