/video-editor

Simple video cutter based on Python3 and PyQt5.

Primary LanguagePythonMIT LicenseMIT

video-editor

Video cutter based on Python3 and PyQt5.

Usage

python main.py
  • Select Open option in the menu bar to open a video.
  • Click Start button to set the starting time and click End button to set the ending time. Click Clear to clear the recorded time.
  • Click Subclip (Video) button to start cutting the video or Subclip (Audio) for only audio.

Requirements

  • PyQt5.
  • ffmpeg (NOT ffmpeg-python).

License

  • MIT License.