Skip to content
/ zihocut Public

YouTube video downloader & trimmer for desktop

Notifications You must be signed in to change notification settings

piz2a/zihocut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZihoCut

Drag-and-drop YouTube links and cut the videos instantly!
Download (Windows / Mac)

Manual

  • You can drag-and-drop YouTube video links or click "Paste URL" button to download videos.

  • Once downloaded, You can adjust the interval to trim in the video and add it to 'interval list.'
    You can also add multiple intervals to the interval list. It means, you can trim multiple intervals each in one video.

  • You can edit or delete intervals in 'interval list.'
    If you click "Export" button, this instantly trim videos to multiple intervals and export them.

For Developers

Made with React & Electron.

How to build the project

Download assets.zip in releases and unzip it in the project directory.

  • For Windows:
    1. Delete directory (Project directory)/assets/python/darwin.
    2. Run the following command in the project directory:
npm i
npm run build:win
  • For macOS:
    1. Delete directory (Project directory)/assets/python/win32.
    2. Run the following command in the project directory:
npm i
npm run build:osx