sagnikmitra / yt-down

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouTube Video Trimmer and Downloader

This Streamlit app allows you to preview, trim, and download YouTube videos.

Features

  • YouTube Video Preview: Enter a YouTube video URL to preview the video.
  • Video Duration Information: Displays the duration of the selected video.
  • Trimming Section: Use sliders to select start and end times for trimming.
  • Trim and Download: Trim the selected portion of the video and download it.
  • Made with ❤️ by Sagnik: Acknowledgment of the creator.

Getting Started

  1. Clone the repository:

    git clone https://github.com/sagnikmitra/yt-down.git
    cd yt-down
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the app:

    streamlit run app.py

Usage

  1. Enter a valid YouTube video URL.
  2. Preview the video and view its duration.
  3. Use sliders to select the start and end times for trimming.
  4. Click the "Trim and Download" button.
  5. The trimmed video will be displayed, and you can download it.

Contributing

If you have suggestions or find issues, please open an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • The app was made with ❤️ by Sagnik.

About


Languages

Language:Python 100.0%