Split any video into two pieces at given point of time.
Go to file
2021-04-20 10:09:41 +02:00
install.sh initial commit 2020-09-23 19:51:42 +02:00
LICENSE Update 'LICENSE' 2021-04-20 10:09:41 +02:00
README.md add install instructions 2020-09-23 19:54:57 +02:00
screenshot_main-gui.jpeg initial commit 2020-09-23 19:51:42 +02:00
screenshot_start-app.jpeg initial commit 2020-09-23 19:51:42 +02:00
screenshot_success.jpeg initial commit 2020-09-23 19:51:42 +02:00
splitVideo initial commit 2020-09-23 19:51:42 +02:00
splitVideoGUI initial commit 2020-09-23 19:51:42 +02:00

SplitVideo

Installation

Read and understand the install.sh installation script. Then run

sudo ./install.sh

Usage

Start the app via desktop entry:

In the main window, select a source video and enter the time at which you want to split the video into two pieces. The original file will not be modified.

You will be informed in a small message window when the conversation is done and there will be two new files (with an appended prefix) next to your source video:

TODO

  • splitVideoGUI

    • ckeck if yad is installed
  • splitVideo

    • check if ffmpeg is installed
  • check dependencies in install.sh