https://github.com/ppmpreetham/video-point
Convert your videos into playable Presentations.
https://github.com/ppmpreetham/video-point
presentation-tools
Last synced: about 2 months ago
JSON representation
Convert your videos into playable Presentations.
- Host: GitHub
- URL: https://github.com/ppmpreetham/video-point
- Owner: ppmpreetham
- Created: 2025-02-05T06:55:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T13:35:51.000Z (4 months ago)
- Last Synced: 2025-02-12T14:31:18.637Z (4 months ago)
- Topics: presentation-tools
- Language: JavaScript
- Homepage: https://video-point-chi.vercel.app
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Point
Better way to control your presentations
Add keyframes to your videos, and navigate through them with ease.## Usage
Head over to the website:
video-point-chi.vercel.appTo use this, you need two clips:
1. The video you want to present
2. The reverse of the video you want to present
The reverse of the video can be made using ffmpeg:```bash
ffmpeg -i input.mp4 -vf reverse reversed.mp4
```
## Future Features
- [ ] Make the keyframes draggable
- [ ] Make an export and import feature for keyframes
- [ ] Realtime keyframe editing