[go: nahoru, domu]

Skip to content

Web application for creating clips from YouTube videos

Notifications You must be signed in to change notification settings

pawelptak/clip-yt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ClipYT

Build

An ASP.NET Core MVC web application for creating clips from YouTube videos.

Getting Started

Windows

  • Download yt-dlp and FFmpeg [yt-dlp Download] [FFmpeg Download] and put them into the Utilites directory.
  • The default path configurations can be changed in appsettings.json.
  • Build and run the solution.

Linux

  • Download and install yt-dlp and FFmpeg on your system.
  • Change the path configurations of yt-dlp and FFmpeg in appsettings.json to yt-dlp and ffmpeg.
  • Build and run the solution.

Linux Docker

  • Build and run from Visual Studio using the Dockerfile.

Usage

  • Paste the URL address of a YouTube video.
  • Select the desired output file format.
  • Select the start and end timestamp if you'd like to download a section of the whole video.
  • Press the "Start" button to start processing and download the file.

Credits

Special thanks to the creators of FFmpeg and yt-dlp :).

About

Web application for creating clips from YouTube videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published