This Streamlit app allows you to preview, trim, and download YouTube videos.
- 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.
-
Clone the repository:
git clone https://github.com/sagnikmitra/yt-down.git cd yt-down
-
Install dependencies:
pip install -r requirements.txt
-
Run the app:
streamlit run app.py
- Enter a valid YouTube video URL.
- Preview the video and view its duration.
- Use sliders to select the start and end times for trimming.
- Click the "Trim and Download" button.
- The trimmed video will be displayed, and you can download it.
If you have suggestions or find issues, please open an issue.
This project is licensed under the MIT License - see the LICENSE file for details.
- The app was made with ❤️ by Sagnik.