A simple web application for looping sections of YouTube videos, adjusting playback speed, and setting custom loop points. Useful for practicing music or analyzing video segments. This is my implementation of an original idea by Rachelf Link
- Load YouTube videos by URL
- Set loop start and end times
- Adjust playback speed (0.25x to 2x)
- Loop video sections seamlessly
- Open
index.html
in your browser. - Paste a YouTube video URL in the input field.
- Set the loop start and end times using the sliders or time inputs.
- Adjust the playback speed as needed.
- Click the Loop button to start looping the selected section.
- Internet connection (for YouTube and jQuery)
- Modern web browser
index.html
- Main HTML filejs/looper.js
- Video looping logicjs/inputs.js
- Input handlingcss/style.css
- Styles