# videotool **Repository Path**: mirrors_leafo/videotool ## Basic Information - **Project Name**: videotool - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-02-22 - **Last Updated**: 2026-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # videotool Tool for quickly cutting youtube videos. This tool is a frontend to `youtube-dl` and `ffmpeg` for a specific workflow with heavy caching using nginx. Dependencies: * ffmpeg * youtube-dl * OpenResty * LuaRocks * npm * tup * sassc Setup: ```bash npm install luarocks --lua-version=5.1 build --only-deps tup init tup ``` Running server: ```bash lapis server ``` Go to http://localhost:9090 (default port can be changed in `config.moon`). Run `tup` after making any changes. Screenshot